public static enum Rchart.LegendPosition extends java.lang.Enum<Rchart.LegendPosition>
| Modifier and Type | Method and Description |
|---|---|
static Rchart.LegendPosition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Rchart.LegendPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Rchart.LegendPosition BOTTOM
public static final Rchart.LegendPosition TOP
public static final Rchart.LegendPosition LEFT
public static final Rchart.LegendPosition RIGHT
public static final Rchart.LegendPosition NONE
public static Rchart.LegendPosition[] values()
for (Rchart.LegendPosition c : Rchart.LegendPosition.values()) System.out.println(c);
public static Rchart.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