Uses of Interface
org.w3c.dom.views.DocumentView

Packages that use DocumentView
org.apache.batik.css Provides the classes for accessing CSS2 through DOM level 2 interfaces. 
org.apache.batik.css.svg Provides the CSSValue factories specific to SVG. 
org.apache.batik.css.value Provides the classes to represent CSS values and the factories for the values common to CSS2 and SVG. 
org.apache.batik.dom.svg   
org.w3c.dom.views   
 

Uses of DocumentView in org.apache.batik.css
 

Fields in org.apache.batik.css declared as DocumentView
protected  DocumentView AbstractViewCSS.document
          The document of which this object is a view.
 

Methods in org.apache.batik.css that return DocumentView
 DocumentView AbstractViewCSS.getDocument()
          DOM: Implements AbstractView.getDocument().
 

Constructors in org.apache.batik.css with parameters of type DocumentView
AbstractViewCSS(DocumentView doc)
          creates a new ViewCSS object.
 

Uses of DocumentView in org.apache.batik.css.svg
 

Constructors in org.apache.batik.css.svg with parameters of type DocumentView
SVGViewCSS(DocumentView doc, SVGCSSContext ctx)
          Creates a new ViewCSS object.
 

Uses of DocumentView in org.apache.batik.css.value
 

Constructors in org.apache.batik.css.value with parameters of type DocumentView
CommonViewCSS(DocumentView doc, CommonCSSContext ctx)
          Creates a new ViewCSS object.
 

Uses of DocumentView in org.apache.batik.dom.svg
 

Classes in org.apache.batik.dom.svg that implement DocumentView
 class SVGOMDocument
          This class implements SVGDocument.
 

Methods in org.apache.batik.dom.svg that return DocumentView
 DocumentView SVGOMSVGElement.getDocument()
          DOM: Implements AbstractView.getDocument().
 

Uses of DocumentView in org.w3c.dom.views
 

Methods in org.w3c.dom.views that return DocumentView
 DocumentView AbstractView.getDocument()
          The source DocumentView of which this is an AbstractView.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.