SVGAngle in SVG 1.1
(no overview available)
Instance Properties
name | type | description |
---|---|---|
unitType | Number | (read only) |
value | Number | |
valueAsString | String | |
valueInSpecifiedUnits | Number |
Instance Methods
name | returns | description |
---|---|---|
convertToSpecifiedUnits(unitType) | (none) | |
newValueSpecifiedUnits(unitType,valueInSpecifiedUnits) | (none) |
Constants
name | object | value | description |
---|---|---|---|
SVG_ANGLETYPE_UNKNOWN | SVGAngle | 0 | |
SVG_ANGLETYPE_UNSPECIFIED | SVGAngle | 1 | |
SVG_ANGLETYPE_DEG | SVGAngle | 2 | |
SVG_ANGLETYPE_RAD | SVGAngle | 3 | |
SVG_ANGLETYPE_GRAD | SVGAngle | 4 |
Properties that are an SVGAngle
name | object | description |
---|---|---|
animVal | SVGAnimatedAngle | (read only) |
baseVal | SVGAnimatedAngle | (read only) |
Methods that return an SVGAngle
name | of object | description |
---|---|---|
createSVGAngle() | SVGSVGElement |
Arguments that are an SVGAngle
name | in method | of object | description |
---|---|---|---|
angle | setOrientToAngle(angle) | SVGMarkerElement |