Header
And More


Uses of Class
org.jfree.data.RangeType

Packages that use RangeType
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
 RangeType NumberAxis.getRangeType()
          Returns the axis range type.
 

Methods in org.jfree.chart.axis with parameters of type RangeType
 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
static RangeType RangeType.FULL
          Full range (positive and negative).
static RangeType RangeType.NEGATIVE
          Negative range.
static RangeType RangeType.POSITIVE
          Positive range.
 


Footer
And More


Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.