public static enum PixelFormat.Attrib extends java.lang.Enum<PixelFormat.Attrib>
Modifier and Type | Method and Description |
---|---|
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.
|
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
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 namejava.lang.NullPointerException
- if the argument is nullpublic int getEGLAttrib()
public int getDefaultValue()
public boolean isSurfaceAttrib()
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.