public class SVGFEImageElement extends SVGElement implements SVGExternalResourcesRequired, SVGFilterPrimitiveStandardAttributes, SVGLangSpace, SVGURIReference
| Modifier and Type | Field and Description |
|---|---|
SVGAnimatedString |
className |
SVGAnimatedBoolean |
externalResourcesRequired |
SVGAnimatedLength |
height |
SVGAnimatedString |
href |
SVGAnimatedPreserveAspectRatio |
preserveAspectRatio |
SVGAnimatedString |
result |
SVGAnimatedLength |
width |
SVGAnimatedLength |
x |
java.lang.String |
xmllang |
java.lang.String |
xmlspace |
SVGAnimatedLength |
y |
id, ownerSVGElement, viewportElement, xmlbase| Constructor and Description |
|---|
SVGFEImageElement() |
| Modifier and Type | Method and Description |
|---|---|
SVGAnimatedString |
getClassName() |
SVGAnimatedBoolean |
getExternalResourcesRequired() |
SVGAnimatedLength |
getHeight() |
SVGAnimatedString |
getHref() |
CSSValue |
getPresentationAttribute() |
CSSValue |
getPresentationAttribute(java.lang.String name) |
SVGAnimatedString |
getResult() |
SVGAnimatedLength |
getWidth() |
SVGAnimatedLength |
getX() |
java.lang.String |
getXmllang() |
java.lang.String |
getXmlspace() |
SVGAnimatedLength |
getY() |
void |
setClassName(SVGAnimatedString className) |
void |
setExternalResourcesRequired(SVGAnimatedBoolean externalResourcesRequired) |
void |
setHeight(SVGAnimatedLength height) |
void |
setHref(SVGAnimatedString href) |
void |
setResult(SVGAnimatedString result) |
void |
setWidth(SVGAnimatedLength width) |
void |
setX(SVGAnimatedLength x) |
void |
setXmllang(java.lang.String xmllang) |
void |
setXmlspace(java.lang.String xmlspace) |
void |
setY(SVGAnimatedLength y) |
public SVGAnimatedString className
public SVGAnimatedBoolean externalResourcesRequired
public SVGAnimatedLength height
public SVGAnimatedString href
public SVGAnimatedPreserveAspectRatio preserveAspectRatio
public SVGAnimatedString result
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 SVGAnimatedLength getHeight()
getHeight in interface SVGFilterPrimitiveStandardAttributespublic SVGAnimatedString getHref()
getHref in interface SVGURIReferencepublic CSSValue getPresentationAttribute()
getPresentationAttribute in interface SVGStylablepublic CSSValue getPresentationAttribute(java.lang.String name)
getPresentationAttribute in interface SVGStylablepublic SVGAnimatedString getResult()
getResult in interface SVGFilterPrimitiveStandardAttributespublic SVGAnimatedLength getWidth()
getWidth in interface SVGFilterPrimitiveStandardAttributespublic SVGAnimatedLength getX()
getX in interface SVGFilterPrimitiveStandardAttributespublic java.lang.String getXmllang()
getXmllang in interface SVGLangSpacepublic java.lang.String getXmlspace()
getXmlspace in interface SVGLangSpacepublic SVGAnimatedLength getY()
getY in interface SVGFilterPrimitiveStandardAttributespublic void setClassName(SVGAnimatedString className)
setClassName in interface SVGStylablepublic void setExternalResourcesRequired(SVGAnimatedBoolean externalResourcesRequired)
setExternalResourcesRequired in interface SVGExternalResourcesRequiredpublic void setHeight(SVGAnimatedLength height)
setHeight in interface SVGFilterPrimitiveStandardAttributespublic void setHref(SVGAnimatedString href)
setHref in interface SVGURIReferencepublic void setResult(SVGAnimatedString result)
setResult in interface SVGFilterPrimitiveStandardAttributespublic void setWidth(SVGAnimatedLength width)
setWidth in interface SVGFilterPrimitiveStandardAttributespublic void setX(SVGAnimatedLength x)
setX in interface SVGFilterPrimitiveStandardAttributespublic void setXmllang(java.lang.String xmllang)
setXmllang in interface SVGLangSpacepublic void setXmlspace(java.lang.String xmlspace)
setXmlspace in interface SVGLangSpacepublic void setY(SVGAnimatedLength y)
setY in interface SVGFilterPrimitiveStandardAttributes