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
Fields in org.jfree.chart.axis declared as RangeType Modifier and Type Field Description private RangeType
NumberAxis. rangeType
The range type (can be used to force the axis to display only positive values or only negative values).Methods in org.jfree.chart.axis that return RangeType Modifier and Type Method Description RangeType
NumberAxis. getRangeType()
Returns the axis range type.Methods in org.jfree.chart.axis with parameters of type RangeType Modifier and Type Method Description void
NumberAxis. setRangeType(RangeType rangeType)
Sets the axis range type. -
Uses of RangeType in org.jfree.data
Fields in org.jfree.data declared as RangeType Modifier and Type Field Description static RangeType
RangeType. FULL
Full range (positive and negative).static RangeType
RangeType. NEGATIVE
Negative range.static RangeType
RangeType. POSITIVE
Positive range.
-