Class NativeLibraryHelper
Defines a helper class for work with native libraries
Inherited Members
Namespace:
Assembly: .dll
Syntax
public final class NativeLibraryHelper
Constructors
NativeLibraryHelper()
Declaration
public NativeLibraryHelper()
Fields
CHARTING
Declaration
public static final String CHARTING
Field Value
| Type | Description |
|---|---|
| String |
CHARTING_3D
Declaration
public static final String CHARTING_3D
Field Value
| Type | Description |
|---|---|
| String |
CORE
Declaration
public static final String CORE
Field Value
| Type | Description |
|---|---|
| String |
DATA
Declaration
public static final String DATA
Field Value
| Type | Description |
|---|---|
| String |
DRAWING
Declaration
public static final String DRAWING
Field Value
| Type | Description |
|---|---|
| String |
Methods
tryLoadCharting3DLibrary()
Tries to load native charting3d library
Declaration
public static void tryLoadCharting3DLibrary()
tryLoadChartingLibrary()
Tries to load native charting library
Declaration
public static void tryLoadChartingLibrary()
tryLoadCoreLibrary()
Tries to load native core library
Declaration
public static void tryLoadCoreLibrary()
tryLoadDataLibrary()
Tries to load native data library
Declaration
public static void tryLoadDataLibrary()
tryLoadDrawingLibrary()
Tries to load native drawing library
Declaration
public static void tryLoadDrawingLibrary()
tryLoadLibrary(String nativeLibrary)
Tries to load native library
Declaration
public static void tryLoadLibrary(String nativeLibrary)
Parameters
| Type | Name | Description |
|---|---|---|
| String | nativeLibrary | The native library name |
Exceptions
| Type | Condition |
|---|---|
| UnsatisfiedLinkError | if the library does not exist |