public static enum BaseShaderContext.MaskType extends java.lang.Enum<BaseShaderContext.MaskType>
Enum Constant and Description |
---|
ALPHA_ONE |
ALPHA_TEXTURE |
ALPHA_TEXTURE_DIFF |
DRAW_CIRCLE |
DRAW_ELLIPSE |
DRAW_PGRAM |
DRAW_ROUNDRECT |
DRAW_SEMIROUNDRECT |
FILL_CIRCLE |
FILL_ELLIPSE |
FILL_PGRAM |
FILL_ROUNDRECT |
SOLID |
TEXTURE |
Modifier and Type | Field and Description |
---|---|
private BaseShaderContext.MaskType |
filltype |
private java.lang.String |
name |
private boolean |
newPaintStyle |
Modifier and Type | Method and Description |
---|---|
BaseShaderContext.MaskType |
getFillType() |
java.lang.String |
getName() |
boolean |
isNewPaintStyle() |
static BaseShaderContext.MaskType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BaseShaderContext.MaskType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseShaderContext.MaskType SOLID
public static final BaseShaderContext.MaskType TEXTURE
public static final BaseShaderContext.MaskType ALPHA_ONE
public static final BaseShaderContext.MaskType ALPHA_TEXTURE
public static final BaseShaderContext.MaskType ALPHA_TEXTURE_DIFF
public static final BaseShaderContext.MaskType FILL_PGRAM
public static final BaseShaderContext.MaskType DRAW_PGRAM
public static final BaseShaderContext.MaskType FILL_CIRCLE
public static final BaseShaderContext.MaskType DRAW_CIRCLE
public static final BaseShaderContext.MaskType FILL_ELLIPSE
public static final BaseShaderContext.MaskType DRAW_ELLIPSE
public static final BaseShaderContext.MaskType FILL_ROUNDRECT
public static final BaseShaderContext.MaskType DRAW_ROUNDRECT
public static final BaseShaderContext.MaskType DRAW_SEMIROUNDRECT
private java.lang.String name
private BaseShaderContext.MaskType filltype
private boolean newPaintStyle
public static BaseShaderContext.MaskType[] values()
for (BaseShaderContext.MaskType c : BaseShaderContext.MaskType.values()) System.out.println(c);
public static BaseShaderContext.MaskType 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 java.lang.String getName()
public BaseShaderContext.MaskType getFillType()
public boolean isNewPaintStyle()