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

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

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

To create a 'feFuncR' element.


Constructor Summary
SVGOMDocument.FeFuncRElementFactory()
           
 
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.FeFuncRElementFactory

public SVGOMDocument.FeFuncRElementFactory()
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.