Uses of Enum Class
com.jbstrap.ui.components.charts.params.enums.TickTextRotate
Packages that use TickTextRotate
-
Uses of TickTextRotate in com.jbstrap.ui.components.charts
Methods in com.jbstrap.ui.components.charts that return TickTextRotateModifier and TypeMethodDescriptionAxesBasedChart.getXAxisTickTextRotate()
Gets the rotation of the data values on the X axis.Methods in com.jbstrap.ui.components.charts with parameters of type TickTextRotateModifier and TypeMethodDescriptionAxesBasedChart.setXAxisTickTextRotate
(TickTextRotate tickTextRotate) Sets the rotation of the texts on the X axis. -
Uses of TickTextRotate in com.jbstrap.ui.components.charts.params.enums
Methods in com.jbstrap.ui.components.charts.params.enums that return TickTextRotateModifier and TypeMethodDescriptionstatic TickTextRotate
Determines the rotation type of the text by its name.static TickTextRotate
Returns the enum constant of this class with the specified name.static TickTextRotate[]
TickTextRotate.values()
Returns an array containing the constants of this enum class, in the order they are declared.