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

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

protected static class SVGOMDocument.FeOffsetElementFactory
extends java.lang.Object
implements SVGOMDocument.ElementFactory

To create a 'feOffset' element.


Constructor Summary
SVGOMDocument.FeOffsetElementFactory()
           
 
Method Summary
 Element create(java.lang.String prefix, Document doc)
          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.FeOffsetElementFactory

public SVGOMDocument.FeOffsetElementFactory()
Method Detail

create

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


Copyright © 2001 Apache Software Foundation. All Rights Reserved.