org.apache.batik.dom.svg
public class SVGOMForeignObjectElement extends SVGGraphicsElement implements SVGForeignObjectElement
| Field Summary | |
|---|---|
| protected SVGOMAnimatedLength | height
The 'height' attribute value. |
| protected SVGOMAnimatedPreserveAspectRatio | preserveAspectRatio
The 'preserveAspectRatio' attribute value. |
| 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 | SVGOMForeignObjectElement()
Creates a new SVGOMForeignObjectElement object. |
| SVGOMForeignObjectElement(String prefix, AbstractDocument owner)
Creates a new SVGOMForeignObjectElement object. | |
| Method Summary | |
|---|---|
| SVGAnimatedLength | getHeight()
DOM: Implements SVGForeignObjectElement#getHeight(). |
| String | getLocalName()
DOM: Implements Node#getLocalName(). |
| protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
| SVGAnimatedLength | getWidth()
DOM: Implements SVGForeignObjectElement#getWidth(). |
| SVGAnimatedLength | getX()
DOM: Implements SVGForeignObjectElement#getX(). |
| SVGAnimatedLength | getY()
DOM: Implements SVGForeignObjectElement#getY(). |
| protected void | initializeAllLiveAttributes()
Initializes all live attributes for this element. |
| protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
Parameters: prefix The namespace prefix. owner The owner document.