|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PixelFormat.Attrib>
org.lwjgl.opengles.PixelFormat.Attrib
public static enum PixelFormat.Attrib
Method Summary | |
---|---|
int |
getDefaultValue()
Returns the default value of this attribute. |
int |
getEGLAttrib()
Returns the EGL token that corresponds to this attribute. |
boolean |
isSurfaceAttrib()
|
static PixelFormat.Attrib |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PixelFormat.Attrib[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final PixelFormat.Attrib RED_SIZE
public static final PixelFormat.Attrib GREEN_SIZE
public static final PixelFormat.Attrib BLUE_SIZE
public static final PixelFormat.Attrib ALPHA_SIZE
public static final PixelFormat.Attrib LUMINANCE_SIZE
public static final PixelFormat.Attrib DEPTH_SIZE
public static final PixelFormat.Attrib STENCIL_SIZE
public static final PixelFormat.Attrib MIN_SWAP_INTERVAL
public static final PixelFormat.Attrib MAX_SWAP_INTERVAL
public static final PixelFormat.Attrib SAMPLES
public static final PixelFormat.Attrib SAMPLE_BUFFERS
public static final PixelFormat.Attrib TRANSPARENT_TYPE
public static final PixelFormat.Attrib TRANSPARENT_RED_VALUE
public static final PixelFormat.Attrib TRANSPARENT_GREEN_VALUE
public static final PixelFormat.Attrib TRANSPARENT_BLUE_VALUE
public static final PixelFormat.Attrib MULTISAMPLE_RESOLVE
public static final PixelFormat.Attrib SWAP_BEHAVIOR
public static final PixelFormat.Attrib COVERAGE_SAMPLES_NV
public static final PixelFormat.Attrib COVERAGE_BUFFERS_NV
public static final PixelFormat.Attrib DEPTH_ENCODING_NONLINEAR_NV
Method Detail |
---|
public static PixelFormat.Attrib[] values()
for (PixelFormat.Attrib c : PixelFormat.Attrib.values()) System.out.println(c);
public static PixelFormat.Attrib valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic int getEGLAttrib()
public int getDefaultValue()
public boolean isSurfaceAttrib()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |