Package com.jidesoft.range


package com.jidesoft.range
The package contains classes related to Range for JIDE Charts and JIDE Gantt Chart product.
  • Class
    Description
    An abstract class as the superclass of numeric ranges
    An abstract implementation of Range
    A range class formed from a collection of Positionable instances.
    Specifies upper and lower bounds for a range of values
     
    This class is really an adapter because it takes any object and allows it to be used as a Category.
    Note that this class is iterable so you can use it in an advanced for..
    A little convenience class to compute the maximum and minimum values of multiple ranges.
    Specifies upper and lower bounds for a range of values
    Specifies upper and lower bounds for a range of values
    Specifies upper and lower bounds for a range of values
    The idea of being positionable is to place a point somewhere along a one-dimensional axis This is very natural for numerical data, but can be applied to categorical data too.
     
     
     
    Specifies upper and lower bounds for a range of values along a time line.