public enum XyPresentation extends java.lang.Enum<XyPresentation>
Enum Constant and Description |
---|
DIAGRAM |
DIAGRAM_SCRIPT |
DIAGRAM_WO_GRID |
GRAPH_PAPER |
MEASURE |
PLOT |
SCOPE_R |
SCOPE_T |
SQUARED_PAPER |
Modifier and Type | Method and Description |
---|---|
XyPresentation |
apply() |
XyTemplate |
getXyTemplate() |
java.lang.String |
toString() |
static XyPresentation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XyPresentation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XyPresentation MEASURE
public static final XyPresentation DIAGRAM
public static final XyPresentation SCOPE_R
public static final XyPresentation SCOPE_T
public static final XyPresentation DIAGRAM_WO_GRID
public static final XyPresentation DIAGRAM_SCRIPT
public static final XyPresentation SQUARED_PAPER
public static final XyPresentation GRAPH_PAPER
public static final XyPresentation PLOT
public static XyPresentation[] values()
for (XyPresentation c : XyPresentation.values()) System.out.println(c);
public static XyPresentation 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 XyTemplate getXyTemplate()
public XyPresentation apply()
public java.lang.String toString()
toString
in class java.lang.Enum<XyPresentation>