JHotDraw 7.0.6

Uses of Interface
org.jhotdraw.xml.DOMFactory

Packages that use DOMFactory
org.jhotdraw.draw Defines a framework for drawing editors. 
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.svg A sample drawing editor with limited support for Scalable Vector Graphics Mobile 1.2 (SVG Mobile 1.2). 
org.jhotdraw.xml Provides input and output classes from/to document models (DOM). 
 

Uses of DOMFactory in org.jhotdraw.draw
 

Methods in org.jhotdraw.draw that return DOMFactory
 DOMFactory DefaultDrawingView.getDOMFactory()
           
 

Methods in org.jhotdraw.draw with parameters of type DOMFactory
 void DefaultDrawingView.setDOMFactory(DOMFactory newValue)
           
 

Uses of DOMFactory in org.jhotdraw.samples.draw
 

Classes in org.jhotdraw.samples.draw that implement DOMFactory
 class DrawFigureFactory
          DrawFigureFactory.
 

Uses of DOMFactory in org.jhotdraw.samples.net
 

Classes in org.jhotdraw.samples.net that implement DOMFactory
 class NetFactory
          PertFactory.
 

Uses of DOMFactory in org.jhotdraw.samples.pert
 

Classes in org.jhotdraw.samples.pert that implement DOMFactory
 class PertFactory
          PertFactory.
 

Uses of DOMFactory in org.jhotdraw.samples.svg
 

Classes in org.jhotdraw.samples.svg that implement DOMFactory
 class SVGFigureFactory
          DrawFigureFactory.
 

Uses of DOMFactory in org.jhotdraw.xml
 

Classes in org.jhotdraw.xml that implement DOMFactory
 class DefaultDOMFactory
          DefaultDOMFactory.
 

Constructors in org.jhotdraw.xml with parameters of type DOMFactory
JavaxDOMInput(DOMFactory factory, java.io.InputStream in)
           
JavaxDOMInput(DOMFactory factory, java.io.Reader in)
           
JavaxDOMOutput(DOMFactory factory)
          Creates a new instance.
NanoXMLDOMInput(DOMFactory factory, java.io.InputStream in)
           
NanoXMLDOMInput(DOMFactory factory, java.io.Reader in)
           
NanoXMLDOMOutput(DOMFactory factory)
          Creates a new instance.
NanoXMLLiteDOMInput(DOMFactory factory, java.io.InputStream in)
           
NanoXMLLiteDOMInput(DOMFactory factory, java.io.Reader in)
           
NanoXMLLiteDOMOutput(DOMFactory factory)
          Creates a new instance.
 


Copyright 1996-2006 © JHotDraw.org