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