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