org.apache.batik.dom.svg
public abstract class SVGOMFilterPrimitiveStandardAttributes extends SVGStylableElement implements SVGFilterPrimitiveStandardAttributes
Field Summary | |
---|---|
protected SVGOMAnimatedLength | height
The 'height' attribute value. |
protected SVGOMAnimatedString | result
The 'result' attribute value. |
protected SVGOMAnimatedLength | width
The 'width' attribute value. |
protected SVGOMAnimatedLength | x
The 'x' attribute value. |
protected static DoublyIndexedTable | xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
protected SVGOMAnimatedLength | y
The 'y' attribute value. |
Constructor Summary | |
---|---|
protected | SVGOMFilterPrimitiveStandardAttributes()
Creates a new SVGOMFilterPrimitiveStandardAttributes object. |
protected | SVGOMFilterPrimitiveStandardAttributes(String prefix, AbstractDocument owner)
Creates a new SVGOMFilterPrimitiveStandardAttributes object. |
Method Summary | |
---|---|
SVGAnimatedLength | getHeight()
DOM: Implements {@link
org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes#getHeight()}. |
SVGAnimatedString | getResult()
DOM: Implements {@link
org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes#getResult()}. |
protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
SVGAnimatedLength | getWidth()
DOM: Implements {@link
org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes#getWidth()}. |
SVGAnimatedLength | getX()
DOM: Implements {@link
org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes#getX()}. |
SVGAnimatedLength | getY()
DOM: Implements {@link
org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes#getY()}. |
protected void | initializeAllLiveAttributes()
Initializes all live attributes for this element. |
Parameters: prefix The namespace prefix. owner The owner document.