public class SVGGradientElement extends SVGElement implements SVGExternalResourcesRequired, SVGStylable, SVGURIReference
| Modifier and Type | Field and Description |
|---|---|
SVGAnimatedBoolean |
externalResourcesRequired |
SVGAnimatedTransformList |
gradientTransform |
SVGAnimatedEnumeration |
gradientUnits |
SVGAnimatedString |
href |
SVGAnimatedEnumeration |
spreadMethod |
static double |
SVG_SPREADMETHOD_PAD |
static double |
SVG_SPREADMETHOD_REFLECT |
static double |
SVG_SPREADMETHOD_REPEAT |
static double |
SVG_SPREADMETHOD_UNKNOWN |
className, ownerSVGElement, viewportElement, xmlbase| Constructor and Description |
|---|
SVGGradientElement() |
| Modifier and Type | Method and Description |
|---|---|
SVGAnimatedString |
getClassName() |
SVGAnimatedBoolean |
getExternalResourcesRequired() |
SVGAnimatedString |
getHref() |
CSSValue |
getPresentationAttribute() |
CSSValue |
getPresentationAttribute(java.lang.String name) |
void |
setClassName(SVGAnimatedString className) |
void |
setExternalResourcesRequired(SVGAnimatedBoolean externalResourcesRequired) |
void |
setHref(SVGAnimatedString href) |
public static final double SVG_SPREADMETHOD_PAD
public static final double SVG_SPREADMETHOD_REFLECT
public static final double SVG_SPREADMETHOD_REPEAT
public static final double SVG_SPREADMETHOD_UNKNOWN
public SVGAnimatedBoolean externalResourcesRequired
public SVGAnimatedTransformList gradientTransform
public SVGAnimatedEnumeration gradientUnits
public SVGAnimatedString href
public SVGAnimatedEnumeration spreadMethod
public SVGAnimatedString getClassName()
getClassName in interface SVGStylablepublic SVGAnimatedBoolean getExternalResourcesRequired()
getExternalResourcesRequired in interface SVGExternalResourcesRequiredpublic SVGAnimatedString getHref()
getHref in interface SVGURIReferencepublic CSSValue getPresentationAttribute()
getPresentationAttribute in interface SVGStylablepublic CSSValue getPresentationAttribute(java.lang.String name)
getPresentationAttribute in interface SVGStylablepublic void setClassName(SVGAnimatedString className)
setClassName in interface SVGStylablepublic void setExternalResourcesRequired(SVGAnimatedBoolean externalResourcesRequired)
setExternalResourcesRequired in interface SVGExternalResourcesRequiredpublic void setHref(SVGAnimatedString href)
setHref in interface SVGURIReference