public class SVGSymbolElement extends SVGElement implements SVGExternalResourcesRequired, SVGFitToViewBox, SVGLangSpace, SVGStylable
SVGStylable.GetStyleUnionType| Modifier and Type | Field and Description |
|---|---|
SVGAnimatedString |
className |
SVGAnimatedBoolean |
externalResourcesRequired |
SVGAnimatedPreserveAspectRatio |
preserveAspectRatio |
SVGStylable.GetStyleUnionType |
style |
SVGAnimatedRect |
viewBox |
java.lang.String |
xmllang |
java.lang.String |
xmlspace |
id, ownerSVGElement, viewportElement, xmlbase| Constructor and Description |
|---|
SVGSymbolElement() |
| Modifier and Type | Method and Description |
|---|---|
SVGAnimatedString |
getClassName() |
SVGAnimatedBoolean |
getExternalResourcesRequired() |
CSSValue |
getPresentationAttribute() |
CSSValue |
getPresentationAttribute(java.lang.String name) |
SVGAnimatedPreserveAspectRatio |
getPreserveAspectRatio() |
SVGStylable.GetStyleUnionType |
getStyle() |
SVGAnimatedRect |
getViewBox() |
java.lang.String |
getXmllang() |
java.lang.String |
getXmlspace() |
void |
setClassName(SVGAnimatedString className) |
void |
setExternalResourcesRequired(SVGAnimatedBoolean externalResourcesRequired) |
void |
setPreserveAspectRatio(SVGAnimatedPreserveAspectRatio preserveAspectRatio) |
void |
setStyle(SVGStylable.GetStyleUnionType style) |
void |
setViewBox(SVGAnimatedRect viewBox) |
void |
setXmllang(java.lang.String xmllang) |
void |
setXmlspace(java.lang.String xmlspace) |
public SVGAnimatedString className
public SVGAnimatedBoolean externalResourcesRequired
public SVGAnimatedPreserveAspectRatio preserveAspectRatio
public SVGStylable.GetStyleUnionType style
public SVGAnimatedRect viewBox
public java.lang.String xmllang
public java.lang.String xmlspace
public SVGAnimatedString getClassName()
getClassName in interface SVGStylablepublic SVGAnimatedBoolean getExternalResourcesRequired()
getExternalResourcesRequired in interface SVGExternalResourcesRequiredpublic CSSValue getPresentationAttribute()
getPresentationAttribute in interface SVGStylablepublic CSSValue getPresentationAttribute(java.lang.String name)
getPresentationAttribute in interface SVGStylablepublic SVGAnimatedPreserveAspectRatio getPreserveAspectRatio()
getPreserveAspectRatio in interface SVGFitToViewBoxpublic SVGStylable.GetStyleUnionType getStyle()
getStyle in interface SVGStylablepublic SVGAnimatedRect getViewBox()
getViewBox in interface SVGFitToViewBoxpublic 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 setPreserveAspectRatio(SVGAnimatedPreserveAspectRatio preserveAspectRatio)
setPreserveAspectRatio in interface SVGFitToViewBoxpublic void setStyle(SVGStylable.GetStyleUnionType style)
setStyle in interface SVGStylablepublic void setViewBox(SVGAnimatedRect viewBox)
setViewBox in interface SVGFitToViewBoxpublic void setXmllang(java.lang.String xmllang)
setXmllang in interface SVGLangSpacepublic void setXmlspace(java.lang.String xmlspace)
setXmlspace in interface SVGLangSpace