Package com.jidesoft.range
The package contains classes related to Range for JIDE Charts and JIDE Gantt Chart product.
-
Interface Summary Interface Description Positionable 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.Range<T> -
Class Summary Class Description AbstractNumericRange<T> An abstract class as the superclass of numeric rangesAbstractRange<T> An abstract implementation ofRange
AggregatedRange A range class formed from a collection of Positionable instances.BigDecimalRange Specifies upper and lower bounds for a range of valuesBooleanRange Category<T> This class is really an adapter because it takes any object and allows it to be used as a Category.CategoryRange<T> Note that this class is iterable so you can use it in an advanced for..CombinedNumericRange A little convenience class to compute the maximum and minimum values of multiple ranges.IntegerRange Specifies upper and lower bounds for a range of valuesLongRange Specifies upper and lower bounds for a range of valuesNumericRange Specifies upper and lower bounds for a range of valuesRangeMorpher StringRange TimeRange Specifies upper and lower bounds for a range of values along a time line.