Uses of Enum Class
eu.webtoolkit.jwt.chart.CustomFlag
Packages that use CustomFlag
-
Uses of CustomFlag in eu.webtoolkit.jwt.chart
Methods in eu.webtoolkit.jwt.chart that return CustomFlagModifier and TypeMethodDescriptionstatic CustomFlag
Returns the enum constant of this class with the specified name.static CustomFlag[]
CustomFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.webtoolkit.jwt.chart that return types with arguments of type CustomFlagModifier and TypeMethodDescriptionWDataSeries.getCustomFlags()
Returns which aspects of the look are overriden.Methods in eu.webtoolkit.jwt.chart with parameters of type CustomFlagModifier and TypeMethodDescriptionfinal void
WDataSeries.setCustomFlags
(CustomFlag flag, CustomFlag... flags) Sets which aspects of the look are overriden.Method parameters in eu.webtoolkit.jwt.chart with type arguments of type CustomFlagModifier and TypeMethodDescriptionvoid
WDataSeries.setCustomFlags
(EnumSet<CustomFlag> flags) Sets which aspects of the look are overriden.