org.apache.batik.extension.svg

Class BatikHistogramNormalizationElement

public class BatikHistogramNormalizationElement extends PrefixableStylableExtensionElement implements BatikExtConstants

This class implements a histogram normalization extension to SVG.
Constructor Summary
protected BatikHistogramNormalizationElement()
Creates a new BatikHistogramNormalizationElement object.
BatikHistogramNormalizationElement(String prefix, AbstractDocument owner)
Creates a new BatikHistogramNormalizationElement object.
Method Summary
StringgetLocalName()
DOM: Implements org.w3c.dom.Node#getLocalName().
StringgetNamespaceURI()
DOM: Implements org.w3c.dom.Node#getNamespaceURI().
protected NodenewNode()
Returns a new uninitialized instance of this object's class.

Constructor Detail

BatikHistogramNormalizationElement

protected BatikHistogramNormalizationElement()
Creates a new BatikHistogramNormalizationElement object.

BatikHistogramNormalizationElement

public BatikHistogramNormalizationElement(String prefix, AbstractDocument owner)
Creates a new BatikHistogramNormalizationElement object.

Parameters: prefix The namespace prefix. owner The owner document.

Method Detail

getLocalName

public String getLocalName()
DOM: Implements org.w3c.dom.Node#getLocalName().

getNamespaceURI

public String getNamespaceURI()
DOM: Implements org.w3c.dom.Node#getNamespaceURI().

newNode

protected Node newNode()
Returns a new uninitialized instance of this object's class.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.