public static enum Legend.LegendPosition extends java.lang.Enum<Legend.LegendPosition>
| Enum Constant and Description |
|---|
ABOVE_CHART_CENTER |
ABOVE_CHART_LEFT |
ABOVE_CHART_RIGHT |
BELOW_CHART_CENTER |
BELOW_CHART_LEFT |
BELOW_CHART_RIGHT |
LEFT_OF_CHART |
LEFT_OF_CHART_CENTER |
LEFT_OF_CHART_INSIDE |
PIECHART_CENTER |
RIGHT_OF_CHART |
RIGHT_OF_CHART_CENTER |
RIGHT_OF_CHART_INSIDE |
| Modifier and Type | Method and Description |
|---|---|
static Legend.LegendPosition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Legend.LegendPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Legend.LegendPosition RIGHT_OF_CHART
public static final Legend.LegendPosition RIGHT_OF_CHART_CENTER
public static final Legend.LegendPosition RIGHT_OF_CHART_INSIDE
public static final Legend.LegendPosition LEFT_OF_CHART
public static final Legend.LegendPosition LEFT_OF_CHART_CENTER
public static final Legend.LegendPosition LEFT_OF_CHART_INSIDE
public static final Legend.LegendPosition BELOW_CHART_LEFT
public static final Legend.LegendPosition BELOW_CHART_RIGHT
public static final Legend.LegendPosition BELOW_CHART_CENTER
public static final Legend.LegendPosition ABOVE_CHART_LEFT
public static final Legend.LegendPosition ABOVE_CHART_RIGHT
public static final Legend.LegendPosition ABOVE_CHART_CENTER
public static final Legend.LegendPosition PIECHART_CENTER
public static Legend.LegendPosition[] values()
for (Legend.LegendPosition c : Legend.LegendPosition.values()) System.out.println(c);
public static Legend.LegendPosition 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