All Implemented Interfaces: SVGElement, SVGZoomAndPan, SVGLocatable, SVGStylable, EventTarget, DocumentEvent, SVGLangSpace, SVGTests, ViewCSS, SVGExternalResourcesRequired, DocumentCSS, SVGFitToViewBox
public boolean animationsPaused()
public boolean checkEnclosure(SVGElement element, SVGRect rect)
public boolean checkIntersection(SVGElement element, SVGRect rect)
public SVGAngle createSVGAngle()
public SVGLength createSVGLength()
public SVGMatrix createSVGMatrix()
public SVGNumber createSVGNumber()
public SVGPoint createSVGPoint()
public SVGRect createSVGRect()
public SVGTransform createSVGTransform()
public SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix)
public void deselectAll()
public void forceRedraw()
public String getContentScriptType()
public String getContentStyleType()
public float getCurrentScale()
public float getCurrentTime()
public SVGPoint getCurrentTranslate()
public SVGViewSpec getCurrentView()
public Element getElementById(String elementId)
public NodeList getEnclosureList(SVGRect rect, SVGElement referenceElement)
public SVGAnimatedLength getHeight()
public NodeList getIntersectionList(SVGRect rect, SVGElement referenceElement)
public float getPixelUnitToMillimeterX()
public float getPixelUnitToMillimeterY()
public float getScreenPixelToMillimeterX()
public float getScreenPixelToMillimeterY()
public boolean getUseCurrentView()
public SVGRect getViewport()
public SVGAnimatedLength getWidth()
public SVGAnimatedLength getX()
public SVGAnimatedLength getY()
public void pauseAnimations()
public void setContentScriptType(String contentScriptType) throws DOMException
public void setContentStyleType(String contentStyleType) throws DOMException
public void setCurrentScale(float currentScale) throws DOMException
public void setCurrentTime(float seconds)
public void setUseCurrentView(boolean useCurrentView) throws DOMException
public int suspendRedraw(int max_wait_milliseconds)
public void unpauseAnimations()
public void unsuspendRedraw(int suspend_handle_id) throws DOMException
public void unsuspendRedrawAll()