private static enum SubScene.SubSceneDirtyBits extends java.lang.Enum<SubScene.SubSceneDirtyBits>
| Enum Constant and Description |
|---|
CAMERA_DIRTY |
CONTENT_DIRTY |
FILL_DIRTY |
LIGHTS_DIRTY |
ROOT_SG_DIRTY |
SIZE_DIRTY |
| Modifier and Type | Field and Description |
|---|---|
private int |
mask |
| Modifier and Type | Method and Description |
|---|---|
int |
getMask() |
static SubScene.SubSceneDirtyBits |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubScene.SubSceneDirtyBits[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubScene.SubSceneDirtyBits SIZE_DIRTY
public static final SubScene.SubSceneDirtyBits FILL_DIRTY
public static final SubScene.SubSceneDirtyBits ROOT_SG_DIRTY
public static final SubScene.SubSceneDirtyBits CAMERA_DIRTY
public static final SubScene.SubSceneDirtyBits LIGHTS_DIRTY
public static final SubScene.SubSceneDirtyBits CONTENT_DIRTY
public static SubScene.SubSceneDirtyBits[] values()
for (SubScene.SubSceneDirtyBits c : SubScene.SubSceneDirtyBits.values()) System.out.println(c);
public static SubScene.SubSceneDirtyBits 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 final int getMask()