org.apache.batik.dom.svg
public abstract class SVGGraphicsElement extends SVGStylableElement implements SVGMotionAnimatableElement
| Field Summary | |
|---|---|
| protected SVGOMAnimatedBoolean | externalResourcesRequired
The 'externalResourcesRequired' attribute value. |
| protected AffineTransform | motionTransform
Supplemental transformation due to motion animation. |
| protected SVGOMAnimatedTransformList | transform
The 'transform' attribute value. |
| protected static DoublyIndexedTable | xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
| Constructor Summary | |
|---|---|
| protected | SVGGraphicsElement()
Creates a new SVGGraphicsElement. |
| protected | SVGGraphicsElement(String prefix, AbstractDocument owner)
Creates a new SVGGraphicsElement object. |
| Method Summary | |
|---|---|
| SVGRect | getBBox()
DOM: Implements org.w3c.dom.svg.SVGLocatable#getBBox(). |
| SVGMatrix | getCTM()
DOM: Implements org.w3c.dom.svg.SVGLocatable#getCTM(). |
| SVGAnimatedBoolean | getExternalResourcesRequired()
DOM: Implements org.w3c.dom.svg.SVGExternalResourcesRequired#getExternalResourcesRequired(). |
| SVGElement | getFarthestViewportElement()
DOM: Implements org.w3c.dom.svg.SVGLocatable#getFarthestViewportElement(). |
| AffineTransform | getMotionTransform()
Returns the AffineTransform representing the current motion
animation for this element. |
| SVGElement | getNearestViewportElement()
DOM: Implements org.w3c.dom.svg.SVGLocatable#getNearestViewportElement(). |
| SVGStringList | getRequiredExtensions()
DOM: Implements org.w3c.dom.svg.SVGTests#getRequiredExtensions(). |
| SVGStringList | getRequiredFeatures()
DOM: Implements org.w3c.dom.svg.SVGTests#getRequiredFeatures(). |
| SVGMatrix | getScreenCTM()
DOM: Implements org.w3c.dom.svg.SVGLocatable#getScreenCTM(). |
| SVGStringList | getSystemLanguage()
DOM: Implements org.w3c.dom.svg.SVGTests#getSystemLanguage(). |
| protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
| SVGAnimatedTransformList | getTransform()
DOM: Implements org.w3c.dom.svg.SVGTransformable#getTransform(). |
| SVGMatrix | getTransformToElement(SVGElement element)
DOM: Implements org.w3c.dom.svg.SVGLocatable#getTransformToElement(SVGElement). |
| String | getXMLlang()
DOM: Returns the xml:lang attribute value. |
| String | getXMLspace()
DOM: Returns the xml:space attribute value. |
| boolean | hasExtension(String extension)
DOM: Implements org.w3c.dom.svg.SVGTests#hasExtension(String). |
| protected void | initializeAllLiveAttributes()
Initializes all live attributes for this element. |
| void | setXMLlang(String lang)
DOM: Sets the xml:lang attribute value. |
| void | setXMLspace(String space)
DOM: Sets the xml:space attribute value. |
| void | updateOtherValue(String type, AnimatableValue val)
Updates a 'other' animation value in this target. |
Parameters: prefix The namespace prefix. owner The owner document.