org.apache.batik.dom.svg
public class SVGOMFilterElement extends SVGStylableElement implements SVGFilterElement
| Field Summary | |
|---|---|
| protected static AttributeInitializer | attributeInitializer
The attribute initializer. |
| protected SVGOMAnimatedBoolean | externalResourcesRequired
The 'externalResourcesRequired' attribute value. |
| protected SVGOMAnimatedEnumeration | filterUnits
The 'filterUnits' attribute value. |
| protected SVGOMAnimatedLength | height
The 'height' attribute value. |
| protected SVGOMAnimatedString | href
The 'xlink:href' attribute value. |
| protected SVGOMAnimatedEnumeration | primitiveUnits
The 'primitiveUnits' attribute value. |
| protected static String[] | UNITS_VALUES
The units values. |
| 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 | SVGOMFilterElement()
Creates a new SVGOMFilterElement object. |
| SVGOMFilterElement(String prefix, AbstractDocument owner)
Creates a new SVGOMFilterElement object. | |
| Method Summary | |
|---|---|
| protected AttributeInitializer | getAttributeInitializer()
Returns the AttributeInitializer for this element type. |
| SVGAnimatedBoolean | getExternalResourcesRequired()
DOM: Implements org.w3c.dom.svg.SVGExternalResourcesRequired#getExternalResourcesRequired(). |
| SVGAnimatedInteger | getFilterResX()
DOM: Implements SVGFilterElement#getFilterResX(). |
| SVGAnimatedInteger | getFilterResY()
DOM: Implements SVGFilterElement#getFilterResY(). |
| SVGAnimatedEnumeration | getFilterUnits()
DOM: Implements SVGFilterElement#getFilterUnits(). |
| SVGAnimatedLength | getHeight()
DOM: Implements SVGFilterElement#getHeight(). |
| SVGAnimatedString | getHref()
DOM: Implements org.w3c.dom.svg.SVGURIReference#getHref(). |
| String | getLocalName()
DOM: Implements Node#getLocalName(). |
| SVGAnimatedEnumeration | getPrimitiveUnits()
DOM: Implements SVGFilterElement#getPrimitiveUnits(). |
| protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
| SVGAnimatedLength | getWidth()
DOM: Implements SVGFilterElement#getWidth(). |
| SVGAnimatedLength | getX()
DOM: Implements SVGFilterElement#getX(). |
| String | getXMLlang()
DOM: Returns the xml:lang attribute value. |
| String | getXMLspace()
DOM: Returns the xml:space attribute value. |
| SVGAnimatedLength | getY()
DOM: Implements SVGFilterElement#getY(). |
| protected void | initializeAllLiveAttributes()
Initializes all live attributes for this element. |
| protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
| void | setFilterRes(int filterResX, int filterResY)
DOM: Implements SVGFilterElement#setFilterRes(int,int). |
| void | setXMLlang(String lang)
DOM: Sets the xml:lang attribute value. |
| void | setXMLspace(String space)
DOM: Sets the xml:space attribute value. |
Parameters: prefix The namespace prefix. owner The owner document.
Returns: null if this element has no attribute with a default value.