public static enum Plot.PlotMarkerDefault.DefaultMark extends java.lang.Enum<Plot.PlotMarkerDefault.DefaultMark>
Enum Constant and Description |
---|
ARROW |
CIRCLE
param defines the radius of the circle
|
LINE_HORIZONTAL |
LINE_VERTICAL |
NONE |
OVERLAY_BEGIN
Starts an overlay area.
|
OVERLAY_END
Ends an overlay area.
|
POINT |
STAR |
Modifier and Type | Method and Description |
---|---|
static Plot.PlotMarkerDefault.DefaultMark |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Plot.PlotMarkerDefault.DefaultMark[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Plot.PlotMarkerDefault.DefaultMark NONE
public static final Plot.PlotMarkerDefault.DefaultMark POINT
public static final Plot.PlotMarkerDefault.DefaultMark STAR
public static final Plot.PlotMarkerDefault.DefaultMark ARROW
public static final Plot.PlotMarkerDefault.DefaultMark CIRCLE
public static final Plot.PlotMarkerDefault.DefaultMark OVERLAY_BEGIN
public static final Plot.PlotMarkerDefault.DefaultMark OVERLAY_END
public static final Plot.PlotMarkerDefault.DefaultMark LINE_VERTICAL
public static final Plot.PlotMarkerDefault.DefaultMark LINE_HORIZONTAL
public static Plot.PlotMarkerDefault.DefaultMark[] values()
for (Plot.PlotMarkerDefault.DefaultMark c : Plot.PlotMarkerDefault.DefaultMark.values()) System.out.println(c);
public static Plot.PlotMarkerDefault.DefaultMark 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