|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.dom.AbstractNode
org.apache.batik.dom.AbstractParentNode
org.apache.batik.dom.AbstractParentChildNode
org.apache.batik.dom.AbstractElement
org.apache.batik.anim.dom.AbstractElement
org.apache.batik.anim.dom.SVGOMElement
org.apache.batik.anim.dom.SVGStylableElement
org.apache.batik.anim.dom.SVGOMSVGElement
public class SVGOMSVGElement
This class implements SVGSVGElement.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.batik.anim.dom.SVGStylableElement |
|---|
SVGStylableElement.OverrideStyleDeclaration, SVGStylableElement.PresentationAttributeColorValue, SVGStylableElement.PresentationAttributePaintValue, SVGStylableElement.PresentationAttributeValue, SVGStylableElement.StyleDeclaration |
| Nested classes/interfaces inherited from class org.apache.batik.anim.dom.SVGOMElement |
|---|
SVGOMElement.UnitContext |
| Nested classes/interfaces inherited from class org.apache.batik.anim.dom.AbstractElement |
|---|
AbstractElement.ExtendedNamedNodeHashMap |
| Nested classes/interfaces inherited from class org.apache.batik.dom.AbstractElement |
|---|
AbstractElement.ElementTypeInfo, AbstractElement.Entry, AbstractElement.NamedNodeHashMap |
| Nested classes/interfaces inherited from class org.apache.batik.dom.AbstractParentNode |
|---|
AbstractParentNode.ChildNodes, AbstractParentNode.ElementsByTagName, AbstractParentNode.ElementsByTagNameNS |
| Field Summary | |
|---|---|
protected static AttributeInitializer |
attributeInitializer
The attribute initializer. |
protected SVGOMAnimatedBoolean |
externalResourcesRequired
The 'externalResourcesRequired' attribute value. |
protected SVGOMAnimatedLength |
height
The 'height' attribute value. |
protected SVGOMAnimatedPreserveAspectRatio |
preserveAspectRatio
The 'preserveAspectRatio' attribute value. |
protected SVGOMAnimatedRect |
viewBox
The 'viewBox' 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. |
| Fields inherited from class org.apache.batik.anim.dom.SVGStylableElement |
|---|
className, computedStyleMap, overrideStyleDeclaration, style |
| Fields inherited from class org.apache.batik.anim.dom.SVGOMElement |
|---|
prefix, readonly, svgContext, targetListeners, unitContext |
| Fields inherited from class org.apache.batik.anim.dom.AbstractElement |
|---|
liveAttributeValues |
| Fields inherited from class org.apache.batik.dom.AbstractElement |
|---|
attributes, typeInfo |
| Fields inherited from class org.apache.batik.dom.AbstractParentChildNode |
|---|
nextSibling, parentNode, previousSibling |
| Fields inherited from class org.apache.batik.dom.AbstractParentNode |
|---|
childNodes |
| Fields inherited from class org.apache.batik.dom.AbstractNode |
|---|
DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, EMPTY_NODE_LIST, eventSupport, managerData, ownerDocument, userData, userDataHandlers |
| Fields inherited from interface org.w3c.dom.svg.SVGZoomAndPan |
|---|
SVG_ZOOMANDPAN_DISABLE, SVG_ZOOMANDPAN_MAGNIFY, SVG_ZOOMANDPAN_UNKNOWN |
| Fields inherited from interface org.apache.batik.anim.dom.AnimationTarget |
|---|
PERCENTAGE_FONT_SIZE, PERCENTAGE_VIEWPORT_HEIGHT, PERCENTAGE_VIEWPORT_SIZE, PERCENTAGE_VIEWPORT_WIDTH |
| Constructor Summary | |
|---|---|
protected |
SVGOMSVGElement()
Creates a new SVGOMSVGElement object. |
|
SVGOMSVGElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMSVGElement object. |
| Method Summary | |
|---|---|
boolean |
animationsPaused()
DOM: Implements SVGSVGElement.animationsPaused(). |
boolean |
canDispatch(String namespaceURI,
String type)
DOM: Implements org.w3c.dom.events.DocumentEvent#canDispatch(String,String). |
boolean |
checkEnclosure(org.w3c.dom.svg.SVGElement element,
org.w3c.dom.svg.SVGRect rect)
DOM: Implements SVGSVGElement.checkEnclosure(SVGElement,SVGRect). |
boolean |
checkIntersection(org.w3c.dom.svg.SVGElement element,
org.w3c.dom.svg.SVGRect rect)
DOM: Implements SVGSVGElement.checkIntersection(SVGElement,SVGRect). |
Event |
createEvent(String eventType)
DOM: Implements DocumentEvent.createEvent(String). |
org.w3c.dom.svg.SVGAngle |
createSVGAngle()
DOM: Implements SVGSVGElement.createSVGAngle(). |
org.w3c.dom.svg.SVGLength |
createSVGLength()
DOM: Implements SVGSVGElement.createSVGLength(). |
org.w3c.dom.svg.SVGMatrix |
createSVGMatrix()
DOM: Implements SVGSVGElement.createSVGMatrix(). |
org.w3c.dom.svg.SVGNumber |
createSVGNumber()
DOM: Implements SVGSVGElement.createSVGNumber(). |
org.w3c.dom.svg.SVGPoint |
createSVGPoint()
DOM: Implements SVGSVGElement.createSVGPoint(). |
org.w3c.dom.svg.SVGRect |
createSVGRect()
DOM: Implements SVGSVGElement.createSVGRect(). |
org.w3c.dom.svg.SVGTransform |
createSVGTransform()
DOM: Implements SVGSVGElement.createSVGTransform(). |
org.w3c.dom.svg.SVGTransform |
createSVGTransformFromMatrix(org.w3c.dom.svg.SVGMatrix matrix)
DOM: Implements SVGSVGElement.createSVGTransformFromMatrix(SVGMatrix). |
void |
deselectAll()
DOM: Implements SVGSVGElement.deselectAll(). |
void |
forceRedraw()
DOM: Implements SVGSVGElement.forceRedraw(). |
protected AttributeInitializer |
getAttributeInitializer()
Returns the AttributeInitializer for this element type. |
org.w3c.dom.svg.SVGRect |
getBBox()
DOM: Implements SVGLocatable.getBBox(). |
org.w3c.dom.css.CSSStyleDeclaration |
getComputedStyle(Element elt,
String pseudoElt)
DOM: Implements ViewCSS.getComputedStyle(Element,String). |
String |
getContentScriptType()
DOM: Implements SVGSVGElement.getContentScriptType(). |
String |
getContentStyleType()
DOM: Implements SVGSVGElement.getContentStyleType(). |
org.w3c.dom.svg.SVGMatrix |
getCTM()
DOM: Implements SVGLocatable.getCTM(). |
float |
getCurrentScale()
DOM: Implements SVGSVGElement.getCurrentView(). |
float |
getCurrentTime()
DOM: Implements SVGSVGElement.getCurrentTime(). |
org.w3c.dom.svg.SVGPoint |
getCurrentTranslate()
DOM: Implements SVGSVGElement.getCurrentTranslate(). |
org.w3c.dom.svg.SVGViewSpec |
getCurrentView()
DOM: Implements SVGSVGElement.getCurrentView(). |
org.w3c.dom.views.DocumentView |
getDocument()
DOM: Implements AbstractView.getDocument(). |
Element |
getElementById(String elementId)
DOM: Implements SVGSVGElement.getElementById(String). |
NodeList |
getEnclosureList(org.w3c.dom.svg.SVGRect rect,
org.w3c.dom.svg.SVGElement referenceElement)
DOM: Implements SVGSVGElement.getEnclosureList(SVGRect,SVGElement). |
org.w3c.dom.svg.SVGAnimatedBoolean |
getExternalResourcesRequired()
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired(). |
org.w3c.dom.svg.SVGElement |
getFarthestViewportElement()
DOM: Implements SVGLocatable.getFarthestViewportElement(). |
org.w3c.dom.svg.SVGAnimatedLength |
getHeight()
DOM: Implements SVGSVGElement.getHeight(). |
NodeList |
getIntersectionList(org.w3c.dom.svg.SVGRect rect,
org.w3c.dom.svg.SVGElement referenceElement)
DOM: Implements SVGSVGElement.getIntersectionList(SVGRect,SVGElement). |
String |
getLocalName()
DOM: Implements Node.getLocalName(). |
org.w3c.dom.svg.SVGElement |
getNearestViewportElement()
DOM: Implements SVGLocatable.getNearestViewportElement(). |
org.w3c.dom.css.CSSStyleDeclaration |
getOverrideStyle(Element elt,
String pseudoElt)
DOM: Implements DocumentCSS.getOverrideStyle(Element,String). |
float |
getPixelUnitToMillimeterX()
DOM: Implements SVGSVGElement.getPixelUnitToMillimeterX(). |
float |
getPixelUnitToMillimeterY()
DOM: Implements SVGSVGElement.getPixelUnitToMillimeterY(). |
org.w3c.dom.svg.SVGAnimatedPreserveAspectRatio |
getPreserveAspectRatio()
DOM: Implements SVGFitToViewBox.getPreserveAspectRatio(). |
org.w3c.dom.svg.SVGStringList |
getRequiredExtensions()
DOM: Implements SVGTests.getRequiredExtensions(). |
org.w3c.dom.svg.SVGStringList |
getRequiredFeatures()
DOM: Implements SVGTests.getRequiredFeatures(). |
org.w3c.dom.svg.SVGMatrix |
getScreenCTM()
DOM: Implements SVGLocatable.getScreenCTM(). |
float |
getScreenPixelToMillimeterX()
DOM: Implements SVGSVGElement.getScreenPixelToMillimeterX(). |
float |
getScreenPixelToMillimeterY()
DOM: Implements SVGSVGElement.getScreenPixelToMillimeterY(). |
org.w3c.dom.stylesheets.StyleSheetList |
getStyleSheets()
DOM: Implements DocumentStyle.getStyleSheets(). |
org.w3c.dom.svg.SVGStringList |
getSystemLanguage()
DOM: Implements SVGTests.getSystemLanguage(). |
protected DoublyIndexedTable |
getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
org.w3c.dom.svg.SVGMatrix |
getTransformToElement(org.w3c.dom.svg.SVGElement element)
DOM: Implements SVGLocatable.getTransformToElement(SVGElement). |
boolean |
getUseCurrentView()
DOM: Implements SVGSVGElement.getUseCurrentView(). |
org.w3c.dom.svg.SVGAnimatedRect |
getViewBox()
DOM: Implements SVGFitToViewBox.getViewBox(). |
org.w3c.dom.svg.SVGRect |
getViewport()
DOM: Implements SVGSVGElement.getViewport(). |
org.w3c.dom.svg.SVGAnimatedLength |
getWidth()
DOM: Implements SVGSVGElement.getWidth(). |
org.w3c.dom.svg.SVGAnimatedLength |
getX()
DOM: Implements SVGSVGElement.getX(). |
String |
getXMLlang()
DOM: Returns the xml:lang attribute value. |
String |
getXMLspace()
DOM: Returns the xml:space attribute value. |
org.w3c.dom.svg.SVGAnimatedLength |
getY()
DOM: Implements SVGSVGElement.getY(). |
short |
getZoomAndPan()
DOM: Implements SVGZoomAndPan.getZoomAndPan(). |
boolean |
hasExtension(String extension)
DOM: Implements SVGTests.hasExtension(String). |
protected void |
initializeAllLiveAttributes()
Initializes all live attributes for this element. |
protected Node |
newNode()
Returns a new uninitialized instance of this object's class. |
void |
pauseAnimations()
DOM: Implements SVGSVGElement.pauseAnimations(). |
void |
setContentScriptType(String type)
DOM: Implements SVGSVGElement.setContentScriptType(String). |
void |
setContentStyleType(String type)
DOM: Implements SVGSVGElement.setContentStyleType(String). |
void |
setCurrentScale(float currentScale)
DOM: Implements SVGSVGElement.setCurrentScale(float). |
void |
setCurrentTime(float seconds)
DOM: Implements SVGSVGElement.setCurrentTime(float). |
void |
setUseCurrentView(boolean useCurrentView)
DOM: Implements SVGSVGElement.setUseCurrentView(boolean). |
void |
setXMLlang(String lang)
DOM: Sets the xml:lang attribute value. |
void |
setXMLspace(String space)
DOM: Sets the xml:space attribute value. |
void |
setZoomAndPan(short val)
DOM: Implements SVGZoomAndPan.getZoomAndPan(). |
int |
suspendRedraw(int max_wait_milliseconds)
DOM: Implements SVGSVGElement.suspendRedraw(int). |
void |
unpauseAnimations()
DOM: Implements SVGSVGElement.unpauseAnimations(). |
void |
unsuspendRedraw(int suspend_handle_id)
DOM: Implements SVGSVGElement.unsuspendRedraw(int). |
void |
unsuspendRedrawAll()
DOM: Implements SVGSVGElement.unsuspendRedrawAll(). |
| Methods inherited from class org.apache.batik.anim.dom.SVGStylableElement |
|---|
addTargetListener, getClassName, getComputedStyleMap, getCSSBase, getCSSClass, getOverrideStyle, getOverrideStyleDeclarationProvider, getPresentationAttribute, getStyle, getXMLId, isPseudoInstanceOf, removeTargetListener, setComputedStyleMap, updatePropertyValue, useLinearRGBColorInterpolation |
| Methods inherited from class org.apache.batik.anim.dom.AbstractElement |
|---|
attrAdded, attrModified, attrRemoved, createAttributes, fireDOMAttrModifiedEvent, getCSSFirstChild, getCSSLastChild, getCSSNextSibling, getCSSParentNode, getCSSPreviousSibling, getLiveAttributeValue, initializeAttributes, isHiddenFromSelectors, putLiveAttributeValue, resetAttribute, setUnspecifiedAttribute |
| Methods inherited from class org.apache.batik.dom.AbstractParentChildNode |
|---|
getNextSibling, getParentNode, getPreviousSibling, setNextSibling, setParentNode, setPreviousSibling |
| Methods inherited from class org.apache.batik.dom.AbstractParentNode |
|---|
appendChild, checkAndRemove, fireDOMNodeInsertedEvent, fireDOMNodeInsertedIntoDocumentEvent, fireDOMNodeRemovedEvent, fireDOMNodeRemovedFromDocumentEvent, fireDOMSubtreeModifiedEvent, getChildNodes, getElementsByTagName, getElementsByTagNameNS, getFirstChild, getLastChild, getTextContent, hasChildNodes, insertBefore, removeChild, replaceChild |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.svg.SVGElement |
|---|
getId, getOwnerSVGElement, getViewportElement, getXMLbase, setId, setXMLbase |
| Methods inherited from interface org.w3c.dom.Element |
|---|
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS |
| Methods inherited from interface org.w3c.dom.Node |
|---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
| Methods inherited from interface org.w3c.dom.svg.SVGStylable |
|---|
getClassName, getPresentationAttribute, getStyle |
| Methods inherited from interface org.w3c.dom.events.EventTarget |
|---|
addEventListener, dispatchEvent, removeEventListener |
| Methods inherited from interface org.apache.batik.dom.events.NodeEventTarget |
|---|
addEventListenerNS, dispatchEvent, getEventSupport, getParentNodeEventTarget, removeEventListenerNS |
| Field Detail |
|---|
protected static DoublyIndexedTable xmlTraitInformation
protected static final AttributeInitializer attributeInitializer
protected SVGOMAnimatedLength x
protected SVGOMAnimatedLength y
protected SVGOMAnimatedLength width
protected SVGOMAnimatedLength height
protected SVGOMAnimatedBoolean externalResourcesRequired
protected SVGOMAnimatedPreserveAspectRatio preserveAspectRatio
protected SVGOMAnimatedRect viewBox
| Constructor Detail |
|---|
protected SVGOMSVGElement()
public SVGOMSVGElement(String prefix,
AbstractDocument owner)
prefix - The namespace prefix.owner - The owner document.| Method Detail |
|---|
protected void initializeAllLiveAttributes()
initializeAllLiveAttributes in class SVGStylableElementpublic String getLocalName()
Node.getLocalName().
getLocalName in interface NodegetLocalName in class AbstractNodepublic org.w3c.dom.svg.SVGAnimatedLength getX()
SVGSVGElement.getX().
getX in interface org.w3c.dom.svg.SVGSVGElementpublic org.w3c.dom.svg.SVGAnimatedLength getY()
SVGSVGElement.getY().
getY in interface org.w3c.dom.svg.SVGSVGElementpublic org.w3c.dom.svg.SVGAnimatedLength getWidth()
SVGSVGElement.getWidth().
getWidth in interface org.w3c.dom.svg.SVGSVGElementpublic org.w3c.dom.svg.SVGAnimatedLength getHeight()
SVGSVGElement.getHeight().
getHeight in interface org.w3c.dom.svg.SVGSVGElementpublic String getContentScriptType()
SVGSVGElement.getContentScriptType().
getContentScriptType in interface org.w3c.dom.svg.SVGSVGElementpublic void setContentScriptType(String type)
SVGSVGElement.setContentScriptType(String).
setContentScriptType in interface org.w3c.dom.svg.SVGSVGElementpublic String getContentStyleType()
SVGSVGElement.getContentStyleType().
getContentStyleType in interface org.w3c.dom.svg.SVGSVGElementpublic void setContentStyleType(String type)
SVGSVGElement.setContentStyleType(String).
setContentStyleType in interface org.w3c.dom.svg.SVGSVGElementpublic org.w3c.dom.svg.SVGRect getViewport()
SVGSVGElement.getViewport().
getViewport in interface org.w3c.dom.svg.SVGSVGElementpublic float getPixelUnitToMillimeterX()
SVGSVGElement.getPixelUnitToMillimeterX().
getPixelUnitToMillimeterX in interface org.w3c.dom.svg.SVGSVGElementpublic float getPixelUnitToMillimeterY()
SVGSVGElement.getPixelUnitToMillimeterY().
getPixelUnitToMillimeterY in interface org.w3c.dom.svg.SVGSVGElementpublic float getScreenPixelToMillimeterX()
SVGSVGElement.getScreenPixelToMillimeterX().
getScreenPixelToMillimeterX in interface org.w3c.dom.svg.SVGSVGElementpublic float getScreenPixelToMillimeterY()
SVGSVGElement.getScreenPixelToMillimeterY().
getScreenPixelToMillimeterY in interface org.w3c.dom.svg.SVGSVGElementpublic boolean getUseCurrentView()
SVGSVGElement.getUseCurrentView().
getUseCurrentView in interface org.w3c.dom.svg.SVGSVGElement
public void setUseCurrentView(boolean useCurrentView)
throws DOMException
SVGSVGElement.setUseCurrentView(boolean).
setUseCurrentView in interface org.w3c.dom.svg.SVGSVGElementDOMExceptionpublic org.w3c.dom.svg.SVGViewSpec getCurrentView()
SVGSVGElement.getCurrentView().
getCurrentView in interface org.w3c.dom.svg.SVGSVGElementpublic float getCurrentScale()
SVGSVGElement.getCurrentView().
getCurrentScale in interface org.w3c.dom.svg.SVGSVGElement
public void setCurrentScale(float currentScale)
throws DOMException
SVGSVGElement.setCurrentScale(float).
setCurrentScale in interface org.w3c.dom.svg.SVGSVGElementDOMExceptionpublic org.w3c.dom.svg.SVGPoint getCurrentTranslate()
SVGSVGElement.getCurrentTranslate().
getCurrentTranslate in interface org.w3c.dom.svg.SVGSVGElementpublic int suspendRedraw(int max_wait_milliseconds)
SVGSVGElement.suspendRedraw(int).
suspendRedraw in interface org.w3c.dom.svg.SVGSVGElement
public void unsuspendRedraw(int suspend_handle_id)
throws DOMException
SVGSVGElement.unsuspendRedraw(int).
unsuspendRedraw in interface org.w3c.dom.svg.SVGSVGElementDOMExceptionpublic void unsuspendRedrawAll()
SVGSVGElement.unsuspendRedrawAll().
unsuspendRedrawAll in interface org.w3c.dom.svg.SVGSVGElementpublic void forceRedraw()
SVGSVGElement.forceRedraw().
forceRedraw in interface org.w3c.dom.svg.SVGSVGElementpublic void pauseAnimations()
SVGSVGElement.pauseAnimations().
pauseAnimations in interface org.w3c.dom.svg.SVGSVGElementpublic void unpauseAnimations()
SVGSVGElement.unpauseAnimations().
unpauseAnimations in interface org.w3c.dom.svg.SVGSVGElementpublic boolean animationsPaused()
SVGSVGElement.animationsPaused().
animationsPaused in interface org.w3c.dom.svg.SVGSVGElementpublic float getCurrentTime()
SVGSVGElement.getCurrentTime().
getCurrentTime in interface org.w3c.dom.svg.SVGSVGElementpublic void setCurrentTime(float seconds)
SVGSVGElement.setCurrentTime(float).
setCurrentTime in interface org.w3c.dom.svg.SVGSVGElement
public NodeList getIntersectionList(org.w3c.dom.svg.SVGRect rect,
org.w3c.dom.svg.SVGElement referenceElement)
SVGSVGElement.getIntersectionList(SVGRect,SVGElement).
getIntersectionList in interface org.w3c.dom.svg.SVGSVGElement
public NodeList getEnclosureList(org.w3c.dom.svg.SVGRect rect,
org.w3c.dom.svg.SVGElement referenceElement)
SVGSVGElement.getEnclosureList(SVGRect,SVGElement).
getEnclosureList in interface org.w3c.dom.svg.SVGSVGElement
public boolean checkIntersection(org.w3c.dom.svg.SVGElement element,
org.w3c.dom.svg.SVGRect rect)
SVGSVGElement.checkIntersection(SVGElement,SVGRect).
checkIntersection in interface org.w3c.dom.svg.SVGSVGElement
public boolean checkEnclosure(org.w3c.dom.svg.SVGElement element,
org.w3c.dom.svg.SVGRect rect)
SVGSVGElement.checkEnclosure(SVGElement,SVGRect).
checkEnclosure in interface org.w3c.dom.svg.SVGSVGElementpublic void deselectAll()
SVGSVGElement.deselectAll().
deselectAll in interface org.w3c.dom.svg.SVGSVGElementpublic org.w3c.dom.svg.SVGNumber createSVGNumber()
SVGSVGElement.createSVGNumber().
createSVGNumber in interface org.w3c.dom.svg.SVGSVGElementpublic org.w3c.dom.svg.SVGLength createSVGLength()
SVGSVGElement.createSVGLength().
createSVGLength in interface org.w3c.dom.svg.SVGSVGElementpublic org.w3c.dom.svg.SVGAngle createSVGAngle()
SVGSVGElement.createSVGAngle().
createSVGAngle in interface org.w3c.dom.svg.SVGSVGElementpublic org.w3c.dom.svg.SVGPoint createSVGPoint()
SVGSVGElement.createSVGPoint().
createSVGPoint in interface org.w3c.dom.svg.SVGSVGElementpublic org.w3c.dom.svg.SVGMatrix createSVGMatrix()
SVGSVGElement.createSVGMatrix().
createSVGMatrix in interface org.w3c.dom.svg.SVGSVGElementpublic org.w3c.dom.svg.SVGRect createSVGRect()
SVGSVGElement.createSVGRect().
createSVGRect in interface org.w3c.dom.svg.SVGSVGElementpublic org.w3c.dom.svg.SVGTransform createSVGTransform()
SVGSVGElement.createSVGTransform().
createSVGTransform in interface org.w3c.dom.svg.SVGSVGElementpublic org.w3c.dom.svg.SVGTransform createSVGTransformFromMatrix(org.w3c.dom.svg.SVGMatrix matrix)
SVGSVGElement.createSVGTransformFromMatrix(SVGMatrix).
createSVGTransformFromMatrix in interface org.w3c.dom.svg.SVGSVGElementpublic Element getElementById(String elementId)
SVGSVGElement.getElementById(String).
getElementById in interface org.w3c.dom.svg.SVGSVGElementpublic org.w3c.dom.svg.SVGElement getNearestViewportElement()
SVGLocatable.getNearestViewportElement().
getNearestViewportElement in interface org.w3c.dom.svg.SVGLocatablepublic org.w3c.dom.svg.SVGElement getFarthestViewportElement()
SVGLocatable.getFarthestViewportElement().
getFarthestViewportElement in interface org.w3c.dom.svg.SVGLocatablepublic org.w3c.dom.svg.SVGRect getBBox()
SVGLocatable.getBBox().
getBBox in interface org.w3c.dom.svg.SVGLocatablepublic org.w3c.dom.svg.SVGMatrix getCTM()
SVGLocatable.getCTM().
getCTM in interface org.w3c.dom.svg.SVGLocatablepublic org.w3c.dom.svg.SVGMatrix getScreenCTM()
SVGLocatable.getScreenCTM().
getScreenCTM in interface org.w3c.dom.svg.SVGLocatable
public org.w3c.dom.svg.SVGMatrix getTransformToElement(org.w3c.dom.svg.SVGElement element)
throws org.w3c.dom.svg.SVGException
SVGLocatable.getTransformToElement(SVGElement).
getTransformToElement in interface org.w3c.dom.svg.SVGLocatableorg.w3c.dom.svg.SVGExceptionpublic org.w3c.dom.views.DocumentView getDocument()
AbstractView.getDocument().
getDocument in interface org.w3c.dom.views.AbstractView
public org.w3c.dom.css.CSSStyleDeclaration getComputedStyle(Element elt,
String pseudoElt)
ViewCSS.getComputedStyle(Element,String).
getComputedStyle in interface org.w3c.dom.css.ViewCSS
public Event createEvent(String eventType)
throws DOMException
DocumentEvent.createEvent(String).
createEvent in interface DocumentEventDOMException
public boolean canDispatch(String namespaceURI,
String type)
throws DOMException
org.w3c.dom.events.DocumentEvent#canDispatch(String,String).
DOMExceptionpublic org.w3c.dom.stylesheets.StyleSheetList getStyleSheets()
DocumentStyle.getStyleSheets().
getStyleSheets in interface org.w3c.dom.stylesheets.DocumentStyle
public org.w3c.dom.css.CSSStyleDeclaration getOverrideStyle(Element elt,
String pseudoElt)
DocumentCSS.getOverrideStyle(Element,String).
getOverrideStyle in interface org.w3c.dom.css.DocumentCSSpublic String getXMLlang()
getXMLlang in interface org.w3c.dom.svg.SVGLangSpacepublic void setXMLlang(String lang)
setXMLlang in interface org.w3c.dom.svg.SVGLangSpacepublic String getXMLspace()
getXMLspace in interface org.w3c.dom.svg.SVGLangSpacepublic void setXMLspace(String space)
setXMLspace in interface org.w3c.dom.svg.SVGLangSpacepublic short getZoomAndPan()
SVGZoomAndPan.getZoomAndPan().
getZoomAndPan in interface org.w3c.dom.svg.SVGZoomAndPanpublic void setZoomAndPan(short val)
SVGZoomAndPan.getZoomAndPan().
setZoomAndPan in interface org.w3c.dom.svg.SVGZoomAndPanpublic org.w3c.dom.svg.SVGAnimatedRect getViewBox()
SVGFitToViewBox.getViewBox().
getViewBox in interface org.w3c.dom.svg.SVGFitToViewBoxpublic org.w3c.dom.svg.SVGAnimatedPreserveAspectRatio getPreserveAspectRatio()
SVGFitToViewBox.getPreserveAspectRatio().
getPreserveAspectRatio in interface org.w3c.dom.svg.SVGFitToViewBoxpublic org.w3c.dom.svg.SVGAnimatedBoolean getExternalResourcesRequired()
SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired in interface org.w3c.dom.svg.SVGExternalResourcesRequiredpublic org.w3c.dom.svg.SVGStringList getRequiredFeatures()
SVGTests.getRequiredFeatures().
getRequiredFeatures in interface org.w3c.dom.svg.SVGTestspublic org.w3c.dom.svg.SVGStringList getRequiredExtensions()
SVGTests.getRequiredExtensions().
getRequiredExtensions in interface org.w3c.dom.svg.SVGTestspublic org.w3c.dom.svg.SVGStringList getSystemLanguage()
SVGTests.getSystemLanguage().
getSystemLanguage in interface org.w3c.dom.svg.SVGTestspublic boolean hasExtension(String extension)
SVGTests.hasExtension(String).
hasExtension in interface org.w3c.dom.svg.SVGTestsprotected AttributeInitializer getAttributeInitializer()
getAttributeInitializer in class AbstractElementprotected Node newNode()
newNode in class AbstractNodeprotected DoublyIndexedTable getTraitInformationTable()
getTraitInformationTable in class SVGStylableElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||