org.apache.batik.dom.svg

Class SVGOMFEDisplacementMapElement

public class SVGOMFEDisplacementMapElement extends SVGOMFilterPrimitiveStandardAttributes implements SVGFEDisplacementMapElement

This class implements org.w3c.dom.svg.SVGFEDisplacementMapElement.
Field Summary
protected static String[]CHANNEL_SELECTOR_VALUES
The 'xChannelSelector' and 'yChannelSelector' attributes values.
protected SVGOMAnimatedStringin
The 'in' attribute value.
protected SVGOMAnimatedStringin2
The 'in2' attribute value.
protected SVGOMAnimatedNumberscale
The 'scale' attribute value.
protected SVGOMAnimatedEnumerationxChannelSelector
The 'xChannelSelector' attribute value.
protected static DoublyIndexedTablexmlTraitInformation
Table mapping XML attribute names to TraitInformation objects.
protected SVGOMAnimatedEnumerationyChannelSelector
The 'yChannelSelector' attribute value.
Constructor Summary
protected SVGOMFEDisplacementMapElement()
Creates a new SVGOMFEDisplacementMap object.
SVGOMFEDisplacementMapElement(String prefix, AbstractDocument owner)
Creates a new SVGOMFEDisplacementMapElement object.
Method Summary
SVGAnimatedStringgetIn1()
DOM: Implements SVGFEDisplacementMapElement#getIn1().
SVGAnimatedStringgetIn2()
DOM: Implements SVGFEDisplacementMapElement#getIn2().
StringgetLocalName()
DOM: Implements org.w3c.dom.Node#getLocalName().
SVGAnimatedNumbergetScale()
DOM: Implements org.w3c.dom.svg.SVGFEDisplacementMapElement#getScale().
protected DoublyIndexedTablegetTraitInformationTable()
Returns the table of TraitInformation objects for this element.
SVGAnimatedEnumerationgetXChannelSelector()
DOM: Implements SVGFEDisplacementMapElement#getXChannelSelector().
SVGAnimatedEnumerationgetYChannelSelector()
DOM: Implements SVGFEDisplacementMapElement#getYChannelSelector().
protected voidinitializeAllLiveAttributes()
Initializes all live attributes for this element.
protected NodenewNode()
Returns a new uninitialized instance of this object's class.

Field Detail

CHANNEL_SELECTOR_VALUES

protected static final String[] CHANNEL_SELECTOR_VALUES
The 'xChannelSelector' and 'yChannelSelector' attributes values.

in

protected SVGOMAnimatedString in
The 'in' attribute value.

in2

protected SVGOMAnimatedString in2
The 'in2' attribute value.

scale

protected SVGOMAnimatedNumber scale
The 'scale' attribute value.

xChannelSelector

protected SVGOMAnimatedEnumeration xChannelSelector
The 'xChannelSelector' attribute value.

xmlTraitInformation

protected static DoublyIndexedTable xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects.

yChannelSelector

protected SVGOMAnimatedEnumeration yChannelSelector
The 'yChannelSelector' attribute value.

Constructor Detail

SVGOMFEDisplacementMapElement

protected SVGOMFEDisplacementMapElement()
Creates a new SVGOMFEDisplacementMap object.

SVGOMFEDisplacementMapElement

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

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

Method Detail

getIn1

public SVGAnimatedString getIn1()
DOM: Implements SVGFEDisplacementMapElement#getIn1().

getIn2

public SVGAnimatedString getIn2()
DOM: Implements SVGFEDisplacementMapElement#getIn2().

getLocalName

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

getScale

public SVGAnimatedNumber getScale()
DOM: Implements org.w3c.dom.svg.SVGFEDisplacementMapElement#getScale().

getTraitInformationTable

protected DoublyIndexedTable getTraitInformationTable()
Returns the table of TraitInformation objects for this element.

getXChannelSelector

public SVGAnimatedEnumeration getXChannelSelector()
DOM: Implements SVGFEDisplacementMapElement#getXChannelSelector().

getYChannelSelector

public SVGAnimatedEnumeration getYChannelSelector()
DOM: Implements SVGFEDisplacementMapElement#getYChannelSelector().

initializeAllLiveAttributes

protected void initializeAllLiveAttributes()
Initializes all live attributes for this element.

newNode

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