org.apache.batik.dom.svg
public class SVGOMPatternElement extends SVGStylableElement implements SVGPatternElement
Field Summary | |
---|---|
protected static AttributeInitializer | attributeInitializer
The attribute initializer. |
protected SVGOMAnimatedBoolean | externalResourcesRequired
The 'externalResourcesRequired' attribute value. |
protected SVGOMAnimatedLength | height
The 'height' attribute value. |
protected SVGOMAnimatedString | href
The 'xlink:href' attribute value. |
protected SVGOMAnimatedEnumeration | patternContentUnits
The 'patternContentUnits' attribute value. |
protected SVGOMAnimatedEnumeration | patternUnits
The 'patternUnits' attribute value. |
protected SVGOMAnimatedPreserveAspectRatio | preserveAspectRatio
The 'preserveAspectRatio' 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 | SVGOMPatternElement()
Creates a new SVGOMPatternElement object. |
SVGOMPatternElement(String prefix, AbstractDocument owner)
Creates a new SVGOMPatternElement object. |
Method Summary | |
---|---|
protected AttributeInitializer | getAttributeInitializer()
Returns the AttributeInitializer for this element type. |
SVGAnimatedBoolean | getExternalResourcesRequired()
DOM: Implements org.w3c.dom.svg.SVGExternalResourcesRequired#getExternalResourcesRequired(). |
SVGAnimatedLength | getHeight()
DOM: Implements org.w3c.dom.svg.SVGPatternElement#getHeight(). |
SVGAnimatedString | getHref()
DOM: Implements org.w3c.dom.svg.SVGURIReference#getHref(). |
String | getLocalName()
DOM: Implements org.w3c.dom.Node#getLocalName(). |
SVGAnimatedEnumeration | getPatternContentUnits()
DOM: Implements SVGPatternElement#getPatternContentUnits(). |
SVGAnimatedTransformList | getPatternTransform()
To implement SVGPatternElement#getPatternTransform(). |
SVGAnimatedEnumeration | getPatternUnits()
DOM: Implements SVGPatternElement#getPatternUnits(). |
SVGAnimatedPreserveAspectRatio | getPreserveAspectRatio()
DOM: Implements org.w3c.dom.svg.SVGFitToViewBox#getPreserveAspectRatio(). |
SVGStringList | getRequiredExtensions()
DOM: Implements org.w3c.dom.svg.SVGTests#getRequiredExtensions(). |
SVGStringList | getRequiredFeatures()
DOM: Implements org.w3c.dom.svg.SVGTests#getRequiredFeatures(). |
SVGStringList | getSystemLanguage()
DOM: Implements org.w3c.dom.svg.SVGTests#getSystemLanguage(). |
protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
SVGAnimatedRect | getViewBox()
DOM: Implements org.w3c.dom.svg.SVGFitToViewBox#getViewBox(). |
SVGAnimatedLength | getWidth()
DOM: Implements SVGPatternElement#getWidth(). |
SVGAnimatedLength | getX()
DOM: Implements SVGPatternElement#getX(). |
String | getXMLlang()
DOM: Returns the xml:lang attribute value. |
String | getXMLspace()
DOM: Returns the xml:space attribute value. |
SVGAnimatedLength | getY()
DOM: Implements SVGPatternElement#getY(). |
boolean | hasExtension(String extension)
DOM: Implements org.w3c.dom.svg.SVGTests#hasExtension(String). |
protected void | initializeAllLiveAttributes()
Initializes all live attributes for this element. |
protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
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.