Uses of Class
org.jhotdraw.util.StorableInput

Packages that use StorableInput
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 StorableInput in org.jhotdraw.contrib
 

Methods in org.jhotdraw.contrib with parameters of type StorableInput
 void TriangleFigure.read(StorableInput dr)
           
 void TextAreaFigure.read(StorableInput dr)
          Reads the figure from StorableInput
 void SimpleLayouter.read(StorableInput dr)
          Reads the contained figures from StorableInput.
 void PolygonFigure.read(StorableInput dr)
           
 void GraphicalCompositeFigure.read(StorableInput dr)
          Reads the contained figures from StorableInput.
 

Uses of StorableInput in org.jhotdraw.contrib.html
 

Methods in org.jhotdraw.contrib.html with parameters of type StorableInput
 void URLContentProducer.read(StorableInput dr)
          Writes the storable
 void TextHolderContentProducer.read(StorableInput dr)
          Writes the storable
 void ResourceContentProducer.read(StorableInput dr)
          Writes the storable
 void HTMLTextAreaFigure.read(StorableInput dr)
          Reads the figure from StorableInput
 void HTMLLayouter.read(StorableInput dr)
          Description of the Method
 void FigureDataContentProducer.read(StorableInput dr)
          Writes the storable
 void ContentProducerRegistry.read(StorableInput dr)
          Storable inoput support
 void ColorContentProducer.read(StorableInput dr)
          Reads the storable
 void AttributeFigureContentProducer.read(StorableInput dr)
          Writes the storable
 void AbstractContentProducer.read(StorableInput dr)
          Writes the storable
 

Uses of StorableInput in org.jhotdraw.figures
 

Methods in org.jhotdraw.figures with parameters of type StorableInput
 void TextFigure.read(StorableInput dr)
           
 void RoundRectangleFigure.read(StorableInput dr)
           
 void RectangleFigure.read(StorableInput dr)
           
 void PolyLineFigure.read(StorableInput dr)
           
 void LineConnection.read(StorableInput dr)
           
 void ImageFigure.read(StorableInput dr)
          Reads the ImageFigure from a StorableInput.
 void FigureAttributes.read(StorableInput dr)
          Reads the attributes from a StorableInput.
 void EllipseFigure.read(StorableInput dr)
           
 void AttributeFigure.read(StorableInput dr)
          Reads the Figure from a StorableInput.
 void ArrowTip.read(StorableInput dr)
          Reads the arrow tip from a StorableInput.
 void AbstractLineDecoration.read(StorableInput dr)
          Reads the arrow tip from a StorableInput.
static java.awt.Color FigureAttributes.readColor(StorableInput dr)
           
 

Uses of StorableInput in org.jhotdraw.samples.javadraw
 

Methods in org.jhotdraw.samples.javadraw with parameters of type StorableInput
 void AnimationDecorator.read(StorableInput dr)
           
 

Uses of StorableInput in org.jhotdraw.standard
 

Methods in org.jhotdraw.standard with parameters of type StorableInput
 void RelativeLocator.read(StorableInput dr)
           
 void OffsetLocator.read(StorableInput dr)
           
 void LocatorConnector.read(StorableInput dr)
          Reads the arrow tip from a StorableInput.
 void DecoratorFigure.read(StorableInput dr)
          Reads itself and the contained figure from the StorableInput.
 void CompositeFigure.read(StorableInput dr)
          Reads the contained figures from StorableInput.
 void AbstractLocator.read(StorableInput dr)
          Reads the arrow tip from a StorableInput.
 void AbstractFigure.read(StorableInput dr)
          Reads the Figure from a StorableInput.
 void AbstractConnector.read(StorableInput dr)
          Reads the connector and its owner from a StorableInput.
 

Uses of StorableInput in org.jhotdraw.test.util
 

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

Uses of StorableInput in org.jhotdraw.util
 

Methods in org.jhotdraw.util with parameters of type StorableInput
 void Storable.read(StorableInput dr)
          Reads the object from the StorableInput.