JHotDraw 7.0.6

Uses of Interface
org.jhotdraw.xml.DOMInput

Packages that use DOMInput
org.jhotdraw.draw Defines a framework for drawing editors. 
org.jhotdraw.geom Provides classes for defining and performing operations on objects related to two-dimensional geometry. 
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). 
org.jhotdraw.samples.svg.figures Provides the figures for the SVG basic shapes. 
org.jhotdraw.xml Provides input and output classes from/to document models (DOM). 
 

Uses of DOMInput in org.jhotdraw.draw
 

Methods in org.jhotdraw.draw with parameters of type DOMInput
 void TextFigure.read(DOMInput in)
           
 void TextAreaFigure.read(DOMInput in)
           
 void StickyChopConnector.read(DOMInput in)
           
 void SlantedLiner.read(DOMInput in)
           
 void RoundRectangleFigure.read(DOMInput in)
           
 void RelativeLocator.read(DOMInput in)
           
 void LocatorConnector.read(DOMInput in)
           
 void LineConnectionFigure.read(DOMInput in)
           
 void ElbowLiner.read(DOMInput in)
           
 void BezierPointLocator.read(DOMInput in)
           
 void BezierLabelLocator.read(DOMInput in)
           
 void BezierFigure.read(DOMInput in)
           
 void AttributedFigure.read(DOMInput in)
           
 void ArrowTip.read(DOMInput in)
           
 void AbstractDrawing.read(DOMInput in)
           
 void AbstractConnector.read(DOMInput in)
           
 void AbstractCompositeFigure.read(DOMInput in)
           
 void AbstractAttributedCompositeFigure.read(DOMInput in)
           
protected  void GraphicalCompositeFigure.readAttributes(DOMInput in)
           
protected  void AttributedFigure.readAttributes(DOMInput in)
           
protected  void AbstractAttributedCompositeFigure.readAttributes(DOMInput in)
           
protected  void TextAreaFigure.readBounds(DOMInput in)
           
protected  void LineConnectionFigure.readLiner(DOMInput in)
           
protected  void LineConnectionFigure.readPoints(DOMInput in)
           
protected  void BezierFigure.readPoints(DOMInput in)
           
 

Uses of DOMInput in org.jhotdraw.geom
 

Methods in org.jhotdraw.geom with parameters of type DOMInput
 void Insets2DDouble.read(DOMInput in)
           
 

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

Methods in org.jhotdraw.samples.pert.figures with parameters of type DOMInput
 void TaskFigure.read(DOMInput in)
           
 

Uses of DOMInput in org.jhotdraw.samples.svg
 

Methods in org.jhotdraw.samples.svg with parameters of type DOMInput
static double SVGUtil.getDimension(DOMInput in, java.lang.String attributeName)
           
static double SVGUtil.getDimensionValue(DOMInput in, java.lang.String str)
           
static java.lang.String SVGUtil.getInheritedAttribute(java.lang.String name, DOMInput in, java.util.List<java.util.Map<java.lang.String,java.lang.String>> styles)
           
static java.util.List<BezierPath> SVGUtil.getPath(DOMInput in, java.lang.String attributeName)
           
static java.awt.geom.AffineTransform SVGUtil.getTransform(DOMInput in, java.lang.String attributeName)
           
 void SVGDrawing.read(DOMInput in)
           
protected  void SVGDrawing.readAttributes(DOMInput in)
           
static void SVGUtil.readAttributes(Figure f, DOMInput in)
          Reads the attributes from the specified DOMInput and assigns them to the figure.
 

Uses of DOMInput in org.jhotdraw.samples.svg.figures
 

Methods in org.jhotdraw.samples.svg.figures with parameters of type DOMInput
 void SVGText.read(DOMInput in)
           
 void SVGRect.read(DOMInput in)
           
 void SVGPath.read(DOMInput in)
           
 void SVGLine.read(DOMInput in)
           
 void SVGGroup.read(DOMInput in)
           
 void SVGEllipse.read(DOMInput in)
           
protected  void SVGText.readAttributes(DOMInput in)
           
protected  void SVGRect.readAttributes(DOMInput in)
           
protected  void SVGPath.readAttributes(DOMInput in)
           
protected  void SVGLine.readAttributes(DOMInput in)
           
protected  void SVGGroup.readAttributes(DOMInput in)
           
protected  void SVGEllipse.readAttributes(DOMInput in)
           
protected  void SVGPath.readPoints(DOMInput in)
           
 

Uses of DOMInput in org.jhotdraw.xml
 

Classes in org.jhotdraw.xml that implement DOMInput
 class JavaxDOMInput
          DOMInput.
 class NanoXMLDOMInput
          NanoXMLDOMInput.
 class NanoXMLLiteDOMInput
          NanoXMLDOMInput.
 

Methods in org.jhotdraw.xml with parameters of type DOMInput
 void DOMStorable.read(DOMInput in)
           
 


Copyright 1996-2006 © JHotDraw.org