Module io.sf.carte.echosvg.anim
Package io.sf.carte.echosvg.anim.dom
Class SVGDOMImplementation.FeMergeElementFactory
java.lang.Object
io.sf.carte.echosvg.anim.dom.SVGDOMImplementation.FeMergeElementFactory
- All Implemented Interfaces:
ExtensibleDOMImplementation.ElementFactory
- Enclosing class:
SVGDOMImplementation
protected static class SVGDOMImplementation.FeMergeElementFactory
extends Object
implements ExtensibleDOMImplementation.ElementFactory
To create a 'feMerge' element.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.sf.carte.echosvg.dom.ExtensibleDOMImplementation.ElementFactory
importAttributes
-
Constructor Details
-
FeMergeElementFactory
public FeMergeElementFactory()
-
-
Method Details
-
create
Creates an instance of the associated element type.- Specified by:
create
in interfaceExtensibleDOMImplementation.ElementFactory
-