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