public static enum ConfigChooser.ConfigChooserMatcher extends java.lang.Enum<ConfigChooser.ConfigChooserMatcher>
| Enum Constant and Description |
|---|
ANY |
LOOSE_DEPTH_AND_STENCIL |
LOOSE_STENCIL |
STRICT |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
matches(int pRedSize,
int pGreenSize,
int pBlueSize,
int pAlphaSize,
int pDepthSize,
int pStencilSize) |
static ConfigChooser.ConfigChooserMatcher |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigChooser.ConfigChooserMatcher[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigChooser.ConfigChooserMatcher STRICT
public static final ConfigChooser.ConfigChooserMatcher LOOSE_STENCIL
public static final ConfigChooser.ConfigChooserMatcher LOOSE_DEPTH_AND_STENCIL
public static final ConfigChooser.ConfigChooserMatcher ANY
public static ConfigChooser.ConfigChooserMatcher[] values()
for (ConfigChooser.ConfigChooserMatcher c : ConfigChooser.ConfigChooserMatcher.values()) System.out.println(c);
public static ConfigChooser.ConfigChooserMatcher 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 abstract boolean matches(int pRedSize,
int pGreenSize,
int pBlueSize,
int pAlphaSize,
int pDepthSize,
int pStencilSize)