protected static enum LegendItem.Property extends java.lang.Enum<LegendItem.Property> implements Key
Enum Constant and Description |
---|
datasetIndex |
fillStyle |
hidden |
index |
lineCap |
lineDash |
lineDashOffset |
lineJoin |
lineWidth |
pointStyle |
strokeStyle |
text |
Modifier and Type | Method and Description |
---|---|
static LegendItem.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LegendItem.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LegendItem.Property datasetIndex
public static final LegendItem.Property index
public static final LegendItem.Property text
public static final LegendItem.Property fillStyle
public static final LegendItem.Property hidden
public static final LegendItem.Property lineCap
public static final LegendItem.Property lineDash
public static final LegendItem.Property lineDashOffset
public static final LegendItem.Property lineJoin
public static final LegendItem.Property lineWidth
public static final LegendItem.Property strokeStyle
public static final LegendItem.Property pointStyle
public static LegendItem.Property[] values()
for (LegendItem.Property c : LegendItem.Property.values()) System.out.println(c);
public static LegendItem.Property 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