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 {@link
org.w3c.dom.svg.SVGExternalResourcesRequired#getExternalResourcesRequired()}. |
SVGAnimatedInteger | getFilterResX()
DOM: Implements {@link SVGFilterElement#getFilterResX()}. |
SVGAnimatedInteger | getFilterResY()
DOM: Implements {@link SVGFilterElement#getFilterResY()}. |
SVGAnimatedEnumeration | getFilterUnits()
DOM: Implements {@link SVGFilterElement#getFilterUnits()}. |
SVGAnimatedLength | getHeight()
DOM: Implements {@link SVGFilterElement#getHeight()}. |
SVGAnimatedString | getHref()
DOM: Implements {@link org.w3c.dom.svg.SVGURIReference#getHref()}. |
String | getLocalName()
DOM: Implements {@link Node#getLocalName()}. |
SVGAnimatedEnumeration | getPrimitiveUnits()
DOM: Implements {@link SVGFilterElement#getPrimitiveUnits()}. |
protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
SVGAnimatedLength | getWidth()
DOM: Implements {@link SVGFilterElement#getWidth()}. |
SVGAnimatedLength | getX()
DOM: Implements {@link SVGFilterElement#getX()}. |
String | getXMLlang()
DOM: Returns the xml:lang attribute value. |
String | getXMLspace()
DOM: Returns the xml:space attribute value. |
SVGAnimatedLength | getY()
DOM: Implements {@link 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 {@link 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.