org.apache.batik.dom.svg

Class SVGOMFilterPrimitiveStandardAttributes

public abstract class SVGOMFilterPrimitiveStandardAttributes extends SVGStylableElement implements SVGFilterPrimitiveStandardAttributes

This class represents a SVGElement with support for standard filter attributes.
Field Summary
protected SVGOMAnimatedLengthheight
The 'height' attribute value.
protected SVGOMAnimatedStringresult
The 'result' attribute value.
protected SVGOMAnimatedLengthwidth
The 'width' attribute value.
protected SVGOMAnimatedLengthx
The 'x' attribute value.
protected static DoublyIndexedTablexmlTraitInformation
Table mapping XML attribute names to TraitInformation objects.
protected SVGOMAnimatedLengthy
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
SVGAnimatedLengthgetHeight()
DOM: Implements {@link org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes#getHeight()}.
SVGAnimatedStringgetResult()
DOM: Implements {@link org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes#getResult()}.
protected DoublyIndexedTablegetTraitInformationTable()
Returns the table of TraitInformation objects for this element.
SVGAnimatedLengthgetWidth()
DOM: Implements {@link org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes#getWidth()}.
SVGAnimatedLengthgetX()
DOM: Implements {@link org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes#getX()}.
SVGAnimatedLengthgetY()
DOM: Implements {@link org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes#getY()}.
protected voidinitializeAllLiveAttributes()
Initializes all live attributes for this element.

Field Detail

height

protected SVGOMAnimatedLength height
The 'height' attribute value.

result

protected SVGOMAnimatedString result
The 'result' attribute value.

width

protected SVGOMAnimatedLength width
The 'width' attribute value.

x

protected SVGOMAnimatedLength x
The 'x' attribute value.

xmlTraitInformation

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

y

protected SVGOMAnimatedLength y
The 'y' attribute value.

Constructor Detail

SVGOMFilterPrimitiveStandardAttributes

protected SVGOMFilterPrimitiveStandardAttributes()
Creates a new SVGOMFilterPrimitiveStandardAttributes object.

SVGOMFilterPrimitiveStandardAttributes

protected SVGOMFilterPrimitiveStandardAttributes(String prefix, AbstractDocument owner)
Creates a new SVGOMFilterPrimitiveStandardAttributes object.

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

Method Detail

getHeight

public SVGAnimatedLength getHeight()
DOM: Implements {@link org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes#getHeight()}.

getResult

public SVGAnimatedString getResult()
DOM: Implements {@link org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes#getResult()}.

getTraitInformationTable

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

getWidth

public SVGAnimatedLength getWidth()
DOM: Implements {@link org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes#getWidth()}.

getX

public SVGAnimatedLength getX()
DOM: Implements {@link org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes#getX()}.

getY

public SVGAnimatedLength getY()
DOM: Implements {@link org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes#getY()}.

initializeAllLiveAttributes

protected void initializeAllLiveAttributes()
Initializes all live attributes for this element.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.