org.apache.batik.dom.svg
Class SVGOMDocument.TrefElementFactory

java.lang.Object
  |
  +--org.apache.batik.dom.svg.SVGOMDocument.TrefElementFactory
All Implemented Interfaces:
SVGOMDocument.ElementFactory
Enclosing class:
SVGOMDocument

protected class SVGOMDocument.TrefElementFactory
extends java.lang.Object
implements SVGOMDocument.ElementFactory

To create a 'tref' element.


Constructor Summary
SVGOMDocument.TrefElementFactory()
           
 
Method Summary
 Element create(java.lang.String prefix)
          Creates an instance of the associated element type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGOMDocument.TrefElementFactory

public SVGOMDocument.TrefElementFactory()
Method Detail

create

public Element create(java.lang.String prefix)
Creates an instance of the associated element type.
Specified by:
create in interface SVGOMDocument.ElementFactory


Copyright © 2000 Apache Software Foundation. All Rights Reserved.