Uses of Enum Class
eu.webtoolkit.jwt.chart.ChartType
Packages that use ChartType
-
Uses of ChartType in eu.webtoolkit.jwt.chart
Methods in eu.webtoolkit.jwt.chart that return ChartTypeModifier and TypeMethodDescriptionWCartesian3DChart.getType()Returns the type of this chart.WCartesianChart.getType()Returns the chart type.static ChartTypeReturns 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 eu.webtoolkit.jwt.chart with parameters of type ChartTypeModifier and TypeMethodDescriptionvoidSets the type of this chart.voidSets the chart type.Constructors in eu.webtoolkit.jwt.chart with parameters of type ChartTypeModifierConstructorDescriptionWCartesian3DChart(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.