org.apache.batik.dom.svg

Class SVGOMFEOffsetElement

public class SVGOMFEOffsetElement extends SVGOMFilterPrimitiveStandardAttributes implements SVGFEOffsetElement

This class implements SVGFEOffsetElement.
Field Summary
protected SVGOMAnimatedNumberdx
The 'dx' attribute value.
protected SVGOMAnimatedNumberdy
The 'dy' attribute value.
protected SVGOMAnimatedStringin
The 'in' attribute value.
protected static DoublyIndexedTablexmlTraitInformation
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
SVGAnimatedNumbergetDx()
DOM: Implements org.w3c.dom.svg.SVGFEOffsetElement#getDx().
SVGAnimatedNumbergetDy()
DOM: Implements org.w3c.dom.svg.SVGFEOffsetElement#getDy().
SVGAnimatedStringgetIn1()
DOM: Implements SVGFEOffsetElement#getIn1().
StringgetLocalName()
DOM: Implements Node#getLocalName().
protected DoublyIndexedTablegetTraitInformationTable()
Returns the table of TraitInformation objects for this element.
protected voidinitializeAllLiveAttributes()
Initializes all live attributes for this element.
protected NodenewNode()
Returns a new uninitialized instance of this object's class.

Field Detail

dx

protected SVGOMAnimatedNumber dx
The 'dx' attribute value.

dy

protected SVGOMAnimatedNumber dy
The 'dy' attribute value.

in

protected SVGOMAnimatedString in
The 'in' attribute value.

xmlTraitInformation

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

Constructor Detail

SVGOMFEOffsetElement

protected SVGOMFEOffsetElement()
Creates a new SVGOMFEOffsetElement object.

SVGOMFEOffsetElement

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

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

Method Detail

getDx

public SVGAnimatedNumber getDx()
DOM: Implements org.w3c.dom.svg.SVGFEOffsetElement#getDx().

getDy

public SVGAnimatedNumber getDy()
DOM: Implements org.w3c.dom.svg.SVGFEOffsetElement#getDy().

getIn1

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

getLocalName

public String getLocalName()
DOM: Implements Node#getLocalName().

getTraitInformationTable

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

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.