Modifier and Type | Field and Description |
---|---|
static java.util.EnumSet<PlotView.Flags> |
PlotView.Flags.DEFAULT |
Modifier and Type | Method and Description |
---|---|
static PlotView.Flags |
PlotView.Flags.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlotView.Flags[] |
PlotView.Flags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PlotView.addFlag(PlotView.Flags flag)
Adds an options-flag.
|
boolean |
PlotView.hasFlag(PlotView.Flags flag)
Checks for the specified flag.
|
void |
PlotView.removeFlag(PlotView.Flags flag)
Removes an options-flag.
|