public static enum ChartMeasure.PlotOutputType extends Enum<ChartMeasure.PlotOutputType>
| Modifier and Type | Method and Description |
|---|---|
static ChartMeasure.PlotOutputType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChartMeasure.PlotOutputType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChartMeasure.PlotOutputType SCREEN
public static final ChartMeasure.PlotOutputType PNG
public static final ChartMeasure.PlotOutputType JPEG
public static ChartMeasure.PlotOutputType[] values()
for (ChartMeasure.PlotOutputType c : ChartMeasure.PlotOutputType.values()) System.out.println(c);
public static ChartMeasure.PlotOutputType 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 nullCopyright © 2015. All rights reserved.