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

      @Deprecated default float getPixelUnitToMillimeterX()
      Deprecated.
    • getPixelUnitToMillimeterY

      @Deprecated default float getPixelUnitToMillimeterY()
      Deprecated.
    • getScreenPixelToMillimeterX

      @Deprecated default float getScreenPixelToMillimeterX()
      Deprecated.
    • getScreenPixelToMillimeterY

      @Deprecated default float getScreenPixelToMillimeterY()
      Deprecated.
    • 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)
      Get the descendants of this element that intersect with the given rectangle using referenceElement as the element in whose coordinate space rect is to be interpreted.
      Parameters:
      rect - the rectangle.
      referenceElement - If not null, then any intersected element that doesn't have the referenceElement as ancestor must not be included in the returned NodeList.
      Returns:
      the list of matching descendants.
    • getEnclosureList

      NodeList getEnclosureList(SVGRect rect, SVGElement referenceElement)
      Get the descendants of this element element that are enclosed within the given rectangle, using referenceElement as the element in whose coordinate space rect is to be interpreted.
      Parameters:
      rect - the rectangle.
      referenceElement - If not null, then any enclosed element that doesn't have the referenceElement as ancestor must not be included in the returned NodeList.
      Returns:
      the list of matching descendants.
    • 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)