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 CustomFlagReturns 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 voidWDataSeries.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 TypeMethodDescriptionvoidWDataSeries.setCustomFlags(EnumSet<CustomFlag> flags) Sets which aspects of the look are overriden.