public interface IZoomHandler
Modifier and Type | Method and Description |
---|---|
void |
resetZoom()
Resets the zoom level to that set in the settings.
|
void |
zoomIn()
Zooms in.
|
void |
zoomIn(boolean fromMouseWheel,
org.eclipse.swt.graphics.Point mouseLoc) |
void |
zoomOut()
Zooms out.
|
void |
zoomOut(boolean fromMouseWheel,
org.eclipse.swt.graphics.Point mouseLoc) |
void zoomIn()
void zoomIn(boolean fromMouseWheel, org.eclipse.swt.graphics.Point mouseLoc)
void zoomOut()
void zoomOut(boolean fromMouseWheel, org.eclipse.swt.graphics.Point mouseLoc)
void resetZoom()