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 {@link SVGImageElement#getHeight()}. |
String | getLocalName()
DOM: Implements {@link Node#getLocalName()}. |
SVGAnimatedPreserveAspectRatio | getPreserveAspectRatio()
DOM: Implements {@link SVGImageElement#getPreserveAspectRatio()}. |
protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
SVGAnimatedLength | getWidth()
DOM: Implements {@link SVGImageElement#getWidth()}. |
SVGAnimatedLength | getX()
DOM: Implements {@link SVGImageElement#getX()}. |
SVGAnimatedLength | getY()
DOM: Implements {@link 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.