org.apache.batik.dom.svg
public class SVGOMFEDisplacementMapElement extends SVGOMFilterPrimitiveStandardAttributes implements SVGFEDisplacementMapElement
Field Summary | |
---|---|
protected static String[] | CHANNEL_SELECTOR_VALUES
The 'xChannelSelector' and 'yChannelSelector' attributes values. |
protected SVGOMAnimatedString | in
The 'in' attribute value. |
protected SVGOMAnimatedString | in2
The 'in2' attribute value. |
protected SVGOMAnimatedNumber | scale
The 'scale' attribute value. |
protected SVGOMAnimatedEnumeration | xChannelSelector
The 'xChannelSelector' attribute value. |
protected static DoublyIndexedTable | xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
protected SVGOMAnimatedEnumeration | yChannelSelector
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 | |
---|---|
SVGAnimatedString | getIn1()
DOM: Implements SVGFEDisplacementMapElement#getIn1(). |
SVGAnimatedString | getIn2()
DOM: Implements SVGFEDisplacementMapElement#getIn2(). |
String | getLocalName()
DOM: Implements org.w3c.dom.Node#getLocalName(). |
SVGAnimatedNumber | getScale()
DOM: Implements org.w3c.dom.svg.SVGFEDisplacementMapElement#getScale(). |
protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
SVGAnimatedEnumeration | getXChannelSelector()
DOM: Implements SVGFEDisplacementMapElement#getXChannelSelector(). |
SVGAnimatedEnumeration | getYChannelSelector()
DOM: Implements SVGFEDisplacementMapElement#getYChannelSelector(). |
protected void | initializeAllLiveAttributes()
Initializes all live attributes for this element. |
protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
Parameters: prefix The namespace prefix. owner The owner document.