Home » xml-commons-external-1.4.01-src » org.w3c » dom » svg » [javadoc | source]
org.w3c.dom.svg
public interface: SVGSVGElement [javadoc | source]

All Implemented Interfaces:
    SVGElement, SVGZoomAndPan, SVGLocatable, SVGStylable, EventTarget, DocumentEvent, SVGLangSpace, SVGTests, ViewCSS, SVGExternalResourcesRequired, DocumentCSS, SVGFitToViewBox

Method from org.w3c.dom.svg.SVGSVGElement Summary:
animationsPaused,   checkEnclosure,   checkIntersection,   createSVGAngle,   createSVGLength,   createSVGMatrix,   createSVGNumber,   createSVGPoint,   createSVGRect,   createSVGTransform,   createSVGTransformFromMatrix,   deselectAll,   forceRedraw,   getContentScriptType,   getContentStyleType,   getCurrentScale,   getCurrentTime,   getCurrentTranslate,   getCurrentView,   getElementById,   getEnclosureList,   getHeight,   getIntersectionList,   getPixelUnitToMillimeterX,   getPixelUnitToMillimeterY,   getScreenPixelToMillimeterX,   getScreenPixelToMillimeterY,   getUseCurrentView,   getViewport,   getWidth,   getX,   getY,   pauseAnimations,   setContentScriptType,   setContentStyleType,   setCurrentScale,   setCurrentTime,   setUseCurrentView,   suspendRedraw,   unpauseAnimations,   unsuspendRedraw,   unsuspendRedrawAll
Method from org.w3c.dom.svg.SVGSVGElement Detail:
 public boolean animationsPaused()
 public boolean checkEnclosure(SVGElement element,
    SVGRect rect)
 public boolean checkIntersection(SVGElement element,
    SVGRect rect)
 public SVGAngle createSVGAngle()
 public SVGLength createSVGLength()
 public SVGMatrix createSVGMatrix()
 public SVGNumber createSVGNumber()
 public SVGPoint createSVGPoint()
 public SVGRect createSVGRect()
 public SVGTransform createSVGTransform()
 public SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix)
 public  void deselectAll()
 public  void forceRedraw()
 public String getContentScriptType()
 public String getContentStyleType()
 public float getCurrentScale()
 public float getCurrentTime()
 public SVGPoint getCurrentTranslate()
 public SVGViewSpec getCurrentView()
 public Element getElementById(String elementId)
 public NodeList getEnclosureList(SVGRect rect,
    SVGElement referenceElement)
 public SVGAnimatedLength getHeight()
 public NodeList getIntersectionList(SVGRect rect,
    SVGElement referenceElement)
 public float getPixelUnitToMillimeterX()
 public float getPixelUnitToMillimeterY()
 public float getScreenPixelToMillimeterX()
 public float getScreenPixelToMillimeterY()
 public boolean getUseCurrentView()
 public SVGRect getViewport()
 public SVGAnimatedLength getWidth()
 public SVGAnimatedLength getX()
 public SVGAnimatedLength getY()
 public  void pauseAnimations()
 public  void setContentScriptType(String contentScriptType) throws DOMException
 public  void setContentStyleType(String contentStyleType) throws DOMException
 public  void setCurrentScale(float currentScale) throws DOMException
 public  void setCurrentTime(float seconds)
 public  void setUseCurrentView(boolean useCurrentView) throws DOMException
 public int suspendRedraw(int max_wait_milliseconds)
 public  void unpauseAnimations()
 public  void unsuspendRedraw(int suspend_handle_id) throws DOMException
 public  void unsuspendRedrawAll()