|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A tool which provides methods for zooming.
Method Summary | |
double |
getZoomFactor()
The factor to zoom in out by, zoomFactor=0.5 means zoom in, zoomFactor=2 means zoom out. |
void |
setZoomFactor(double zoomFactor)
The factor to zoom in out by, zoomFactor=0.5 means zoom in, zoomFactor=2 means zoom out. |
Methods inherited from interface org.geotools.gui.tools.Tool |
addMouseListener, addMouseMotionListener, destroy, getContext, getCursor, getName, paint, removeMouseListeners, setCursor, setName |
Method Detail |
public void setZoomFactor(double zoomFactor)
zoomFactor
- the factor to zoom by.public double getZoomFactor()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |