Uses of Enum Class
com.jbstrap.ui.components.charts.params.enums.StripedStart
Packages that use StripedStart
-
Uses of StripedStart in com.jbstrap.ui.components.charts
Methods in com.jbstrap.ui.components.charts that return StripedStartModifier and TypeMethodDescriptionAxesBasedChart.getXAxisStripedStrart()
Gets the starting position of the stripes on the X axis.AxesBasedChart.getYAxisStripedStrart()
Gets the starting position of the stripes on the Y axis.Methods in com.jbstrap.ui.components.charts with parameters of type StripedStartModifier and TypeMethodDescriptionAxesBasedChart.setXAxisStripedStart
(StripedStart stripedStart) Sets the way the X axis should be striped.AxesBasedChart.setYAxisStripedStart
(StripedStart stripedStart) Sets the way the Y axis should be striped. -
Uses of StripedStart in com.jbstrap.ui.components.charts.params.enums
Methods in com.jbstrap.ui.components.charts.params.enums that return StripedStartModifier and TypeMethodDescriptionstatic StripedStart
Gets the starting position of the stripes by its name.static StripedStart
Returns the enum constant of this class with the specified name.static StripedStart[]
StripedStart.values()
Returns an array containing the constants of this enum class, in the order they are declared.