public class SVGTitleElement extends SVGElement implements SVGLangSpace, SVGStylable
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
xmllang |
java.lang.String |
xmlspace |
className, ownerSVGElement, viewportElement, xmlbase| Constructor and Description |
|---|
SVGTitleElement() |
| Modifier and Type | Method and Description |
|---|---|
SVGAnimatedString |
getClassName() |
CSSValue |
getPresentationAttribute() |
CSSValue |
getPresentationAttribute(java.lang.String name) |
java.lang.String |
getXmllang() |
java.lang.String |
getXmlspace() |
void |
setClassName(SVGAnimatedString className) |
void |
setXmllang(java.lang.String xmllang) |
void |
setXmlspace(java.lang.String xmlspace) |
public SVGAnimatedString getClassName()
getClassName in interface SVGStylablepublic 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 setXmllang(java.lang.String xmllang)
setXmllang in interface SVGLangSpacepublic void setXmlspace(java.lang.String xmlspace)
setXmlspace in interface SVGLangSpace