Uses of Interface
com.jidesoft.range.Range

Packages that use Range
com.jidesoft.range The package contains classes related to Range for JIDE Charts and JIDE Gantt Chart product. 
 

Uses of Range in com.jidesoft.range
 

Classes in com.jidesoft.range that implement Range
 class AbstractNumericRange<T>
          An abstract class as the superclass of numeric ranges
 class AbstractRange<T>
          An abstract implementation of Range
 class AggregatedRange
          A range class formed from a collection of Positionable instances.
 class CategoryRange<T>
          Note that this class is iterable so you can use it in an advanced for..
 class CombinedNumericRange
          A little convenience class to compute the maximum and minimum values of multiple ranges.
 class IntegerRange
          Specifies upper and lower bounds for a range of values
 class NumericRange
          Specifies upper and lower bounds for a range of values
 class TimeRange
          Specifies upper and lower bounds for a range of values along a time line.
 

Methods in com.jidesoft.range that return Range
 Range<Date> TimeRange.copy()
           
 Range<Double> NumericRange.copy()
           
 Range<Integer> IntegerRange.copy()
           
 Range<T> CategoryRange.copy()
           
 Range<T> AbstractRange.copy()
           
 

Methods in com.jidesoft.range with parameters of type Range
 CombinedNumericRange CombinedNumericRange.add(Range<Double> range)
          Add a new range to this combined range.
 



Copyright © 2013. All Rights Reserved.