Uses of Class
org.jhotdraw.util.StorableOutput

Packages that use StorableOutput
org.jhotdraw.contrib   
org.jhotdraw.contrib.html   
org.jhotdraw.figures   
org.jhotdraw.samples.javadraw   
org.jhotdraw.standard   
org.jhotdraw.test.util   
org.jhotdraw.util   
 

Uses of StorableOutput in org.jhotdraw.contrib
 

Methods in org.jhotdraw.contrib with parameters of type StorableOutput
 void TriangleFigure.write(StorableOutput dw)
           
 void TextAreaFigure.write(StorableOutput dw)
          Writes the figure to StorableOutput
 void SimpleLayouter.write(StorableOutput dw)
          Writes the contained figures to the StorableOutput.
 void PolygonFigure.write(StorableOutput dw)
           
 void GraphicalCompositeFigure.write(StorableOutput dw)
          Writes the contained figures to the StorableOutput.
 

Uses of StorableOutput in org.jhotdraw.contrib.html
 

Methods in org.jhotdraw.contrib.html with parameters of type StorableOutput
 void URLContentProducer.write(StorableOutput dw)
          Writes the storable
 void TextHolderContentProducer.write(StorableOutput dw)
          Writes the storable
 void ResourceContentProducer.write(StorableOutput dw)
          Writes the storable
 void HTMLTextAreaFigure.write(StorableOutput dw)
          Writes the figure to StorableOutput
 void HTMLLayouter.write(StorableOutput dw)
          Description of the Method
 void FigureDataContentProducer.write(StorableOutput dw)
          Writes the storable
 void ContentProducerRegistry.write(StorableOutput dw)
          Storable write support
 void ColorContentProducer.write(StorableOutput dw)
          Writes the storable
 void AttributeFigureContentProducer.write(StorableOutput dw)
          Writes the storable
 void AbstractContentProducer.write(StorableOutput dw)
          Writes the storable
 

Uses of StorableOutput in org.jhotdraw.figures
 

Methods in org.jhotdraw.figures with parameters of type StorableOutput
 void TextFigure.write(StorableOutput dw)
           
 void RoundRectangleFigure.write(StorableOutput dw)
           
 void RectangleFigure.write(StorableOutput dw)
           
 void PolyLineFigure.write(StorableOutput dw)
           
 void LineConnection.write(StorableOutput dw)
           
 void ImageFigure.write(StorableOutput dw)
          Writes the ImageFigure to a StorableOutput.
 void FigureAttributes.write(StorableOutput dw)
          Writes the attributes to a StorableInput.
 void EllipseFigure.write(StorableOutput dw)
           
 void AttributeFigure.write(StorableOutput dw)
          Stores the Figure to a StorableOutput.
 void ArrowTip.write(StorableOutput dw)
          Stores the arrow tip to a StorableOutput.
 void AbstractLineDecoration.write(StorableOutput dw)
          Stores the arrow tip to a StorableOutput.
static void FigureAttributes.writeColor(StorableOutput dw, java.lang.String colorName, java.awt.Color color)
           
 

Uses of StorableOutput in org.jhotdraw.samples.javadraw
 

Methods in org.jhotdraw.samples.javadraw with parameters of type StorableOutput
 void AnimationDecorator.write(StorableOutput dw)
           
 

Uses of StorableOutput in org.jhotdraw.standard
 

Methods in org.jhotdraw.standard with parameters of type StorableOutput
 void RelativeLocator.write(StorableOutput dw)
           
 void OffsetLocator.write(StorableOutput dw)
           
 void LocatorConnector.write(StorableOutput dw)
          Stores the arrow tip to a StorableOutput.
 void DecoratorFigure.write(StorableOutput dw)
          Writes itself and the contained figure to the StorableOutput.
 void CompositeFigure.write(StorableOutput dw)
          Writes the contained figures to the StorableOutput.
 void AbstractLocator.write(StorableOutput dw)
          Stores the arrow tip to a StorableOutput.
 void AbstractFigure.write(StorableOutput dw)
          Stores the Figure to a StorableOutput.
 void AbstractConnector.write(StorableOutput dw)
          Stores the connector and its owner to a StorableOutput.
 

Uses of StorableOutput in org.jhotdraw.test.util
 

Methods in org.jhotdraw.test.util that return StorableOutput
 StorableOutput StorableOutputTest.createInstance()
          Factory method for instances of the class to be tested.
 

Uses of StorableOutput in org.jhotdraw.util
 

Methods in org.jhotdraw.util with parameters of type StorableOutput
 void Storable.write(StorableOutput dw)
          Writes the object to the StorableOutput.