Uses of Class
org.jfree.data.RangeType
Packages that use RangeType
Package
Description
Axis classes and interfaces.
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 RangeTypeModifier and TypeFieldDescriptionprivate 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 RangeTypeMethods in org.jfree.chart.axis with parameters of type RangeTypeModifier and TypeMethodDescriptionvoid
NumberAxis.setRangeType
(RangeType rangeType) Sets the axis range type. -
Uses of RangeType in org.jfree.data
Fields in org.jfree.data declared as RangeType