Uses of Enum Class
eu.webtoolkit.jwt.chart.Series3DType
Packages that use Series3DType
-
Uses of Series3DType in eu.webtoolkit.jwt.chart
Methods in eu.webtoolkit.jwt.chart that return Series3DTypeModifier and TypeMethodDescriptionWAbstractGridData.getType()
Returns the type of representation that will be used for the data.static Series3DType
Returns the enum constant of this class with the specified name.static Series3DType[]
Series3DType.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 Series3DTypeModifier and TypeMethodDescriptionvoid
WAbstractGridData.setType
(Series3DType type) Sets the type of representation that will be used for the data.