public class SVGSymbolElement extends SVGElement implements SVGExternalResourcesRequired, SVGFitToViewBox, SVGLangSpace, SVGStylable
| Modifier and Type | Field and Description |
|---|---|
SVGAnimatedBoolean |
externalResourcesRequired |
SVGAnimatedPreserveAspectRatio |
preserveAspectRatio |
SVGAnimatedRect |
viewBox |
java.lang.String |
xmllang |
java.lang.String |
xmlspace |
className, 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() |
SVGAnimatedRect |
getViewBox() |
java.lang.String |
getXmllang() |
java.lang.String |
getXmlspace() |
void |
setClassName(SVGAnimatedString className) |
void |
setExternalResourcesRequired(SVGAnimatedBoolean externalResourcesRequired) |
void |
setPreserveAspectRatio(SVGAnimatedPreserveAspectRatio preserveAspectRatio) |
void |
setViewBox(SVGAnimatedRect viewBox) |
void |
setXmllang(java.lang.String xmllang) |
void |
setXmlspace(java.lang.String xmlspace) |
public SVGAnimatedBoolean externalResourcesRequired
public SVGAnimatedPreserveAspectRatio preserveAspectRatio
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 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 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