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

  • Method Details

    • getX

    • getY

    • getWidth

      SVGAnimatedLength getWidth()
    • getHeight

      SVGAnimatedLength getHeight()
    • getContentScriptType

      String getContentScriptType()
    • setContentScriptType

      void setContentScriptType(String contentScriptType) throws DOMException
      Throws:
      DOMException
    • getContentStyleType

      String getContentStyleType()
    • setContentStyleType

      void setContentStyleType(String contentStyleType) throws DOMException
      Throws:
      DOMException
    • getViewport

      SVGRect getViewport()
    • getPixelUnitToMillimeterX

      float getPixelUnitToMillimeterX()
    • getPixelUnitToMillimeterY

      float getPixelUnitToMillimeterY()
    • getScreenPixelToMillimeterX

      float getScreenPixelToMillimeterX()
    • getScreenPixelToMillimeterY

      float getScreenPixelToMillimeterY()
    • getUseCurrentView

      boolean getUseCurrentView()
    • setUseCurrentView

      void setUseCurrentView(boolean useCurrentView) throws DOMException
      Throws:
      DOMException
    • getCurrentView

      SVGViewSpec getCurrentView()
    • getCurrentScale

      float getCurrentScale()
    • setCurrentScale

      void setCurrentScale(float currentScale) throws DOMException
      Throws:
      DOMException
    • getCurrentTranslate

      SVGPoint getCurrentTranslate()
    • suspendRedraw

      int suspendRedraw(int max_wait_milliseconds)
    • unsuspendRedraw

      void unsuspendRedraw(int suspend_handle_id) throws DOMException
      Throws:
      DOMException
    • unsuspendRedrawAll

      void unsuspendRedrawAll()
    • forceRedraw

      void forceRedraw()
    • pauseAnimations

      void pauseAnimations()
    • unpauseAnimations

      void unpauseAnimations()
    • animationsPaused

      boolean animationsPaused()
    • getCurrentTime

      float getCurrentTime()
    • setCurrentTime

      void setCurrentTime(float seconds)
    • getIntersectionList

      NodeList getIntersectionList(SVGRect rect, SVGElement referenceElement)
    • getEnclosureList

      NodeList getEnclosureList(SVGRect rect, SVGElement referenceElement)
    • checkIntersection

      boolean checkIntersection(SVGElement element, SVGRect rect)
    • checkEnclosure

      boolean checkEnclosure(SVGElement element, SVGRect rect)
    • deselectAll

      void deselectAll()
    • createSVGNumber

      SVGNumber createSVGNumber()
    • createSVGLength

      SVGLength createSVGLength()
    • createSVGAngle

      SVGAngle createSVGAngle()
    • createSVGPoint

      SVGPoint createSVGPoint()
    • createSVGMatrix

      SVGMatrix createSVGMatrix()
    • createSVGRect

      SVGRect createSVGRect()
    • createSVGTransform

      SVGTransform createSVGTransform()
    • createSVGTransformFromMatrix

      SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix)
    • getElementById

      Element getElementById(String elementId)