public class SVGGlyphRefElement extends SVGElement implements SVGStylable, SVGURIReference
SVGStylable.GetStyleUnionType| Modifier and Type | Field and Description |
|---|---|
SVGAnimatedString |
className |
double |
dx |
double |
dy |
java.lang.String |
format |
java.lang.String |
glyphRef |
SVGAnimatedString |
href |
SVGStylable.GetStyleUnionType |
style |
double |
x |
double |
y |
id, ownerSVGElement, viewportElement, xmlbase| Constructor and Description |
|---|
SVGGlyphRefElement() |
| Modifier and Type | Method and Description |
|---|---|
SVGAnimatedString |
getClassName() |
SVGAnimatedString |
getHref() |
CSSValue |
getPresentationAttribute() |
CSSValue |
getPresentationAttribute(java.lang.String name) |
SVGStylable.GetStyleUnionType |
getStyle() |
void |
setClassName(SVGAnimatedString className) |
void |
setHref(SVGAnimatedString href) |
void |
setStyle(SVGStylable.GetStyleUnionType style) |
public SVGAnimatedString className
public double dx
public double dy
public java.lang.String format
public java.lang.String glyphRef
public SVGAnimatedString href
public SVGStylable.GetStyleUnionType style
public double x
public double y
public SVGAnimatedString getClassName()
getClassName in interface SVGStylablepublic SVGAnimatedString getHref()
getHref in interface SVGURIReferencepublic CSSValue getPresentationAttribute()
getPresentationAttribute in interface SVGStylablepublic CSSValue getPresentationAttribute(java.lang.String name)
getPresentationAttribute in interface SVGStylablepublic SVGStylable.GetStyleUnionType getStyle()
getStyle in interface SVGStylablepublic void setClassName(SVGAnimatedString className)
setClassName in interface SVGStylablepublic void setHref(SVGAnimatedString href)
setHref in interface SVGURIReferencepublic void setStyle(SVGStylable.GetStyleUnionType style)
setStyle in interface SVGStylable