org.jhotdraw.standard
Class InsertIntoDrawingVisitor

java.lang.Object
  extended by org.jhotdraw.standard.InsertIntoDrawingVisitor
All Implemented Interfaces:
FigureVisitor

public class InsertIntoDrawingVisitor
extends java.lang.Object
implements FigureVisitor

Version:
<$CURRENT_VERSION$>
Author:
Wolfram Kaiser

Constructor Summary
InsertIntoDrawingVisitor(Drawing newDrawing)
           
 
Method Summary
 FigureEnumeration getInsertedFigures()
           
 void visitFigure(Figure hostFigure)
           
 void visitFigureChangeListener(FigureChangeListener hostFigureChangeListener)
           
 void visitHandle(Handle hostHandle)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertIntoDrawingVisitor

public InsertIntoDrawingVisitor(Drawing newDrawing)
Method Detail

visitFigure

public void visitFigure(Figure hostFigure)
Specified by:
visitFigure in interface FigureVisitor

visitHandle

public void visitHandle(Handle hostHandle)
Specified by:
visitHandle in interface FigureVisitor

visitFigureChangeListener

public void visitFigureChangeListener(FigureChangeListener hostFigureChangeListener)
Specified by:
visitFigureChangeListener in interface FigureVisitor

getInsertedFigures

public FigureEnumeration getInsertedFigures()