public static enum XYSeriesRenderer.FillOutsideLine.Type extends Enum<XYSeriesRenderer.FillOutsideLine.Type>
Enum Constant and Description |
---|
ABOVE |
BELOW |
BOUNDS_ABOVE |
BOUNDS_ALL |
BOUNDS_BELOW |
NONE |
Modifier and Type | Method and Description |
---|---|
static XYSeriesRenderer.FillOutsideLine.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XYSeriesRenderer.FillOutsideLine.Type[] |
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 XYSeriesRenderer.FillOutsideLine.Type NONE
public static final XYSeriesRenderer.FillOutsideLine.Type BOUNDS_ALL
public static final XYSeriesRenderer.FillOutsideLine.Type BOUNDS_BELOW
public static final XYSeriesRenderer.FillOutsideLine.Type BOUNDS_ABOVE
public static final XYSeriesRenderer.FillOutsideLine.Type BELOW
public static final XYSeriesRenderer.FillOutsideLine.Type ABOVE
public static XYSeriesRenderer.FillOutsideLine.Type[] values()
for (XYSeriesRenderer.FillOutsideLine.Type c : XYSeriesRenderer.FillOutsideLine.Type.values()) System.out.println(c);
public static XYSeriesRenderer.FillOutsideLine.Type 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 null