public static enum FillerStatementContext.Group extends java.lang.Enum<FillerStatementContext.Group> implements StatementContext.StatementGroup<IFillerPattern>
Modifier and Type | Method and Description |
---|---|
ISimpleDrawable |
getSourceIcon() |
java.util.List<IFillerPattern> |
getValues() |
static FillerStatementContext.Group |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FillerStatementContext.Group[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getLedgerColour
public static final FillerStatementContext.Group DEFAULT
public static final FillerStatementContext.Group SHAPES_2D
public static FillerStatementContext.Group[] values()
for (FillerStatementContext.Group c : FillerStatementContext.Group.values()) System.out.println(c);
public static FillerStatementContext.Group 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 ISimpleDrawable getSourceIcon()
getSourceIcon
in interface StatementContext.StatementGroup<IFillerPattern>
public java.util.List<IFillerPattern> getValues()
getValues
in interface StatementContext.StatementGroup<IFillerPattern>