Enum Constant and Description |
---|
BOXERRORBARS |
BOXES |
BOXXYERRORBARS |
CANDLESTICKS |
DOTS |
ERRORBARS |
ERRORLINES |
FILLEDCURVES |
FINANCEBARS |
FSTEPS |
HISTEPS |
HISTOGRAMS |
IMAGE |
IMPULSES |
LABELS |
LINES |
LINESPOINTS |
PM3D |
POINTS |
RGBIMAGE |
STEPS |
VECTORS |
XERRORBARS |
XERRORLINES |
XYERRORBARS |
XYERRORLINES |
YERRORBARS |
YERRORLINES |
Modifier and Type | Method and Description |
---|---|
static Style |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Style[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Style LINES
public static final Style POINTS
public static final Style LINESPOINTS
public static final Style IMPULSES
public static final Style DOTS
public static final Style STEPS
public static final Style FSTEPS
public static final Style HISTEPS
public static final Style ERRORBARS
public static final Style LABELS
public static final Style XERRORBARS
public static final Style YERRORBARS
public static final Style XYERRORBARS
public static final Style ERRORLINES
public static final Style XERRORLINES
public static final Style YERRORLINES
public static final Style XYERRORLINES
public static final Style BOXES
public static final Style HISTOGRAMS
public static final Style FILLEDCURVES
public static final Style BOXERRORBARS
public static final Style BOXXYERRORBARS
public static final Style FINANCEBARS
public static final Style CANDLESTICKS
public static final Style VECTORS
public static final Style IMAGE
public static final Style RGBIMAGE
public static final Style PM3D
public static Style[] values()
for (Style c : Style.values()) System.out.println(c);
public static Style 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 null