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

import"SVGRadialGradientElement.idl";

Inheritance diagram for SVGRadialGradientElement:
SVGGradientElement SVGElement

Public Attributes

readonly attribute SVGAnimatedLength cx
 
readonly attribute SVGAnimatedLength cy
 
readonly attribute SVGAnimatedLength r
 
readonly attribute SVGAnimatedLength fx
 
readonly attribute SVGAnimatedLength fy
 
readonly attribute SVGAnimatedLength fr
 
- Public Attributes inherited from SVGGradientElement
const unsigned short SVG_SPREADMETHOD_UNKNOWN = 0
 
const unsigned short SVG_SPREADMETHOD_PAD = 1
 
const unsigned short SVG_SPREADMETHOD_REFLECT = 2
 
const unsigned short SVG_SPREADMETHOD_REPEAT = 3
 
readonly attribute SVGAnimatedEnumeration gradientUnits
 
readonly attribute SVGAnimatedTransformList gradientTransform
 
readonly attribute SVGAnimatedEnumeration spreadMethod
 
- 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
 

Additional Inherited Members

- Public Member Functions inherited from SVGElement
DeprecatedCSSOMValue getPresentationAttribute (optional DOMString name="undefined")
 
void focus ()
 
void blur ()
 

Member Data Documentation

◆ cx

readonly attribute SVGAnimatedLength SVGRadialGradientElement::cx

◆ cy

readonly attribute SVGAnimatedLength SVGRadialGradientElement::cy

◆ fr

readonly attribute SVGAnimatedLength SVGRadialGradientElement::fr

◆ fx

readonly attribute SVGAnimatedLength SVGRadialGradientElement::fx

◆ fy

readonly attribute SVGAnimatedLength SVGRadialGradientElement::fy

◆ r

readonly attribute SVGAnimatedLength SVGRadialGradientElement::r

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