org.apache.batik.dom.svg
public class SVGOMUseElement extends SVGURIReferenceGraphicsElement implements SVGUseElement
| Field Summary | |
|---|---|
| protected static AttributeInitializer | attributeInitializer
The attribute initializer. |
| protected SVGOMAnimatedLength | height
The 'height' attribute value. |
| protected SVGOMUseShadowRoot | shadowTree
Store the shadow tree of the use element. |
| 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 | SVGOMUseElement()
Creates a new SVGOMUseElement object. |
| SVGOMUseElement(String prefix, AbstractDocument owner)
Creates a new SVGOMUseElement object. | |
| Method Summary | |
|---|---|
| SVGElementInstance | getAnimatedInstanceRoot()
DOM: Implements SVGUseElement#getAnimatedInstanceRoot(). |
| protected AttributeInitializer | getAttributeInitializer()
Returns the AttributeInitializer for this element type. |
| Node | getCSSFirstChild()
Returns the CSS first child node of this node. |
| Node | getCSSLastChild()
Returns the CSS last child of this stylable element. |
| SVGAnimatedLength | getHeight()
DOM: Implements SVGUseElement#getHeight(). |
| SVGElementInstance | getInstanceRoot()
DOM: Implements SVGUseElement#getInstanceRoot(). |
| String | getLocalName()
DOM: Implements Node#getLocalName(). |
| protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
| SVGAnimatedLength | getWidth()
DOM: Implements SVGUseElement#getWidth(). |
| SVGAnimatedLength | getX()
DOM: Implements SVGUseElement#getX(). |
| SVGAnimatedLength | getY()
DOM: Implements SVGUseElement#getY(). |
| protected void | initializeAllLiveAttributes()
Initializes all live attributes for this element. |
| boolean | isHiddenFromSelectors()
Returns whether this node is the root of a (conceptual) hidden tree
that selectors will not work across. |
| protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
| void | setUseShadowTree(SVGOMUseShadowRoot r)
Sets the shadow tree for this 'use' element. |
Parameters: prefix The namespace prefix. owner The owner document.
Returns: null if this element has no attribute with a default value.