public class SVGGlyphRefElement extends SVGElement implements SVGStylable, SVGURIReference
| Modifier and Type | Field and Description |
|---|---|
double |
dx |
double |
dy |
java.lang.String |
format |
java.lang.String |
glyphRef |
SVGAnimatedString |
href |
double |
x |
double |
y |
className, 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) |
void |
setClassName(SVGAnimatedString className) |
void |
setHref(SVGAnimatedString href) |
public double dx
public double dy
public java.lang.String format
public java.lang.String glyphRef
public SVGAnimatedString href
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 void setClassName(SVGAnimatedString className)
setClassName in interface SVGStylablepublic void setHref(SVGAnimatedString href)
setHref in interface SVGURIReference