public static enum XYMultipleSeriesRenderer.Orientation extends Enum<XYMultipleSeriesRenderer.Orientation>
Enum Constant and Description |
---|
HORIZONTAL |
VERTICAL |
Modifier and Type | Method and Description |
---|---|
int |
getAngle()
Return the orientation rotate angle.
|
static XYMultipleSeriesRenderer.Orientation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XYMultipleSeriesRenderer.Orientation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, getDeclaringClass, getEnumValues, hashCode, name, ordinal, setEnumValues, toString, valueOf
public static final XYMultipleSeriesRenderer.Orientation HORIZONTAL
public static final XYMultipleSeriesRenderer.Orientation VERTICAL
public static XYMultipleSeriesRenderer.Orientation[] values()
for (XYMultipleSeriesRenderer.Orientation c : XYMultipleSeriesRenderer.Orientation.values()) System.out.println(c);
public static XYMultipleSeriesRenderer.Orientation valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getAngle()