Uses of Enum Class
com.jbstrap.ui.components.charts.params.enums.StripedStart
-
Uses of StripedStart in com.jbstrap.ui.components.charts
Modifier 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.Modifier 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
Modifier 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.