A B C D E F G H I J K L M N O P R S T U V W X Y Z

Z

zoom(int, int, int, int) - Method in class org.jhotdraw.contrib.zoom.ZoomDrawingView
Readjusts this view and its containing ScrollPane to display the given rectangle, which is given in user coordinates.
zoom(float) - Method in class org.jhotdraw.contrib.zoom.ZoomDrawingView
Set this view's scale factor
ZoomAreaTracker - Class in org.jhotdraw.contrib.zoom
 
ZoomAreaTracker(DrawingEditor) - Constructor for class org.jhotdraw.contrib.zoom.ZoomAreaTracker
 
zoomBy(double) - Method in class org.jhotdraw.util.Bounds
 
ZoomCommand - Class in org.jhotdraw.contrib.zoom
A ZoomCommand allows for applying a zoom factor to a ZoomDrawingView.
ZoomCommand(String, float, DrawingEditor) - Constructor for class org.jhotdraw.contrib.zoom.ZoomCommand
Constructor for the ZoomCommand object
ZoomDrawingView - Class in org.jhotdraw.contrib.zoom
A view that can display drawings at an arbitrary scale.
ZoomDrawingView(DrawingEditor) - Constructor for class org.jhotdraw.contrib.zoom.ZoomDrawingView
 
ZoomDrawingView(DrawingEditor, int, int) - Constructor for class org.jhotdraw.contrib.zoom.ZoomDrawingView
 
zoomIn(int, int) - Method in class org.jhotdraw.contrib.zoom.ZoomDrawingView
InContext Zooms in by a factor of the current scale, keeping point (x,y), which is given in user coordinates, in the center.
zoomOut(int, int) - Method in class org.jhotdraw.contrib.zoom.ZoomDrawingView
Zooms out by a factor of two, keeping point (x,y), which is given in user coordinates, in the center.
ZoomTool - Class in org.jhotdraw.contrib.zoom
 
ZoomTool(DrawingEditor) - Constructor for class org.jhotdraw.contrib.zoom.ZoomTool
 
ZoomUpdateStrategy - Class in org.jhotdraw.contrib.zoom
A variant of the BufferedUpdateStrategy that handles clipping rectangles correctly in the presence of zooming.
ZoomUpdateStrategy() - Constructor for class org.jhotdraw.contrib.zoom.ZoomUpdateStrategy
 
zoomView() - Method in class org.jhotdraw.contrib.zoom.ZoomCommand
Sets the zoom factor of the view

A B C D E F G H I J K L M N O P R S T U V W X Y Z