Class CompoundZoomHandler
java.lang.Object
org.eclipse.nebula.widgets.ganttchart.CompoundZoomHandler
- All Implemented Interfaces:
IZoomHandler
public class CompoundZoomHandler extends java.lang.Object implements IZoomHandler
-
Constructor Summary
Constructors Constructor Description CompoundZoomHandler() -
Method Summary
Modifier and Type Method Description voidaddHandler(IZoomHandler handler)voidremoveHandler(IViewPortHandler handler)voidresetZoom()Resets the zoom level to that set in the settings.voidzoomIn()Zooms in.voidzoomIn(boolean fromMouseWheel, org.eclipse.swt.graphics.Point mouseLoc)voidzoomOut()Zooms out.voidzoomOut(boolean fromMouseWheel, org.eclipse.swt.graphics.Point mouseLoc)
-
Constructor Details
-
CompoundZoomHandler
public CompoundZoomHandler()
-
-
Method Details
-
addHandler
-
removeHandler
-
zoomIn
public void zoomIn()Description copied from interface:IZoomHandlerZooms in. If zooming is disabled, does nothing.- Specified by:
zoomInin interfaceIZoomHandler
-
zoomIn
public void zoomIn(boolean fromMouseWheel, org.eclipse.swt.graphics.Point mouseLoc)- Specified by:
zoomInin interfaceIZoomHandler
-
zoomOut
public void zoomOut()Description copied from interface:IZoomHandlerZooms out. If zooming is disabled, does nothing.- Specified by:
zoomOutin interfaceIZoomHandler
-
zoomOut
public void zoomOut(boolean fromMouseWheel, org.eclipse.swt.graphics.Point mouseLoc)- Specified by:
zoomOutin interfaceIZoomHandler
-
resetZoom
public void resetZoom()Description copied from interface:IZoomHandlerResets the zoom level to that set in the settings.- Specified by:
resetZoomin interfaceIZoomHandler
-