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 RangeTypeNumberAxis. rangeTypeThe 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 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
Fields in org.jfree.data declared as RangeType Modifier and Type Field Description static RangeTypeRangeType. FULLFull range (positive and negative).static RangeTypeRangeType. NEGATIVENegative range.static RangeTypeRangeType. POSITIVEPositive range.
-