Uses of Enum Class
com.jbstrap.ui.components.charts.params.enums.LegendPosition
Packages that use LegendPosition
-
Uses of LegendPosition in com.jbstrap.ui.components.charts
Methods in com.jbstrap.ui.components.charts that return LegendPositionMethods in com.jbstrap.ui.components.charts with parameters of type LegendPositionModifier and TypeMethodDescriptionChartCanvas.setLegendPosition
(LegendPosition position) Sets the legend’s position. -
Uses of LegendPosition in com.jbstrap.ui.components.charts.params.enums
Methods in com.jbstrap.ui.components.charts.params.enums that return LegendPositionModifier and TypeMethodDescriptionstatic LegendPosition
Determines the legend’s position by its name.static LegendPosition
Returns the enum constant of this class with the specified name.static LegendPosition[]
LegendPosition.values()
Returns an array containing the constants of this enum class, in the order they are declared.