Uses of Class
org.jfree.data.RangeType
-
Packages that use RangeType Package Description org.jfree.chart.axis Axis classes and interfaces.org.jfree.data The base package for classes that represent various types of data. -
-
Uses of RangeType in org.jfree.chart.axis
Methods in org.jfree.chart.axis that return RangeType Modifier and Type Method Description RangeTypeNumberAxis. getRangeType()Returns the axis range type.Methods in org.jfree.chart.axis with parameters of type RangeType Modifier and Type Method Description voidNumberAxis. setRangeType(RangeType rangeType)Sets the axis range type. -
Uses of RangeType in org.jfree.data
Methods in org.jfree.data that return RangeType Modifier and Type Method Description static RangeTypeRangeType. valueOf(String name)Returns the enum constant of this type with the specified name.static RangeType[]RangeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-