org.w3c.dom.svg
Interface SVGSVGElement
- All Superinterfaces:
- AbstractView, DocumentCSS, DocumentEvent, DocumentStyle, Element, EventTarget, Node, SVGElement, SVGExternalResourcesRequired, SVGFitToViewBox, SVGLangSpace, SVGLocatable, SVGStylable, SVGTests, SVGZoomAndPan, ViewCSS
- All Known Implementing Classes:
- SVGOMSVGElement
- public interface SVGSVGElement
- extends SVGElement, SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, SVGLocatable, SVGFitToViewBox, SVGZoomAndPan, EventTarget, DocumentEvent, ViewCSS, DocumentCSS
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Methods inherited from interface org.w3c.dom.Element |
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS |
Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
getX
public SVGAnimatedLength getX()
getY
public SVGAnimatedLength getY()
getWidth
public SVGAnimatedLength getWidth()
getHeight
public SVGAnimatedLength getHeight()
getContentScriptType
public java.lang.String getContentScriptType()
setContentScriptType
public void setContentScriptType(java.lang.String contentScriptType)
throws DOMException
getContentStyleType
public java.lang.String getContentStyleType()
setContentStyleType
public void setContentStyleType(java.lang.String contentStyleType)
throws DOMException
getViewport
public SVGRect getViewport()
getPixelUnitToMillimeterX
public float getPixelUnitToMillimeterX()
getPixelUnitToMillimeterY
public float getPixelUnitToMillimeterY()
getScreenPixelToMillimeterX
public float getScreenPixelToMillimeterX()
getScreenPixelToMillimeterY
public float getScreenPixelToMillimeterY()
getUseCurrentView
public boolean getUseCurrentView()
setUseCurrentView
public void setUseCurrentView(boolean useCurrentView)
throws DOMException
getCurrentView
public SVGViewSpec getCurrentView()
getCurrentScale
public float getCurrentScale()
setCurrentScale
public void setCurrentScale(float currentScale)
throws DOMException
getCurrentTranslate
public SVGPoint getCurrentTranslate()
suspendRedraw
public int suspendRedraw(int max_wait_milliseconds)
unsuspendRedraw
public void unsuspendRedraw(int suspend_handle_id)
throws DOMException
unsuspendRedrawAll
public void unsuspendRedrawAll()
forceRedraw
public void forceRedraw()
pauseAnimations
public void pauseAnimations()
unpauseAnimations
public void unpauseAnimations()
animationsPaused
public boolean animationsPaused()
getCurrentTime
public float getCurrentTime()
setCurrentTime
public void setCurrentTime(float seconds)
getIntersectionList
public NodeList getIntersectionList(SVGRect rect,
SVGElement referenceElement)
getEnclosureList
public NodeList getEnclosureList(SVGRect rect,
SVGElement referenceElement)
checkIntersection
public boolean checkIntersection(SVGElement element,
SVGRect rect)
checkEnclosure
public boolean checkEnclosure(SVGElement element,
SVGRect rect)
deselectAll
public void deselectAll()
createSVGNumber
public SVGNumber createSVGNumber()
createSVGLength
public SVGLength createSVGLength()
createSVGAngle
public SVGAngle createSVGAngle()
createSVGPoint
public SVGPoint createSVGPoint()
createSVGMatrix
public SVGMatrix createSVGMatrix()
createSVGRect
public SVGRect createSVGRect()
createSVGTransform
public SVGTransform createSVGTransform()
createSVGTransformFromMatrix
public SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix)
getElementById
public Element getElementById(java.lang.String elementId)
Copyright © 2002 Apache Software Foundation. All Rights Reserved.