Uses of Class
com.iizix.prop.ui.chart.axis2d.AxisTitleOrientation
Packages that use AxisTitleOrientation Package Description com.iizix.prop.ui.chart.axis2d Uses of AxisTitleOrientation in com.iizix.prop.ui.chart.axis2d
Methods in com.iizix.prop.ui.chart.axis2d that return AxisTitleOrientation Modifier and Type Method Description AxisTitleOrientation[]
AxisTitleOrientation. enumValues()
Gets all the choices possible, including default.AxisTitleOrientation
AxisTitleOrientation. getDefault()
Gets the default value.AxisTitleOrientation
Axis2D. getTitleOrientation()
Gets the title orientation.static AxisTitleOrientation
AxisTitleOrientation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AxisTitleOrientation[]
AxisTitleOrientation. values()
Returns an array containing the constants of this enum type, in the order they are declared.