static enum GraphPlotter.OT extends Enum<GraphPlotter.OT>
Enum Constant and Description |
---|
BACK |
CMD |
COLORS |
CONFIG |
FRONT |
KEYLOCATION |
LINETYPES |
PAPERSIZE |
Modifier and Type | Method and Description |
---|---|
static GraphPlotter.OT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphPlotter.OT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphPlotter.OT PAPERSIZE
public static final GraphPlotter.OT CONFIG
public static final GraphPlotter.OT CMD
public static final GraphPlotter.OT BACK
public static final GraphPlotter.OT FRONT
public static final GraphPlotter.OT COLORS
public static final GraphPlotter.OT LINETYPES
public static final GraphPlotter.OT KEYLOCATION
public static GraphPlotter.OT[] values()
for (GraphPlotter.OT c : GraphPlotter.OT.values()) System.out.println(c);
public static GraphPlotter.OT 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 nullEDB Working Group at Tue Jun 10 17:08:59 JST 2025