public static enum Series.PointStyle extends java.lang.Enum<Series.PointStyle>
Enum Constant and Description |
---|
CIRCLE |
CROSS |
CROSS_ROT |
DASH |
LINE |
NONE |
RECT |
RECT_ROT |
RECT_ROUNDED |
STAR |
TRIANGLE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
void |
setLabel(java.lang.String label) |
java.lang.String |
toString() |
static Series.PointStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Series.PointStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Series.PointStyle CIRCLE
public static final Series.PointStyle TRIANGLE
public static final Series.PointStyle RECT
public static final Series.PointStyle RECT_ROUNDED
public static final Series.PointStyle RECT_ROT
public static final Series.PointStyle CROSS
public static final Series.PointStyle CROSS_ROT
public static final Series.PointStyle STAR
public static final Series.PointStyle LINE
public static final Series.PointStyle DASH
public static final Series.PointStyle NONE
public static Series.PointStyle[] values()
for (Series.PointStyle c : Series.PointStyle.values()) System.out.println(c);
public static Series.PointStyle 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 java.lang.String getLabel()
public void setLabel(java.lang.String label)
label
- the label to setpublic java.lang.String toString()
toString
in class java.lang.Enum<Series.PointStyle>
Copyright © 2001-2017 Jalios SA. All Rights Reserved.