Package org.lwjglx
Class LWJGLUtil
java.lang.Object
org.lwjglx.LWJGLUtil
public class LWJGLUtil
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static booleanCHECKSstatic booleanDEBUGstatic intPLATFORM_LINUXstatic java.lang.StringPLATFORM_LINUX_NAMEstatic intPLATFORM_MACOSXstatic java.lang.StringPLATFORM_MACOSX_NAMEstatic intPLATFORM_WINDOWSstatic java.lang.StringPLATFORM_WINDOWS_NAME -
Constructor Summary
Constructors Constructor Description LWJGLUtil() -
Method Summary
Modifier and Type Method Description static intgetPlatform()static java.lang.StringgetPlatformName()static booleangetPrivilegedBoolean(java.lang.String string)static java.lang.IntegergetPrivilegedInteger(java.lang.String string)static java.lang.IntegergetPrivilegedInteger(java.lang.String string, int int1)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
PLATFORM_LINUX
public static final int PLATFORM_LINUX- See Also:
- Constant Field Values
-
PLATFORM_MACOSX
public static final int PLATFORM_MACOSX- See Also:
- Constant Field Values
-
PLATFORM_WINDOWS
public static final int PLATFORM_WINDOWS- See Also:
- Constant Field Values
-
PLATFORM_LINUX_NAME
public static final java.lang.String PLATFORM_LINUX_NAME- See Also:
- Constant Field Values
-
PLATFORM_MACOSX_NAME
public static final java.lang.String PLATFORM_MACOSX_NAME- See Also:
- Constant Field Values
-
PLATFORM_WINDOWS_NAME
public static final java.lang.String PLATFORM_WINDOWS_NAME- See Also:
- Constant Field Values
-
DEBUG
public static final boolean DEBUG -
CHECKS
public static final boolean CHECKS
-
-
Constructor Details
-
LWJGLUtil
public LWJGLUtil()
-
-
Method Details
-
getPlatform
public static int getPlatform() -
getPlatformName
public static java.lang.String getPlatformName() -
getPrivilegedBoolean
public static boolean getPrivilegedBoolean(java.lang.String string) -
getPrivilegedInteger
public static java.lang.Integer getPrivilegedInteger(java.lang.String string) -
getPrivilegedInteger
public static java.lang.Integer getPrivilegedInteger(java.lang.String string, int int1)
-