public class SVGFilterElement extends SVGElement implements SVGExternalResourcesRequired, SVGLangSpace, SVGStylable, SVGURIReference
| Modifier and Type | Field and Description |
|---|---|
SVGAnimatedString |
className |
SVGAnimatedBoolean |
externalResourcesRequired |
SVGAnimatedInteger |
filterResX |
SVGAnimatedInteger |
filterResY |
SVGAnimatedEnumeration |
filterUnits |
SVGAnimatedLength |
height |
SVGAnimatedString |
href |
SVGAnimatedEnumeration |
primitiveUnits |
SVGAnimatedLength |
width |
SVGAnimatedLength |
x |
java.lang.String |
xmllang |
java.lang.String |
xmlspace |
SVGAnimatedLength |
y |
id, ownerSVGElement, viewportElement, xmlbase| Constructor and Description |
|---|
SVGFilterElement() |
| Modifier and Type | Method and Description |
|---|---|
SVGAnimatedString |
getClassName() |
SVGAnimatedBoolean |
getExternalResourcesRequired() |
SVGAnimatedString |
getHref() |
CSSValue |
getPresentationAttribute() |
CSSValue |
getPresentationAttribute(java.lang.String name) |
java.lang.String |
getXmllang() |
java.lang.String |
getXmlspace() |
void |
setClassName(SVGAnimatedString className) |
void |
setExternalResourcesRequired(SVGAnimatedBoolean externalResourcesRequired) |
void |
setFilterRes() |
void |
setFilterRes(double filterResX) |
void |
setFilterRes(double filterResX,
double filterResY) |
void |
setHref(SVGAnimatedString href) |
void |
setXmllang(java.lang.String xmllang) |
void |
setXmlspace(java.lang.String xmlspace) |
public SVGAnimatedString className
public SVGAnimatedBoolean externalResourcesRequired
public SVGAnimatedInteger filterResX
public SVGAnimatedInteger filterResY
public SVGAnimatedEnumeration filterUnits
public SVGAnimatedLength height
public SVGAnimatedString href
public SVGAnimatedEnumeration primitiveUnits
public SVGAnimatedLength width
public SVGAnimatedLength x
public java.lang.String xmllang
public java.lang.String xmlspace
public SVGAnimatedLength y
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 java.lang.String getXmllang()
getXmllang in interface SVGLangSpacepublic java.lang.String getXmlspace()
getXmlspace in interface SVGLangSpacepublic void setClassName(SVGAnimatedString className)
setClassName in interface SVGStylablepublic void setExternalResourcesRequired(SVGAnimatedBoolean externalResourcesRequired)
setExternalResourcesRequired in interface SVGExternalResourcesRequiredpublic void setFilterRes()
public void setFilterRes(double filterResX,
double filterResY)
public void setFilterRes(double filterResX)
public void setHref(SVGAnimatedString href)
setHref in interface SVGURIReferencepublic void setXmllang(java.lang.String xmllang)
setXmllang in interface SVGLangSpacepublic void setXmlspace(java.lang.String xmlspace)
setXmlspace in interface SVGLangSpace