|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<Type> org.ojalgo.chart.Type
public enum Type
Enum Constant Summary | |
---|---|
AreaChart
Deprecated. |
|
BarChart
Deprecated. |
|
BarChart3D
Deprecated. |
|
Histogram
Deprecated. |
|
LineChart
Deprecated. |
|
LineChart3D
Deprecated. |
|
MultiplePieChart
Deprecated. |
|
MultiplePieChart3D
Deprecated. |
|
PieChart
Deprecated. |
|
PieChart3D
Deprecated. |
|
PolarChart
Deprecated. |
|
RingChart
Deprecated. |
|
ScatterPlot
Deprecated. |
|
StackedAreaChart
Deprecated. |
|
StackedAreaXYChart
Deprecated. |
|
StackedBarChart
Deprecated. |
|
StackedBarChart3D
Deprecated. |
|
TimeSeriesChart
Deprecated. |
|
WaterfallChart
Deprecated. |
|
XYAreaChart
Deprecated. |
|
XYBarChart
Deprecated. |
|
XYLineChart
Deprecated. |
|
XYStepAreaChart
Deprecated. |
|
XYStepChart
Deprecated. |
Method Summary | |
---|---|
static Type |
valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static Type[] |
values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Type AreaChart
public static final Type BarChart
public static final Type BarChart3D
public static final Type Histogram
public static final Type LineChart
public static final Type LineChart3D
public static final Type MultiplePieChart
public static final Type MultiplePieChart3D
public static final Type PieChart
public static final Type PieChart3D
public static final Type PolarChart
public static final Type RingChart
public static final Type ScatterPlot
public static final Type StackedAreaChart
public static final Type StackedAreaXYChart
public static final Type StackedBarChart
public static final Type StackedBarChart3D
public static final Type TimeSeriesChart
public static final Type WaterfallChart
public static final Type XYAreaChart
public static final Type XYBarChart
public static final Type XYLineChart
public static final Type XYStepAreaChart
public static final Type XYStepChart
Method Detail |
---|
public static Type[] values()
for (Type c : Type.values()) System.out.println(c);
public static 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 name
NullPointerException
- if the argument is null
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |