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 |
---|---|
OMSVGAngle |
OMSVGSVGElement.createSVGAngle()
Creates an
OMSVGAngle object outside of
any document trees. |
OMSVGAngle |
OMSVGSVGElement.createSVGAngle(OMSVGAngle a)
Creates an
OMSVGAngle object outside of
any document trees. |
OMSVGAngle |
OMSVGSVGElement.createSVGAngle(short unitType,
float valueInSpecifiedUnits)
Creates an
OMSVGAngle object outside of
any document trees. |
OMSVGAngle |
OMSVGAnimatedAngle.getAnimVal()
A read only
OMSVGAngle
representing the current animated value of the given attribute. |
OMSVGAngle |
OMSVGAnimatedAngle.getBaseVal()
The base value of the given attribute before applying any animations.
|
Modifier and Type | Method and Description |
---|---|
OMSVGAngle |
OMSVGSVGElement.createSVGAngle(OMSVGAngle a)
Creates an
OMSVGAngle object outside of
any document trees. |
void |
OMSVGMarkerElement.setOrientToAngle(OMSVGAngle angle)
Sets the value of attribute
orient to the given angle. |
Modifier and Type | Method and Description |
---|---|
OMSVGAngle |
SVGSVGElement.createSVGAngle()
Creates an
OMSVGAngle object outside of
any document trees. |
Modifier and Type | Method and Description |
---|---|
void |
SVGMarkerElement.setOrientToAngle(OMSVGAngle angle)
Sets the value of attribute
orient to the given angle. |
Copyright © 2018. All Rights Reserved.