webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
SVGGraphicsElement Interface Reference

import"SVGGraphicsElement.idl";

Inheritance diagram for SVGGraphicsElement:
SVGElement SVGAElement SVGCircleElement SVGClipPathElement SVGDefsElement SVGEllipseElement SVGForeignObjectElement SVGGElement SVGImageElement SVGLineElement SVGPathElement SVGPolygonElement SVGPolylineElement SVGRectElement SVGSVGElement SVGSwitchElement SVGTextContentElement SVGUseElement

Public Member Functions

SVGRect getBBox ()
 
SVGMatrix getCTM ()
 
SVGMatrix getScreenCTM ()
 
SVGMatrix getTransformToElement (optional SVGElement? element=null)
 
- Public Member Functions inherited from SVGElement
DeprecatedCSSOMValue getPresentationAttribute (optional DOMString name="undefined")
 
void focus ()
 
void blur ()
 

Public Attributes

readonly attribute SVGAnimatedTransformList transform
 
readonly attribute SVGElement nearestViewportElement
 
readonly attribute SVGElement farthestViewportElement
 
- Public Attributes inherited from SVGElement
readonly attribute SVGSVGElement ownerSVGElement
 
readonly attribute SVGElement viewportElement
 
attribute DOMString xmllang
 
attribute DOMString xmlspace
 
readonly attribute SVGAnimatedString className
 
readonly attribute CSSStyleDeclaration style
 
attribute long tabIndex
 
readonly attribute DOMStringMap dataset
 

Member Function Documentation

◆ getBBox()

SVGRect SVGGraphicsElement::getBBox ( )

◆ getCTM()

SVGMatrix SVGGraphicsElement::getCTM ( )

◆ getScreenCTM()

SVGMatrix SVGGraphicsElement::getScreenCTM ( )

◆ getTransformToElement()

SVGMatrix SVGGraphicsElement::getTransformToElement ( optional SVGElement element = null)

Member Data Documentation

◆ farthestViewportElement

readonly attribute SVGElement SVGGraphicsElement::farthestViewportElement

◆ nearestViewportElement

readonly attribute SVGElement SVGGraphicsElement::nearestViewportElement

◆ transform

readonly attribute SVGAnimatedTransformList SVGGraphicsElement::transform

The documentation for this interface was generated from the following file: