public static enum FlagPlotOptions.Shape extends Enum<FlagPlotOptions.Shape>
| Enum Constant and Description |
|---|
CIRCLE_PIN
Represent the flag as a circle pin.
|
FLAG
represent the flag as a flag
|
SQUARE_PIN
Represent the flag as a square pin.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static FlagPlotOptions.Shape |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlagPlotOptions.Shape[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlagPlotOptions.Shape FLAG
public static final FlagPlotOptions.Shape CIRCLE_PIN
public static final FlagPlotOptions.Shape SQUARE_PIN
public static FlagPlotOptions.Shape[] values()
for (FlagPlotOptions.Shape c : FlagPlotOptions.Shape.values()) System.out.println(c);
public static FlagPlotOptions.Shape valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<FlagPlotOptions.Shape>Copyright © 2015. All Rights Reserved.