|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.data.Range
Represents the visible range for an axis.
Instances of this class are immutable.
| Constructor Summary | |
Range(double lower,
double upper)
Created a new range. |
|
| Method Summary | |
static Range |
combine(Range range1,
Range range2)
Creates a new range by combining two existing ranges. |
boolean |
contains(double value)
Returns true if the range contains the specified value. |
boolean |
equals(java.lang.Object object)
Tests this object for equality with another object. |
double |
getCentralValue()
Returns the central value for the range. |
double |
getLength()
Returns the length of the range. |
double |
getLowerBound()
Returns the lower bound for the range. |
double |
getUpperBound()
Returns the upper bound for the range. |
java.lang.String |
toString()
Returns a string representation of this Range. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Range(double lower,
double upper)
lower - the lower bound.upper - the upper bound.| Method Detail |
public double getLowerBound()
public double getUpperBound()
public double getLength()
public double getCentralValue()
public boolean contains(double value)
value - the value to lookup.
true if the range contains the specified value.
public static Range combine(Range range1,
Range range2)
Note that:
range1 - the first range.range2 - the second range.
public boolean equals(java.lang.Object object)
object - the object to test against.
true or false.public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||