public enum PlotType extends Enum<PlotType>
| Enum Constant and Description |
|---|
AREA |
AREARANGE |
AREASPLINE |
AREASPLINERANGE |
BAR |
BELLCURVE |
BOXPLOT |
BUBBLE |
BULLET |
COLUMN |
COLUMNRANGE |
ERRORBAR |
FUNNEL |
GAUGE |
HEATMAP |
HISTOGRAM |
LINE |
PARETO |
PIE |
POLYGON |
PYRAMID |
SANKEY |
SCATTER |
SCATTER3D |
SOLIDGAUGE |
SPLINE |
STREAMGRAPH |
SUNBURST |
TILEMAP |
TREEMAP |
VARIABLEPIE |
VARIWIDE |
VECTOR |
WATERFALL |
WINDBARB |
WORDCLOUD |
XRANGE |
| Modifier and Type | Method and Description |
|---|---|
static PlotType |
fromPlotClass(Class<? extends PlotOptions> optionClass)
Returns the plot type given the implementation class.
|
PlotOptions |
newInstance() |
String |
toString() |
static PlotType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlotType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlotType AREA
public static final PlotType AREARANGE
public static final PlotType AREASPLINE
public static final PlotType AREASPLINERANGE
public static final PlotType BAR
public static final PlotType BELLCURVE
public static final PlotType BOXPLOT
public static final PlotType BUBBLE
public static final PlotType BULLET
public static final PlotType COLUMN
public static final PlotType COLUMNRANGE
public static final PlotType ERRORBAR
public static final PlotType FUNNEL
public static final PlotType GAUGE
public static final PlotType HEATMAP
public static final PlotType HISTOGRAM
public static final PlotType LINE
public static final PlotType PARETO
public static final PlotType PIE
public static final PlotType POLYGON
public static final PlotType PYRAMID
public static final PlotType SANKEY
public static final PlotType SCATTER
public static final PlotType SCATTER3D
public static final PlotType SOLIDGAUGE
public static final PlotType SPLINE
public static final PlotType STREAMGRAPH
public static final PlotType SUNBURST
public static final PlotType TILEMAP
public static final PlotType TREEMAP
public static final PlotType VARIABLEPIE
public static final PlotType VARIWIDE
public static final PlotType VECTOR
public static final PlotType WATERFALL
public static final PlotType WINDBARB
public static final PlotType WORDCLOUD
public static final PlotType XRANGE
public static PlotType[] values()
for (PlotType c : PlotType.values()) System.out.println(c);
public static PlotType 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 static PlotType fromPlotClass(Class<? extends PlotOptions> optionClass)
optionClass - The implementation class.public PlotOptions newInstance()
Copyright © 2018 Fujion Framework. All rights reserved.