Uses of Interface
org.jhotdraw.framework.Drawing

Packages that use Drawing
org.jhotdraw.applet   
org.jhotdraw.application   
org.jhotdraw.contrib   
org.jhotdraw.contrib.zoom   
org.jhotdraw.framework   
org.jhotdraw.samples.javadraw   
org.jhotdraw.standard   
org.jhotdraw.util   
 

Uses of Drawing in org.jhotdraw.applet
 

Methods in org.jhotdraw.applet that return Drawing
 Drawing DrawApplet.drawing()
          Gets the current drawing.
 

Uses of Drawing in org.jhotdraw.application
 

Methods in org.jhotdraw.application with parameters of type Drawing
 void DrawApplication.newWindow(Drawing initialDrawing)
          Open a new window for this application containing the passed in drawing, or a new drawing if the passed in drawing is null.
 

Uses of Drawing in org.jhotdraw.contrib
 

Methods in org.jhotdraw.contrib with parameters of type Drawing
 void MDI_DrawApplication.newWindow(Drawing newDrawing)
          Method to create a new internal frame.
 

Uses of Drawing in org.jhotdraw.contrib.zoom
 

Methods in org.jhotdraw.contrib.zoom with parameters of type Drawing
 void ZoomDrawingView.setDrawing(Drawing d)
           
 

Uses of Drawing in org.jhotdraw.framework
 

Methods in org.jhotdraw.framework that return Drawing
 Drawing DrawingView.drawing()
          Gets the drawing.
 Drawing DrawingChangeEvent.getDrawing()
          Gets the changed drawing
 

Methods in org.jhotdraw.framework with parameters of type Drawing
 void Handle.invokeEnd(int dx, int dy, Drawing drawing)
          Deprecated. As of version 4.1, use invokeEnd(x, y, anchorX, anchorY, drawingView).
 void Handle.invokeStart(int x, int y, Drawing drawing)
          Deprecated. As of version 4.1, use invokeStart(x, y, drawingView)
 void Handle.invokeStep(int dx, int dy, Drawing drawing)
          Deprecated. As of version 4.1, use invokeStep(x, y, anchorX, anchorY, drawingView)
 void DrawingView.setDrawing(Drawing d)
          Sets and installs another drawing in the view.
 

Constructors in org.jhotdraw.framework with parameters of type Drawing
DrawingChangeEvent(Drawing newSource, java.awt.Rectangle newRect)
          Constructs a drawing change event.
 

Uses of Drawing in org.jhotdraw.samples.javadraw
 

Classes in org.jhotdraw.samples.javadraw that implement Drawing
 class BouncingDrawing
           
 

Methods in org.jhotdraw.samples.javadraw that return Drawing
 Drawing JavaDrawViewer.drawing()
          Gets the editor's drawing.
 

Uses of Drawing in org.jhotdraw.standard
 

Classes in org.jhotdraw.standard that implement Drawing
 class StandardDrawing
          The standard implementation of the Drawing interface.
 

Methods in org.jhotdraw.standard that return Drawing
 Drawing StandardDrawingView.drawing()
          Gets the drawing.
 Drawing NullDrawingView.drawing()
          Gets the drawing.
 Drawing AbstractTool.drawing()
          Gets the tool's drawing.
 Drawing AbstractTool.getActiveDrawing()
           
 

Methods in org.jhotdraw.standard with parameters of type Drawing
 void AbstractHandle.invokeEnd(int dx, int dy, Drawing drawing)
          Deprecated. As of version 4.1, use invokeEnd(x, y, anchorX, anchorY, drawingView).
 void AbstractHandle.invokeStart(int x, int y, Drawing drawing)
          Deprecated. As of version 4.1, use invokeStart(x, y, drawingView)
 void AbstractHandle.invokeStep(int dx, int dy, Drawing drawing)
          Deprecated. As of version 4.1, use invokeStep(x, y, anchorX, anchorY, drawingView)
 void StandardDrawingView.setDrawing(Drawing d)
          Sets and installs another drawing in the view.
 void NullDrawingView.setDrawing(Drawing d)
          Sets and installs another drawing in the view.
 

Constructors in org.jhotdraw.standard with parameters of type Drawing
DeleteFromDrawingVisitor(Drawing newDrawing)
           
InsertIntoDrawingVisitor(Drawing newDrawing)
           
 

Uses of Drawing in org.jhotdraw.util
 

Methods in org.jhotdraw.util that return Drawing
 Drawing StorageFormat.restore(java.lang.String fileName)
          Restore a Drawing from a file with a given name.
 Drawing StandardStorageFormat.restore(java.lang.String fileName)
          Restore a Drawing from a file with a given name.
 Drawing SerializationStorageFormat.restore(java.lang.String fileName)
          Restore a Drawing from a file with a given name.
 

Methods in org.jhotdraw.util with parameters of type Drawing
 void UndoableHandle.invokeEnd(int dx, int dy, Drawing drawing)
          Deprecated. As of version 4.1, use invokeEnd(x, y, anchorX, anchorY, drawingView).
 void UndoableHandle.invokeStart(int x, int y, Drawing drawing)
          Deprecated. As of version 4.1, use invokeStart(x, y, drawingView)
 void UndoableHandle.invokeStep(int dx, int dy, Drawing drawing)
          Deprecated. As of version 4.1, use invokeStep(x, y, anchorX, anchorY, drawingView)
 java.lang.String StorageFormat.store(java.lang.String fileName, Drawing saveDrawing)
          Store a Drawing under a given name.
 java.lang.String StandardStorageFormat.store(java.lang.String fileName, Drawing saveDrawing)
          Store a Drawing under a given name.
 java.lang.String SerializationStorageFormat.store(java.lang.String fileName, Drawing saveDrawing)
          Store a Drawing under a given name.