org.w3c.dom.svg

Interface SVGSVGElement

public interface SVGSVGElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, SVGLocatable, SVGFitToViewBox, SVGZoomAndPan, EventTarget, DocumentEvent, ViewCSS, DocumentCSS

Method Summary
booleananimationsPaused()
booleancheckEnclosure(SVGElement element, SVGRect rect)
booleancheckIntersection(SVGElement element, SVGRect rect)
SVGAnglecreateSVGAngle()
SVGLengthcreateSVGLength()
SVGMatrixcreateSVGMatrix()
SVGNumbercreateSVGNumber()
SVGPointcreateSVGPoint()
SVGRectcreateSVGRect()
SVGTransformcreateSVGTransform()
SVGTransformcreateSVGTransformFromMatrix(SVGMatrix matrix)
voiddeselectAll()
voidforceRedraw()
StringgetContentScriptType()
StringgetContentStyleType()
floatgetCurrentScale()
floatgetCurrentTime()
SVGPointgetCurrentTranslate()
SVGViewSpecgetCurrentView()
ElementgetElementById(String elementId)
NodeListgetEnclosureList(SVGRect rect, SVGElement referenceElement)
SVGAnimatedLengthgetHeight()
NodeListgetIntersectionList(SVGRect rect, SVGElement referenceElement)
floatgetPixelUnitToMillimeterX()
floatgetPixelUnitToMillimeterY()
floatgetScreenPixelToMillimeterX()
floatgetScreenPixelToMillimeterY()
booleangetUseCurrentView()
SVGRectgetViewport()
SVGAnimatedLengthgetWidth()
SVGAnimatedLengthgetX()
SVGAnimatedLengthgetY()
voidpauseAnimations()
voidsetContentScriptType(String contentScriptType)
voidsetContentStyleType(String contentStyleType)
voidsetCurrentScale(float currentScale)
voidsetCurrentTime(float seconds)
voidsetUseCurrentView(boolean useCurrentView)
intsuspendRedraw(int max_wait_milliseconds)
voidunpauseAnimations()
voidunsuspendRedraw(int suspend_handle_id)
voidunsuspendRedrawAll()

Method Detail

animationsPaused

public boolean animationsPaused()

checkEnclosure

public boolean checkEnclosure(SVGElement element, SVGRect rect)

checkIntersection

public boolean checkIntersection(SVGElement element, SVGRect rect)

createSVGAngle

public SVGAngle createSVGAngle()

createSVGLength

public SVGLength createSVGLength()

createSVGMatrix

public SVGMatrix createSVGMatrix()

createSVGNumber

public SVGNumber createSVGNumber()

createSVGPoint

public SVGPoint createSVGPoint()

createSVGRect

public SVGRect createSVGRect()

createSVGTransform

public SVGTransform createSVGTransform()

createSVGTransformFromMatrix

public SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix)

deselectAll

public void deselectAll()

forceRedraw

public void forceRedraw()

getContentScriptType

public String getContentScriptType()

getContentStyleType

public String getContentStyleType()

getCurrentScale

public float getCurrentScale()

getCurrentTime

public float getCurrentTime()

getCurrentTranslate

public SVGPoint getCurrentTranslate()

getCurrentView

public SVGViewSpec getCurrentView()

getElementById

public Element getElementById(String elementId)

getEnclosureList

public NodeList getEnclosureList(SVGRect rect, SVGElement referenceElement)

getHeight

public SVGAnimatedLength getHeight()

getIntersectionList

public NodeList getIntersectionList(SVGRect rect, SVGElement referenceElement)

getPixelUnitToMillimeterX

public float getPixelUnitToMillimeterX()

getPixelUnitToMillimeterY

public float getPixelUnitToMillimeterY()

getScreenPixelToMillimeterX

public float getScreenPixelToMillimeterX()

getScreenPixelToMillimeterY

public float getScreenPixelToMillimeterY()

getUseCurrentView

public boolean getUseCurrentView()

getViewport

public SVGRect getViewport()

getWidth

public SVGAnimatedLength getWidth()

getX

public SVGAnimatedLength getX()

getY

public SVGAnimatedLength getY()

pauseAnimations

public void pauseAnimations()

setContentScriptType

public void setContentScriptType(String contentScriptType)

setContentStyleType

public void setContentStyleType(String contentStyleType)

setCurrentScale

public void setCurrentScale(float currentScale)

setCurrentTime

public void setCurrentTime(float seconds)

setUseCurrentView

public void setUseCurrentView(boolean useCurrentView)

suspendRedraw

public int suspendRedraw(int max_wait_milliseconds)

unpauseAnimations

public void unpauseAnimations()

unsuspendRedraw

public void unsuspendRedraw(int suspend_handle_id)

unsuspendRedrawAll

public void unsuspendRedrawAll()