JIDE 3.5.15

com.jidesoft.chart.event
Class ZoomFrame

java.lang.Object
  extended by 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.


Constructor Summary
ZoomFrame(Range<?> xRange, Range<?> yRange)
           
 
Method Summary
 Range<?> getXRange()
           
 Range<?> getYRange()
           
 void setXRange(Range<?> range)
           
 void setYRange(Range<?> range)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZoomFrame

public ZoomFrame(Range<?> xRange,
                 Range<?> yRange)
Method Detail

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

JIDE 3.5.15