Uses of Enum Class
com.jbstrap.ui.components.charts.params.enums.TickNumbers
Packages that use TickNumbers
-
Uses of TickNumbers in com.jbstrap.ui.components.charts
Methods in com.jbstrap.ui.components.charts with parameters of type TickNumbersModifier and TypeMethodDescriptionGaugeChart.setTickCount
(TickNumbers tickNumber) Sets the number of ticks based on the tick type. -
Uses of TickNumbers in com.jbstrap.ui.components.charts.params.enums
Methods in com.jbstrap.ui.components.charts.params.enums that return TickNumbersModifier and TypeMethodDescriptionstatic TickNumbers
Gets the number of ticks based on the setting name.static TickNumbers
Returns the enum constant of this class with the specified name.static TickNumbers[]
TickNumbers.values()
Returns an array containing the constants of this enum class, in the order they are declared.