org.apache.batik.dom.svg
public class SVGOMFEOffsetElement extends SVGOMFilterPrimitiveStandardAttributes implements SVGFEOffsetElement
Field Summary | |
---|---|
protected SVGOMAnimatedNumber | dx
The 'dx' attribute value. |
protected SVGOMAnimatedNumber | dy
The 'dy' attribute value. |
protected SVGOMAnimatedString | in
The 'in' attribute value. |
protected static DoublyIndexedTable | xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
Constructor Summary | |
---|---|
protected | SVGOMFEOffsetElement()
Creates a new SVGOMFEOffsetElement object. |
SVGOMFEOffsetElement(String prefix, AbstractDocument owner)
Creates a new SVGOMFEOffsetElement object. |
Method Summary | |
---|---|
SVGAnimatedNumber | getDx()
DOM: Implements {@link
org.w3c.dom.svg.SVGFEOffsetElement#getDx()}. |
SVGAnimatedNumber | getDy()
DOM: Implements {@link
org.w3c.dom.svg.SVGFEOffsetElement#getDy()}. |
SVGAnimatedString | getIn1()
DOM: Implements {@link
SVGFEOffsetElement#getIn1()}. |
String | getLocalName()
DOM: Implements {@link Node#getLocalName()}. |
protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
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.