| Module: | |
| Inherits from: | |
| Declared In: | |
Overview
Use the links in the table of contents to the left to access the documentation.
Functions
- animationsPaused
- checkEnclosure
- checkIntersection
- createSVGAngle
- createSVGLength
- createSVGMatrix
- createSVGNumber
- createSVGPoint
- createSVGRect
- createSVGTransform
- createSVGTransformFromMatrix
- deselectAll
- forceRedraw
- getCurrentTime
- getEnclosureList
- getIntersectionList
- pauseAnimations
- setCurrentTime
- suspendRedraw
- unpauseAnimations
- unsuspendRedraw
- unsuspendRedrawAll
boolean animationsPaused();
void setCurrentTime(
in float seconds);
unsigned long suspendRedraw(
in unsigned long maxWaitMilliseconds);
void unpauseAnimations();
void unsuspendRedraw(
in unsigned long suspendHandleId) setter raises(DOMException);
void unsuspendRedrawAll();
Member Data
- contentScriptType
- contentStyleType
- currentScale
- currentTranslate
- height
- pixelUnitToMillimeterX
- pixelUnitToMillimeterY
- screenPixelToMillimeterX
- screenPixelToMillimeterY
- useCurrentView
- viewport
- width
- x
- y
attribute core::DOMString contentScriptType ;
attribute core::DOMString contentStyleType ;
attribute float currentScale ;
readonly attribute SVGPoint currentTranslate;
readonly attribute float pixelUnitToMillimeterX;
readonly attribute float pixelUnitToMillimeterY;
readonly attribute float screenPixelToMillimeterX;
readonly attribute float screenPixelToMillimeterY;
attribute boolean useCurrentView ;
readonly attribute SVGRect viewport;
Last Updated: 2009-05-29