|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.gluegen.runtime.NativeLibLoader
public class NativeLibLoader
Class providing control over whether GlueGen loads the native code associated with the NativeLibrary implementation. Alternative app launchers such as those running within applets may want to disable this default loading behavior and load the native code via another (manual) mechanism.
Constructor Summary | |
---|---|
NativeLibLoader()
|
Method Summary | |
---|---|
static void |
disableLoading()
|
static void |
enableLoading()
|
static void |
loadGlueGenRT()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NativeLibLoader()
Method Detail |
---|
public static void disableLoading()
public static void enableLoading()
public static void loadGlueGenRT()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |