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. 
com.jidesoft.utils The package contains several utililities for JIDE Common Layer. 
 

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 BigDecimalRange
          Specifies upper and lower bounds for a range of values
 class BooleanRange
           
 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 LongRange
          Specifies upper and lower bounds for a range of values
 class NumericRange
          Specifies upper and lower bounds for a range of values
 class StringRange
           
 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<Long> LongRange.copy()
           
 Range<Integer> IntegerRange.copy()
           
 Range<T> CategoryRange.copy()
           
 Range<BigDecimal> BigDecimalRange.copy()
           
 Range<T> AbstractRange.copy()
           
 Range<BigDecimal> BigDecimalRange.createIntermediate(Range<BigDecimal> target, double position)
           
 Range<Boolean> BooleanRange.createIntermediate(Range<Boolean> targetRange, double position)
           
 Range<Date> TimeRange.createIntermediate(Range<Date> target, double position)
           
 Range<Double> NumericRange.createIntermediate(Range<Double> target, double position)
           
 Range<Double> CombinedNumericRange.createIntermediate(Range<Double> targetRange, double position)
           
 Range<Integer> IntegerRange.createIntermediate(Range<Integer> targetRange, double position)
           
 Range<Long> LongRange.createIntermediate(Range<Long> targetRange, double position)
           
 Range<String> StringRange.createIntermediate(Range<String> targetRange, double position)
           
 Range<T> CategoryRange.createIntermediate(Range<T> target, double position)
          Creates an intermediate range between this range and a target range.
abstract  Range<T> AbstractRange.createIntermediate(Range<T> targetRange, double position)
           
 

Methods in com.jidesoft.range with parameters of type Range
 CombinedNumericRange CombinedNumericRange.add(Range<Double> range)
          Add a new range to this combined range.
 int StringRange.compareTo(Range o)
           
 int AbstractRange.compareTo(Range o)
           
 Range<BigDecimal> BigDecimalRange.createIntermediate(Range<BigDecimal> target, double position)
           
 Range<Boolean> BooleanRange.createIntermediate(Range<Boolean> targetRange, double position)
           
 Range<Date> TimeRange.createIntermediate(Range<Date> target, double position)
           
 Range<Double> NumericRange.createIntermediate(Range<Double> target, double position)
           
 Range<Double> CombinedNumericRange.createIntermediate(Range<Double> targetRange, double position)
           
 Range<Integer> IntegerRange.createIntermediate(Range<Integer> targetRange, double position)
           
 Range<Long> LongRange.createIntermediate(Range<Long> targetRange, double position)
           
 Range<String> StringRange.createIntermediate(Range<String> targetRange, double position)
           
 Range<T> CategoryRange.createIntermediate(Range<T> target, double position)
          Creates an intermediate range between this range and a target range.
abstract  Range<T> AbstractRange.createIntermediate(Range<T> targetRange, double position)
           
 void RangeMorpher.morph(Range<?>[] sourceRanges, Range<?>[] destinationRanges)
           
 void RangeMorpher.morph(Range<?>[] sourceRanges, Range<?>[] destinationRanges)
           
 

Uses of Range in com.jidesoft.utils
 

Methods in com.jidesoft.utils that return Range
static Range<BigDecimal> BigDecimalMathUtils.range(List<BigDecimal> numbers)
          Returns the max number in the numbers list.
static Range<Boolean> BooleanUtils.range(List<Boolean> booleans)
          Returns the range of booleans.
static Range<Double> MathUtils.range(List<Number> numbers)
          Returns the range of numbers.
static Range<String> StringUtils.range(List<String> strings)
          Returns the range of numbers.
static Range<Integer> MathUtils.rangeInteger(List<Number> numbers)
          Returns the range of numbers.
static Range<Long> MathUtils.rangeLong(List<Number> numbers)
          Returns the range of numbers.
 



Copyright © 2014. All rights reserved.