Uses of Enum Class
eu.webtoolkit.jwt.chart.LabelOption
Packages that use LabelOption
-
Uses of LabelOption in eu.webtoolkit.jwt.chart
Methods in eu.webtoolkit.jwt.chart that return LabelOptionModifier and TypeMethodDescriptionstatic LabelOptionReturns the enum constant of this class with the specified name.static LabelOption[]LabelOption.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 LabelOptionModifier and TypeMethodDescriptionWPieChart.getDisplayLabels()Returns options set for displaying labels.Methods in eu.webtoolkit.jwt.chart with parameters of type LabelOptionModifier and TypeMethodDescriptionfinal WWidgetWPieChart.createLegendItemWidget(int index, LabelOption option, LabelOption... options) Creates a widget which renders the a legend item.final voidWPieChart.setDisplayLabels(LabelOption option, LabelOption... options) Configures if and how labels should be displayed.Method parameters in eu.webtoolkit.jwt.chart with type arguments of type LabelOptionModifier and TypeMethodDescriptionWPieChart.createLegendItemWidget(int index, EnumSet<LabelOption> options) Creates a widget which renders the a legend item.voidWPieChart.setDisplayLabels(EnumSet<LabelOption> options) Configures if and how labels should be displayed.