org.apache.batik.anim.dom
Class SVGDOMImplementation.FeDiffuseLightingElementFactory

java.lang.Object
  extended by org.apache.batik.anim.dom.SVGDOMImplementation.FeDiffuseLightingElementFactory
All Implemented Interfaces:
ExtensibleDOMImplementation.ElementFactory
Enclosing class:
SVGDOMImplementation

protected static class SVGDOMImplementation.FeDiffuseLightingElementFactory
extends Object
implements ExtensibleDOMImplementation.ElementFactory

To create a 'feDiffuseLighting' element.


Constructor Summary
SVGDOMImplementation.FeDiffuseLightingElementFactory()
           
 
Method Summary
 Element create(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.FeDiffuseLightingElementFactory

public SVGDOMImplementation.FeDiffuseLightingElementFactory()
Method Detail

create

public Element create(String prefix,
                      Document doc)
Creates an instance of the associated element type.

Specified by:
create in interface ExtensibleDOMImplementation.ElementFactory


Copyright © 2017 Apache Software Foundation. All Rights Reserved.