|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ValueAxisPlot
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 |
|---|
Range getDataRange(ValueAxis axis)
axis - the axis.
void zoomHorizontalAxes(double factor)
factor - the zoom factor.
void zoomHorizontalAxes(double lowerPercent,
double upperPercent)
lowerPercent - the new lower bound.upperPercent - the new upper bound.void zoomVerticalAxes(double factor)
factor - the zoom factor.
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 | ||||||||