Uses of Enum Class
eu.webtoolkit.jwt.chart.ChartUpdates
Packages that use ChartUpdates
-
Uses of ChartUpdates in eu.webtoolkit.jwt.chart
Methods in eu.webtoolkit.jwt.chart that return ChartUpdatesModifier and TypeMethodDescriptionstatic ChartUpdates
Returns the enum constant of this class with the specified name.static ChartUpdates[]
ChartUpdates.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 ChartUpdatesModifier and TypeMethodDescriptionfinal void
WCartesian3DChart.updateChart
(ChartUpdates flag, ChartUpdates... flags) Update the chart.Method parameters in eu.webtoolkit.jwt.chart with type arguments of type ChartUpdatesModifier and TypeMethodDescriptionvoid
WCartesian3DChart.updateChart
(EnumSet<ChartUpdates> flags) Update the chart.