com.jidesoft.chart.event
Class ZoomFrame
java.lang.Object
com.jidesoft.chart.event.ZoomFrame
public class ZoomFrame
- extends Object
A context frame used to store the x and y ranges at a particular point while zooming in (or out) of a chart.
To recover the level of zooming, pop the frame off a zoom Stack and use the xRange and yRange properties to
set the axes back to the state they were when the frame was pushed onto the stack.
ZoomFrame
public ZoomFrame(Range<?> xRange,
Range<?> yRange)
getXRange
public Range<?> getXRange()
setXRange
public void setXRange(Range<?> range)
getYRange
public Range<?> getYRange()
setYRange
public void setYRange(Range<?> range)
toString
public String toString()
- Overrides:
toString
in class Object