Method |
Description |
AnimationsPaused |
Determines whether the SVG file segment is paused. (True: paused; otherwise, false .) |
CheckEnclosure |
Determines whether the element exceeds the specified rectangle range. (True: the value is not out of the range. Otherwise, false .) |
CheckIntersection |
Determines whether an element is at the intersection of a specified rectangle. |
CreateEvent |
Creates an event object to be used in conjunction withDispatchEventMethod. |
CreateSVGAngle |
Creates a newSVGAngleObject that does not have units, that is set to 0 degrees, and that is not attached to any document. |
CreateSVGLength |
Creates a newSVGLengthObject that has a length of 0 user units. |
CreateSVGMatrix |
Creates a newSVGMatrixObject that is set to the identity matrix and that is not attached to any document. |
CreateSVGNumber |
Creates a newSVGNumberObject that has a value of zero and that is not attached to any document. |
CreateSVGPoint |
Creates a newSVGPointObject that is initialized to the point (0, 0) in the user coordinate system and that is not attached to any document. |
CreateSVGRect |
Creates a newSVGRectObject that has all values set to 0 user units and that is not attached to any document. |
CreateSVGTransform |
Creates a newSVGTransformObject that is set to the identity matrix and that is not attached to any document. |
CreateSVGTransformFromMatrix |
Creates a matrix transform object whose values are given by the specified matrix. |
DeselectAll |
Cancels the selection of any selected objects, including any selections of text strings and text boxes. |
ForceRedraw |
Redraws all regions of the viewport that require updating. |
GetBBox |
Gets the bounding box, in current user space, of the geometry of all contained graphics elements. |
GetComputedStyle |
Returns the current computed value of the combined CSS properties for an element. |
GetCTM |
Gets the transformation matrix that transforms from the current user units to the viewport coordinate system forNearestViewportElementObject. |
GetCurrentTime |
Gets the current time, in seconds, relative to the start time for the current SVG document fragment. |
GetElementById |
Gets the element that matches the specified ID from the SVG document or document fragment. |
GetEnclosureList |
Gets the list of graphics elements whose rendered content is entirely contained within the specified rectangle. |
GetIntersectionList |
Gets the list of graphics elements whose rendered content intersects the specified rectangle. |
GetScreenCTM |
Gets the transformation matrix from the current user units to the screen coordinate system. |
GetTransformToElement |
Gets the transformation matrix that transforms from the user coordinate system on the current element to the user coordinate system on the specified target element. |
HasExtension |
Determines if the specified extension is supported. |
PauseAnimations |
Pauses all currently running animations that are defined within the SVG document fragment that corresponds to thisSvgElement. |
SetCurrentTime |
Sets the new current time for this SVG document fragment. |
SuspendRedraw |
Suspends redrawing a device for a specified duration. |
UnpauseAnimations |
Resumes currently running animations that are defined within the SVG document fragment. |
UnsuspendRedraw |
Cancels the specified pause repainting operation. |
UnsuspendRedrawAll |
Cancels all currently active suspensions of redrawing operations. |