Modifier and Type | Field and Description |
---|---|
java.util.EnumSet<Plot.PlotFlag> |
Plot.flags
flags for various (drawing) behaviors
|
Modifier and Type | Method and Description |
---|---|
static Plot.PlotFlag |
Plot.PlotFlag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Plot.PlotFlag[] |
Plot.PlotFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|