Uses of Enum Class
com.jbstrap.ui.components.charts.params.enums.ChartTitlePosition
Packages that use ChartTitlePosition
-
Uses of ChartTitlePosition in com.jbstrap.ui.components.charts
Methods in com.jbstrap.ui.components.charts that return ChartTitlePositionMethods in com.jbstrap.ui.components.charts with parameters of type ChartTitlePositionModifier and TypeMethodDescriptionChartCanvas.setTitlePosition
(ChartTitlePosition titlePosition) Sets the chart title position. -
Uses of ChartTitlePosition in com.jbstrap.ui.components.charts.params.enums
Methods in com.jbstrap.ui.components.charts.params.enums that return ChartTitlePositionModifier and TypeMethodDescriptionstatic ChartTitlePosition
Determines the chart’s position based on the specified name.static ChartTitlePosition
ChartTitlePosition.fromPositionAlign
(String position, String align) Determines the chart title’s position based on its vertical and horizontal position.static ChartTitlePosition
Returns the enum constant of this class with the specified name.static ChartTitlePosition[]
ChartTitlePosition.values()
Returns an array containing the constants of this enum class, in the order they are declared.