org.apache.batik.dom.svg
public class SVGOMImageElement extends SVGURIReferenceGraphicsElement implements SVGImageElement
| Field Summary | |
|---|---|
| protected static AttributeInitializer | attributeInitializer
The attribute initializer. |
| 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 | SVGOMImageElement()
Creates a new SVGOMImageElement object. |
| SVGOMImageElement(String prefix, AbstractDocument owner)
Creates a new SVGOMImageElement object. | |
| Method Summary | |
|---|---|
| protected AttributeInitializer | getAttributeInitializer()
Returns the AttributeInitializer for this element type. |
| SVGAnimatedLength | getHeight()
DOM: Implements SVGImageElement#getHeight(). |
| String | getLocalName()
DOM: Implements Node#getLocalName(). |
| SVGAnimatedPreserveAspectRatio | getPreserveAspectRatio()
DOM: Implements SVGImageElement#getPreserveAspectRatio(). |
| protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
| SVGAnimatedLength | getWidth()
DOM: Implements SVGImageElement#getWidth(). |
| SVGAnimatedLength | getX()
DOM: Implements SVGImageElement#getX(). |
| SVGAnimatedLength | getY()
DOM: Implements SVGImageElement#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.
Returns: null if this element has no attribute with a default value.