public class SVGFEImageElement extends SVGElement implements SVGExternalResourcesRequired, SVGFilterPrimitiveStandardAttributes, SVGLangSpace, SVGURIReference
SVGStylable.GetStyleUnionType| Modifier and Type | Field and Description |
|---|---|
SVGAnimatedString |
className |
SVGAnimatedBoolean |
externalResourcesRequired |
SVGAnimatedLength |
height |
SVGAnimatedString |
href |
SVGAnimatedPreserveAspectRatio |
preserveAspectRatio |
SVGAnimatedString |
result |
SVGStylable.GetStyleUnionType |
style |
SVGAnimatedLength |
width |
SVGAnimatedLength |
x |
java.lang.String |
xmllang |
java.lang.String |
xmlspace |
SVGAnimatedLength |
y |
id, ownerSVGElement, viewportElement, xmlbase| Constructor and Description |
|---|
SVGFEImageElement() |
public SVGAnimatedString className
public SVGAnimatedBoolean externalResourcesRequired
public SVGAnimatedLength height
public SVGAnimatedString href
public SVGAnimatedPreserveAspectRatio preserveAspectRatio
public SVGAnimatedString result
public SVGStylable.GetStyleUnionType style
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 SVGStylable.GetStyleUnionType getStyle()
getStyle in interface SVGStylablepublic 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 setStyle(SVGStylable.GetStyleUnionType style)
setStyle in interface SVGStylablepublic 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