|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.jrefinery.data.Range
public class Range
Represents the visible range for an axis.
| Field Summary | |
|---|---|
protected double |
lower
The lower bound for the visible range. |
protected double |
upper
The upper bound for the visible range. |
| Constructor Summary | |
|---|---|
Range(double lower,
double upper)
Constructs a new axis 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. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected double lower
protected double upper
| 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)
public static Range combine(Range range1,
Range range2)
range1 - The first range.range2 - The second range.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||