Class EchoSVGDomExtension.EchoSVGHistogramNormalizationElementFactory
java.lang.Object
io.sf.carte.echosvg.extension.svg.EchoSVGDomExtension.EchoSVGHistogramNormalizationElementFactory
- All Implemented Interfaces:
ExtensibleDOMImplementation.ElementFactory
- Enclosing class:
EchoSVGDomExtension
protected static class EchoSVGDomExtension.EchoSVGHistogramNormalizationElementFactory
extends Object
implements ExtensibleDOMImplementation.ElementFactory
To create a 'histogramNormalization' 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
-
EchoSVGHistogramNormalizationElementFactory
public EchoSVGHistogramNormalizationElementFactory()
-
-
Method Details
-
create
Creates an instance of the associated element type.- Specified by:
create
in interfaceExtensibleDOMImplementation.ElementFactory
-