Uses of Enum Class
com.storedobject.chart.ChartType
Packages that use ChartType
-
Uses of ChartType in com.storedobject.chart
Methods in com.storedobject.chart that return ChartTypeModifier and TypeMethodDescriptionChart.getType()
Get the type of this chart.static ChartType
Returns the enum constant of this class with the specified name.static ChartType[]
ChartType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.storedobject.chart with parameters of type ChartTypeModifier and TypeMethodDescriptionfinal void
Calling this method does not have any effect.void
Set the type of this chart.Constructors in com.storedobject.chart with parameters of type ChartTypeModifierConstructorDescriptionAbstractChart
(ChartType type, boolean axesBased, AbstractDataProvider<?>... data) Create a chart of a given type and data.AbstractChart
(ChartType type, AbstractDataProvider<?>... data) Create a chart of a given type and data.Chart
(ChartType type, AbstractDataProvider<?>... data) Create a chart of a given type and data.SelfPositioningChart
(ChartType type, boolean axesBased, AbstractDataProvider<?>... data) Create a chart of a given type and data.SelfPositioningChart
(ChartType type, AbstractDataProvider<?>... data) Create a chart of a given type and data.SelfPositioningSpecialChart
(ChartType type, AbstractDataProvider<?>... data) Create a chart of a given type and data.XYChart
(ChartType type, AbstractDataProvider<?> xData, AbstractDataProvider<?> yData) Constructor.