|
||||||||||
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.dom.svg.AbstractElement
org.apache.batik.dom.svg.SVGOMElement
org.apache.batik.dom.svg.SVGStylableElement
org.apache.batik.dom.svg.SVGOMSVGElement
public class SVGOMSVGElement
This class implements SVGSVGElement
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.batik.dom.svg.SVGStylableElement |
---|
SVGStylableElement.OverrideStyleDeclaration, SVGStylableElement.PresentationAttributeColorValue, SVGStylableElement.PresentationAttributePaintValue, SVGStylableElement.PresentationAttributeValue, SVGStylableElement.StyleDeclaration |
Nested classes/interfaces inherited from class org.apache.batik.dom.svg.SVGOMElement |
---|
SVGOMElement.UnitContext |
Nested classes/interfaces inherited from class org.apache.batik.dom.svg.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.dom.svg.SVGStylableElement |
---|
className, computedStyleMap, overrideStyleDeclaration, style |
Fields inherited from class org.apache.batik.dom.svg.SVGOMElement |
---|
prefix, readonly, svgContext, targetListeners, unitContext |
Fields inherited from class org.apache.batik.dom.svg.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.dom.anim.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 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() . |
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() . |
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() . |
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() . |
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.dom.svg.SVGStylableElement |
---|
addTargetListener, getClassName, getComputedStyleMap, getCSSBase, getCSSClass, getOverrideStyle, getOverrideStyleDeclarationProvider, getPresentationAttribute, getStyle, getXMLId, isPseudoInstanceOf, removeTargetListener, setComputedStyleMap, updatePropertyValue, useLinearRGBColorInterpolation |
Methods inherited from class org.apache.batik.dom.svg.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, addEventListenerNS, dispatchEvent, removeEventListener, removeEventListenerNS |
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 SVGStylableElement
public String getLocalName()
Node.getLocalName()
.
getLocalName
in interface Node
getLocalName
in class AbstractNode
public org.w3c.dom.svg.SVGAnimatedLength getX()
SVGSVGElement.getX()
.
getX
in interface org.w3c.dom.svg.SVGSVGElement
public org.w3c.dom.svg.SVGAnimatedLength getY()
SVGSVGElement.getY()
.
getY
in interface org.w3c.dom.svg.SVGSVGElement
public org.w3c.dom.svg.SVGAnimatedLength getWidth()
SVGSVGElement.getWidth()
.
getWidth
in interface org.w3c.dom.svg.SVGSVGElement
public org.w3c.dom.svg.SVGAnimatedLength getHeight()
SVGSVGElement.getHeight()
.
getHeight
in interface org.w3c.dom.svg.SVGSVGElement
public String getContentScriptType()
SVGSVGElement.getContentScriptType()
.
getContentScriptType
in interface org.w3c.dom.svg.SVGSVGElement
public void setContentScriptType(String type)
SVGSVGElement.setContentScriptType(String)
.
setContentScriptType
in interface org.w3c.dom.svg.SVGSVGElement
public String getContentStyleType()
SVGSVGElement.getContentStyleType()
.
getContentStyleType
in interface org.w3c.dom.svg.SVGSVGElement
public void setContentStyleType(String type)
SVGSVGElement.setContentStyleType(String)
.
setContentStyleType
in interface org.w3c.dom.svg.SVGSVGElement
public org.w3c.dom.svg.SVGRect getViewport()
SVGSVGElement.getViewport()
.
getViewport
in interface org.w3c.dom.svg.SVGSVGElement
public float getPixelUnitToMillimeterX()
SVGSVGElement.getPixelUnitToMillimeterX()
.
getPixelUnitToMillimeterX
in interface org.w3c.dom.svg.SVGSVGElement
public float getPixelUnitToMillimeterY()
SVGSVGElement.getPixelUnitToMillimeterY()
.
getPixelUnitToMillimeterY
in interface org.w3c.dom.svg.SVGSVGElement
public float getScreenPixelToMillimeterX()
SVGSVGElement.getScreenPixelToMillimeterX()
.
getScreenPixelToMillimeterX
in interface org.w3c.dom.svg.SVGSVGElement
public float getScreenPixelToMillimeterY()
SVGSVGElement.getScreenPixelToMillimeterY()
.
getScreenPixelToMillimeterY
in interface org.w3c.dom.svg.SVGSVGElement
public 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.SVGSVGElement
DOMException
public org.w3c.dom.svg.SVGViewSpec getCurrentView()
SVGSVGElement.getCurrentView()
.
getCurrentView
in interface org.w3c.dom.svg.SVGSVGElement
public 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.SVGSVGElement
DOMException
public org.w3c.dom.svg.SVGPoint getCurrentTranslate()
SVGSVGElement.getCurrentTranslate()
.
getCurrentTranslate
in interface org.w3c.dom.svg.SVGSVGElement
public 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.SVGSVGElement
DOMException
public void unsuspendRedrawAll()
SVGSVGElement.unsuspendRedrawAll()
.
unsuspendRedrawAll
in interface org.w3c.dom.svg.SVGSVGElement
public void forceRedraw()
SVGSVGElement.forceRedraw()
.
forceRedraw
in interface org.w3c.dom.svg.SVGSVGElement
public void pauseAnimations()
SVGSVGElement.pauseAnimations()
.
pauseAnimations
in interface org.w3c.dom.svg.SVGSVGElement
public void unpauseAnimations()
SVGSVGElement.unpauseAnimations()
.
unpauseAnimations
in interface org.w3c.dom.svg.SVGSVGElement
public boolean animationsPaused()
SVGSVGElement.animationsPaused()
.
animationsPaused
in interface org.w3c.dom.svg.SVGSVGElement
public float getCurrentTime()
SVGSVGElement.getCurrentTime()
.
getCurrentTime
in interface org.w3c.dom.svg.SVGSVGElement
public 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.SVGSVGElement
public void deselectAll()
SVGSVGElement.deselectAll()
.
deselectAll
in interface org.w3c.dom.svg.SVGSVGElement
public org.w3c.dom.svg.SVGNumber createSVGNumber()
SVGSVGElement.createSVGNumber()
.
createSVGNumber
in interface org.w3c.dom.svg.SVGSVGElement
public org.w3c.dom.svg.SVGLength createSVGLength()
SVGSVGElement.createSVGLength()
.
createSVGLength
in interface org.w3c.dom.svg.SVGSVGElement
public org.w3c.dom.svg.SVGAngle createSVGAngle()
SVGSVGElement.createSVGAngle()
.
createSVGAngle
in interface org.w3c.dom.svg.SVGSVGElement
public org.w3c.dom.svg.SVGPoint createSVGPoint()
SVGSVGElement.createSVGPoint()
.
createSVGPoint
in interface org.w3c.dom.svg.SVGSVGElement
public org.w3c.dom.svg.SVGMatrix createSVGMatrix()
SVGSVGElement.createSVGMatrix()
.
createSVGMatrix
in interface org.w3c.dom.svg.SVGSVGElement
public org.w3c.dom.svg.SVGRect createSVGRect()
SVGSVGElement.createSVGRect()
.
createSVGRect
in interface org.w3c.dom.svg.SVGSVGElement
public org.w3c.dom.svg.SVGTransform createSVGTransform()
SVGSVGElement.createSVGTransform()
.
createSVGTransform
in interface org.w3c.dom.svg.SVGSVGElement
public org.w3c.dom.svg.SVGTransform createSVGTransformFromMatrix(org.w3c.dom.svg.SVGMatrix matrix)
SVGSVGElement.createSVGTransformFromMatrix(SVGMatrix)
.
createSVGTransformFromMatrix
in interface org.w3c.dom.svg.SVGSVGElement
public Element getElementById(String elementId)
SVGSVGElement.getElementById(String)
.
getElementById
in interface org.w3c.dom.svg.SVGSVGElement
public org.w3c.dom.svg.SVGElement getNearestViewportElement()
SVGLocatable.getNearestViewportElement()
.
getNearestViewportElement
in interface org.w3c.dom.svg.SVGLocatable
public org.w3c.dom.svg.SVGElement getFarthestViewportElement()
SVGLocatable.getFarthestViewportElement()
.
getFarthestViewportElement
in interface org.w3c.dom.svg.SVGLocatable
public org.w3c.dom.svg.SVGRect getBBox()
SVGLocatable.getBBox()
.
getBBox
in interface org.w3c.dom.svg.SVGLocatable
public org.w3c.dom.svg.SVGMatrix getCTM()
SVGLocatable.getCTM()
.
getCTM
in interface org.w3c.dom.svg.SVGLocatable
public 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.SVGLocatable
org.w3c.dom.svg.SVGException
public DocumentView getDocument()
AbstractView.getDocument()
.
getDocument
in interface AbstractView
public CSSStyleDeclaration getComputedStyle(Element elt, String pseudoElt)
ViewCSS.getComputedStyle(Element,String)
.
getComputedStyle
in interface ViewCSS
public Event createEvent(String eventType) throws DOMException
DocumentEvent.createEvent(String)
.
createEvent
in interface DocumentEvent
eventType
- The eventType
parameter specifies the
name of the DOM Events interface to be supported by the created
event object, e.g. "Event"
, "MouseEvent"
,
"MutationEvent"
and so on. If the Event
is to be dispatched via the EventTarget.dispatchEvent()
method the appropriate event init method must be called after
creation in order to initialize the Event
's values.
As an example, a user wishing to synthesize some kind of
UIEvent
would invoke
DocumentEvent.createEvent("UIEvent")
. The
UIEvent.initUIEventNS()
method could then be called on
the newly created UIEvent
object to set the specific
type of user interface event to be dispatched, DOMActivate for
example, and set its context information, e.g.
UIEvent.detail
in this example.
Note: For backward compatibility reason, "UIEvents",
"MouseEvents", "MutationEvents", and "HTMLEvents" feature names are
valid values for the parameter eventType
and represent
respectively the interfaces "UIEvent", "MouseEvent",
"MutationEvent", and "Event".
DOMException
- NOT_SUPPORTED_ERR: Raised if the implementation does not support the
Event
interface requested.public boolean canDispatch(String namespaceURI, String type) throws DOMException
DocumentEvent.canDispatch(String,String)
.
canDispatch
in interface DocumentEvent
namespaceURI
- Specifies the Event.namespaceURI
of
the event.type
- Specifies the Event.type
of the event.
true
if the implementation can generate and
dispatch this event type, false
otherwise.
DOMException
public StyleSheetList getStyleSheets()
DocumentStyle.getStyleSheets()
.
getStyleSheets
in interface DocumentStyle
public CSSStyleDeclaration getOverrideStyle(Element elt, String pseudoElt)
DocumentCSS.getOverrideStyle(Element,String)
.
getOverrideStyle
in interface DocumentCSS
public String getXMLlang()
getXMLlang
in interface org.w3c.dom.svg.SVGLangSpace
public void setXMLlang(String lang)
setXMLlang
in interface org.w3c.dom.svg.SVGLangSpace
public String getXMLspace()
getXMLspace
in interface org.w3c.dom.svg.SVGLangSpace
public void setXMLspace(String space)
setXMLspace
in interface org.w3c.dom.svg.SVGLangSpace
public short getZoomAndPan()
SVGZoomAndPan.getZoomAndPan()
.
getZoomAndPan
in interface org.w3c.dom.svg.SVGZoomAndPan
public void setZoomAndPan(short val)
SVGZoomAndPan.getZoomAndPan()
.
setZoomAndPan
in interface org.w3c.dom.svg.SVGZoomAndPan
public org.w3c.dom.svg.SVGAnimatedRect getViewBox()
SVGFitToViewBox.getViewBox()
.
getViewBox
in interface org.w3c.dom.svg.SVGFitToViewBox
public org.w3c.dom.svg.SVGAnimatedPreserveAspectRatio getPreserveAspectRatio()
SVGFitToViewBox.getPreserveAspectRatio()
.
getPreserveAspectRatio
in interface org.w3c.dom.svg.SVGFitToViewBox
public org.w3c.dom.svg.SVGAnimatedBoolean getExternalResourcesRequired()
SVGExternalResourcesRequired.getExternalResourcesRequired()
.
getExternalResourcesRequired
in interface org.w3c.dom.svg.SVGExternalResourcesRequired
public org.w3c.dom.svg.SVGStringList getRequiredFeatures()
SVGTests.getRequiredFeatures()
.
getRequiredFeatures
in interface org.w3c.dom.svg.SVGTests
public org.w3c.dom.svg.SVGStringList getRequiredExtensions()
SVGTests.getRequiredExtensions()
.
getRequiredExtensions
in interface org.w3c.dom.svg.SVGTests
public org.w3c.dom.svg.SVGStringList getSystemLanguage()
SVGTests.getSystemLanguage()
.
getSystemLanguage
in interface org.w3c.dom.svg.SVGTests
public boolean hasExtension(String extension)
SVGTests.hasExtension(String)
.
hasExtension
in interface org.w3c.dom.svg.SVGTests
protected AttributeInitializer getAttributeInitializer()
getAttributeInitializer
in class AbstractElement
protected Node newNode()
newNode
in class AbstractNode
protected DoublyIndexedTable getTraitInformationTable()
getTraitInformationTable
in class SVGStylableElement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |