Uses of Enum Class
eu.webtoolkit.jwt.chart.ChartType
-
Uses of ChartType in eu.webtoolkit.jwt.chart
Modifier and TypeMethodDescriptionWCartesian3DChart.getType()
Returns the type of this chart.WCartesianChart.getType()
Returns the chart type.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.Modifier and TypeMethodDescriptionvoid
Sets the type of this chart.void
Sets the chart type.ModifierConstructorDescriptionWCartesian3DChart
(ChartType type) Constructor.WCartesian3DChart
(ChartType type, WContainerWidget parentContainer) Constructor.WCartesianChart
(ChartType type) Creates a new cartesian chart.WCartesianChart
(ChartType type, WContainerWidget parentContainer) Creates a new cartesian chart.