Interface SVGSVGElement

    • Method Detail

      • getContentScriptType

        java.lang.String getContentScriptType()
      • setContentScriptType

        void setContentScriptType​(java.lang.String contentScriptType)
                           throws DOMException
        Throws:
        DOMException
      • getContentStyleType

        java.lang.String getContentStyleType()
      • setContentStyleType

        void setContentStyleType​(java.lang.String contentStyleType)
                          throws DOMException
        Throws:
        DOMException
      • getViewport

        SVGRect getViewport()
      • getPixelUnitToMillimeterX

        float getPixelUnitToMillimeterX()
      • getPixelUnitToMillimeterY

        float getPixelUnitToMillimeterY()
      • getScreenPixelToMillimeterX

        float getScreenPixelToMillimeterX()
      • getScreenPixelToMillimeterY

        float getScreenPixelToMillimeterY()
      • getUseCurrentView

        boolean getUseCurrentView()
      • getCurrentScale

        float getCurrentScale()
      • getCurrentTranslate

        SVGPoint getCurrentTranslate()
      • suspendRedraw

        int suspendRedraw​(int max_wait_milliseconds)
      • unsuspendRedrawAll

        void unsuspendRedrawAll()
      • forceRedraw

        void forceRedraw()
      • pauseAnimations

        void pauseAnimations()
      • unpauseAnimations

        void unpauseAnimations()
      • animationsPaused

        boolean animationsPaused()
      • getCurrentTime

        float getCurrentTime()
      • setCurrentTime

        void setCurrentTime​(float seconds)
      • checkIntersection

        boolean checkIntersection​(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()
      • getElementById

        Element getElementById​(java.lang.String elementId)