org.apache.batik.dom.svg
Class SVGDOMImplementation.FeFuncAElementFactory

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

protected static class SVGDOMImplementation.FeFuncAElementFactory
extends java.lang.Object
implements SVGDOMImplementation.ElementFactory

To create a 'feFuncA' element.


Constructor Summary
SVGDOMImplementation.FeFuncAElementFactory()
           
 
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

SVGDOMImplementation.FeFuncAElementFactory

public SVGDOMImplementation.FeFuncAElementFactory()
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 SVGDOMImplementation.ElementFactory


Copyright © 2002 Apache Software Foundation. All Rights Reserved.