|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface that is implemented by plots that use a ValueAxis
, providing a standard
method to find the current data range.
Method Summary | |
Range |
getDataRange(ValueAxis axis)
Returns the data range that should apply for the specified axis. |
void |
zoomHorizontalAxes(double factor)
Multiplies the range on the horizontal axis/axes by the specified factor. |
void |
zoomHorizontalAxes(double lowerPercent,
double upperPercent)
Zooms in on the horizontal axes. |
void |
zoomVerticalAxes(double factor)
Multiplies the range on the vertical axis/axes by the specified factor. |
void |
zoomVerticalAxes(double lowerPercent,
double upperPercent)
Zooms in on the vertical axes. |
Method Detail |
public Range getDataRange(ValueAxis axis)
axis
- the axis.
public void zoomHorizontalAxes(double factor)
factor
- the zoom factor.public void zoomHorizontalAxes(double lowerPercent, double upperPercent)
lowerPercent
- the new lower bound.upperPercent
- the new upper bound.public void zoomVerticalAxes(double factor)
factor
- the zoom factor.public void zoomVerticalAxes(double lowerPercent, double upperPercent)
lowerPercent
- the new lower bound.upperPercent
- the new upper bound.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |