Uses of Class
com.generationjava.math.Interval

Packages that use Interval
com.generationjava.math   
 

Uses of Interval in com.generationjava.math
 

Methods in com.generationjava.math that return Interval
static Interval Interval.makeIntervalCenterWidth(double center, double difference)
          Make an Interval with the specified center and difference from the center.
static Interval Interval.makeIntervalCenterPercentage(double center, float percentage)
          Make an Interval with the specified center and the specified percentage difference from the center.
 Interval Interval.add(Interval i)
          Add this Interval to another one.
 Interval Interval.mul(Interval i)
          Multiple this Interval by another one.
 Interval Interval.div(Interval i)
          Divide this interval by another.
 Interval Interval.sub(Interval i)
          Subtract an Interval from this Interval.
 

Methods in com.generationjava.math with parameters of type Interval
 Interval Interval.add(Interval i)
          Add this Interval to another one.
 Interval Interval.mul(Interval i)
          Multiple this Interval by another one.
 Interval Interval.div(Interval i)
          Divide this interval by another.
 Interval Interval.sub(Interval i)
          Subtract an Interval from this Interval.
 



Copyright © 2000-2005 OSJava. All Rights Reserved.