|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SimplePlot.PlotType>
adams.core.gnuplot.SimplePlot.PlotType
public static enum SimplePlot.PlotType
Enumeration of available plot types.
| Method Summary | |
|---|---|
String |
getField()
Returns the display string without the "numeric" or "nominal" in parentheses. |
SimplePlot.PlotType |
parse(String s)
Parses the given string and returns the associated enum. |
String |
toDisplay()
Returns the display string. |
String |
toRaw()
Returns the raw enum string. |
String |
toString()
Returns the displays string. |
static String |
toString(AbstractOption option,
Object object)
Returns the enum as string. |
static SimplePlot.PlotType |
valueOf(AbstractOption option,
String str)
Returns an enum generated from the string. |
static SimplePlot.PlotType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SimplePlot.PlotType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SimplePlot.PlotType LINES
public static final SimplePlot.PlotType POINTS
public static final SimplePlot.PlotType LINESPOINTS
public static final SimplePlot.PlotType IMPULSES
public static final SimplePlot.PlotType DOTS
public static final SimplePlot.PlotType STEPS
public static final SimplePlot.PlotType FSTEPS
public static final SimplePlot.PlotType HISTEPS
public static final SimplePlot.PlotType ERRORBARS
public static final SimplePlot.PlotType XERRORBARS
public static final SimplePlot.PlotType YERRORBARS
public static final SimplePlot.PlotType XYERRORBARS
public static final SimplePlot.PlotType ERRORLINES
public static final SimplePlot.PlotType XERRORLINES
public static final SimplePlot.PlotType YERRORLINES
public static final SimplePlot.PlotType XYERRORLINES
public static final SimplePlot.PlotType BOXES
public static final SimplePlot.PlotType FILLEDCURVES
public static final SimplePlot.PlotType BOXERRORBARS
public static final SimplePlot.PlotType BOXXYERRORBARS
public static final SimplePlot.PlotType FINANCEBARDS
public static final SimplePlot.PlotType CANDELSTICKS
public static final SimplePlot.PlotType VECTORS
| Method Detail |
|---|
public static SimplePlot.PlotType[] values()
for (SimplePlot.PlotType c : SimplePlot.PlotType.values()) System.out.println(c);
public static SimplePlot.PlotType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String toDisplay()
toDisplay in interface EnumWithCustomDisplay<SimplePlot.PlotType>public String toRaw()
toRaw in interface EnumWithCustomDisplay<SimplePlot.PlotType>public SimplePlot.PlotType parse(String s)
parse in interface EnumWithCustomDisplay<SimplePlot.PlotType>s - the string to parse
public String getField()
public String toString()
toString in class Enum<SimplePlot.PlotType>
public static String toString(AbstractOption option,
Object object)
option - the current optionobject - the enum object to convert
public static SimplePlot.PlotType valueOf(AbstractOption option,
String str)
option - the current optionstr - the string to convert to an enum
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||