JHotDraw 7.0.6

Uses of Interface
org.jhotdraw.draw.Drawing

Packages that use Drawing
org.jhotdraw.draw Defines a framework for drawing editors. 
org.jhotdraw.draw.action Provides Action objects for drawing editors as well as some specific user interface components to present them on a graphical user interface. 
org.jhotdraw.samples.draw A sample drawing editor showcasing the drawing capabilities of the framework. 
org.jhotdraw.samples.net A very simple network diagram editor. 
org.jhotdraw.samples.pert An editor for PERT (Program Evaluation and Review Technique) diagrams. 
org.jhotdraw.samples.pert.figures Provides the figurs for PERT diagrams. 
org.jhotdraw.samples.svg A sample drawing editor with limited support for Scalable Vector Graphics Mobile 1.2 (SVG Mobile 1.2). 
 

Uses of Drawing in org.jhotdraw.draw
 

Classes in org.jhotdraw.draw that implement Drawing
 class AbstractDrawing
          AbstractDrawing.
 class DefaultDrawing
          DefaultDrawing.
 class QuadTreeDrawing
          QuadTreeDrawing uses a QuadTree2DDouble to improve responsiveness of drawings which contain many figures.
 

Methods in org.jhotdraw.draw that return Drawing
 Drawing DrawingView.getDrawing()
          Gets the drawing.
 Drawing DrawingEvent.getDrawing()
          Gets the changed drawing.
 Drawing DefaultDrawingView.getDrawing()
           
protected  Drawing AbstractTool.getDrawing()
           
protected  Drawing AbstractFigure.getDrawing()
           
 

Methods in org.jhotdraw.draw with parameters of type Drawing
 void LineConnectionFigure.addNotify(Drawing drawing)
           
 void LabeledLineConnectionFigure.addNotify(Drawing drawing)
           
 void GraphicalCompositeFigure.addNotify(Drawing drawing)
           
 void Figure.addNotify(Drawing d)
          Informs a figure, that it has been added to the specified drawing.
 void AbstractFigure.addNotify(Drawing d)
           
 void AbstractCompositeFigure.addNotify(Drawing drawing)
           
protected  Figure ConnectionTool.findConnectableFigure(java.awt.geom.Point2D.Double p, Drawing drawing)
           
protected  ConnectionFigure ConnectionTool.findConnection(java.awt.geom.Point2D.Double p, Drawing drawing)
          Finds an existing connection figure.
protected  ConnectionFigure BidirectionalConnectionTool.findConnection(java.awt.geom.Point2D.Double p, Drawing drawing)
          Finds an existing connection figure.
protected  Figure ConnectionTool.findConnectionStart(java.awt.geom.Point2D.Double p, Drawing drawing)
          Finds a connection start figure.
protected  Figure BidirectionalConnectionTool.findConnectionStart(java.awt.geom.Point2D.Double p, Drawing drawing)
          Finds a connection start figure.
protected  Connector ConnectionHandle.findConnectionTarget(java.awt.geom.Point2D.Double p, Drawing drawing)
          Finds a connection end figure.
protected  Figure ConnectionTool.findSource(java.awt.geom.Point2D.Double p, Drawing drawing)
          Finds a connectable figure target.
protected  Figure BidirectionalConnectionTool.findSource(java.awt.geom.Point2D.Double p, Drawing drawing)
          Finds a connectable figure target.
protected  Figure ConnectionTool.findTarget(java.awt.geom.Point2D.Double p, Drawing drawing)
          Finds a connectable figure target.
protected  Figure BidirectionalConnectionTool.findTarget(java.awt.geom.Point2D.Double p, Drawing drawing)
          Finds a connectable figure target.
 void LineConnectionFigure.removeNotify(Drawing drawing)
           
 void LabeledLineConnectionFigure.removeNotify(Drawing drawing)
           
 void GraphicalCompositeFigure.removeNotify(Drawing drawing)
           
 void Figure.removeNotify(Drawing d)
          Informs a figure, that it has been removed from the specified drawing.
 void AbstractFigure.removeNotify(Drawing d)
           
 void AbstractCompositeFigure.removeNotify(Drawing drawing)
           
 void DrawingView.setDrawing(Drawing d)
          Sets and installs another drawing in the view.
 void DefaultDrawingView.setDrawing(Drawing d)
           
 

Constructors in org.jhotdraw.draw with parameters of type Drawing
DrawingEvent(Drawing source, Figure figure, java.awt.geom.Rectangle2D.Double invalidatedArea)
          Constructs an event for the provided Drawing.
 

Uses of Drawing in org.jhotdraw.draw.action
 

Methods in org.jhotdraw.draw.action that return Drawing
protected  Drawing AbstractViewAction.getDrawing()
           
protected  Drawing AbstractSelectedAction.getDrawing()
           
protected  Drawing AbstractEditorAction.getDrawing()
           
 

Uses of Drawing in org.jhotdraw.samples.draw
 

Methods in org.jhotdraw.samples.draw that return Drawing
 Drawing DrawingPanel.getDrawing()
           
 

Methods in org.jhotdraw.samples.draw with parameters of type Drawing
 void DrawingPanel.setDrawing(Drawing d)
           
 

Uses of Drawing in org.jhotdraw.samples.net
 

Methods in org.jhotdraw.samples.net that return Drawing
 Drawing NetPanel.getDrawing()
           
 

Methods in org.jhotdraw.samples.net with parameters of type Drawing
 void NetPanel.setDrawing(Drawing d)
           
 

Uses of Drawing in org.jhotdraw.samples.pert
 

Methods in org.jhotdraw.samples.pert that return Drawing
 Drawing PertPanel.getDrawing()
           
 

Methods in org.jhotdraw.samples.pert with parameters of type Drawing
 void PertPanel.setDrawing(Drawing d)
           
 

Uses of Drawing in org.jhotdraw.samples.pert.figures
 

Methods in org.jhotdraw.samples.pert.figures with parameters of type Drawing
 void DependencyFigure.removeNotify(Drawing d)
           
 

Uses of Drawing in org.jhotdraw.samples.svg
 

Classes in org.jhotdraw.samples.svg that implement Drawing
 class SVGDrawing
          SVGDrawing.
 

Methods in org.jhotdraw.samples.svg that return Drawing
 Drawing SVGPanel.getDrawing()
           
 

Methods in org.jhotdraw.samples.svg with parameters of type Drawing
 void SVGPanel.setDrawing(Drawing d)
           
 


Copyright 1996-2006 © JHotDraw.org