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