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 boolean
CHECKS
static boolean
DEBUG
static int
PLATFORM_LINUX
static java.lang.String
PLATFORM_LINUX_NAME
static int
PLATFORM_MACOSX
static java.lang.String
PLATFORM_MACOSX_NAME
static int
PLATFORM_WINDOWS
static java.lang.String
PLATFORM_WINDOWS_NAME
-
Constructor Summary
Constructors Constructor Description LWJGLUtil()
-
Method Summary
Modifier and Type Method Description static int
getPlatform()
static java.lang.String
getPlatformName()
static boolean
getPrivilegedBoolean(java.lang.String string)
static java.lang.Integer
getPrivilegedInteger(java.lang.String string)
static java.lang.Integer
getPrivilegedInteger(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)
-