public static enum Plot.PlotStyle extends Enum<Plot.PlotStyle>
Enum Constant and Description |
---|
DOTS |
FSTEPS |
HISTEPS |
IMPULSES |
LINES |
LINESPOINTS |
POINTS |
STEPS |
Modifier and Type | Method and Description |
---|---|
static String[] |
getDescriptions()
Gets an array of string descriptions = one for each enum value.
|
static String[] |
getStringValues()
Get string values for the enum values.
|
static Plot.PlotStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Plot.PlotStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Plot.PlotStyle LINES
public static final Plot.PlotStyle POINTS
public static final Plot.PlotStyle LINESPOINTS
public static final Plot.PlotStyle IMPULSES
public static final Plot.PlotStyle STEPS
public static final Plot.PlotStyle FSTEPS
public static final Plot.PlotStyle HISTEPS
public static final Plot.PlotStyle DOTS
public static Plot.PlotStyle[] values()
for (Plot.PlotStyle c : Plot.PlotStyle.values()) System.out.println(c);
public static Plot.PlotStyle 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 static String[] getDescriptions()
public static String[] getStringValues()
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.