Package | Description |
---|---|
org.vectomatic.dom.svg |
Wrapper classes representing the bulk of libgwtsvg public API.
|
org.vectomatic.dom.svg.impl |
libgwtsvg implementation classes, not to be accessed directly.
|
Modifier and Type | Method and Description |
---|---|
OMSVGAnimatedLengthList |
OMSVGTextPositioningElement.getDx()
Corresponds to attribute 'dx' on the given
element.
|
OMSVGAnimatedLengthList |
OMSVGTextPositioningElement.getDy()
Corresponds to attribute 'dy' on the given
element.
|
OMSVGAnimatedLengthList |
OMSVGTextPositioningElement.getX()
Corresponds to attribute 'x' on the given
element.
|
OMSVGAnimatedLengthList |
OMSVGTextPositioningElement.getY()
Corresponds to attribute 'y' on the given
element.
|
Modifier and Type | Method and Description |
---|---|
OMSVGAnimatedLengthList |
SVGTextPositioningElement.getDx()
Corresponds to attribute 'dx' on the given
element.
|
OMSVGAnimatedLengthList |
SVGTextPositioningElement.getDy()
Corresponds to attribute 'dy' on the given
element.
|
OMSVGAnimatedLengthList |
SVGTextPositioningElement.getX()
Corresponds to attribute 'x' on the given
element.
|
OMSVGAnimatedLengthList |
SVGTextPositioningElement.getY()
Corresponds to attribute 'y' on the given
element.
|
Copyright © 2018. All Rights Reserved.