Angle class

Annotated by:
  • DocsEditable()
  • DomName('SVGAngle')
  • Unstable()

Constants

SVG_ANGLETYPE_DEG = 2
SVG_ANGLETYPE_GRAD = 4
SVG_ANGLETYPE_RAD = 3
SVG_ANGLETYPE_UNKNOWN = 0
SVG_ANGLETYPE_UNSPECIFIED = 1

Instance Properties

unitType int
read-only
value num
read/write
valueAsString String
read/write
valueInSpecifiedUnits num
read/write

Instance Methods

convertToSpecifiedUnits ( int unitType ) → void
newValueSpecifiedUnits ( int unitType, num valueInSpecifiedUnits ) → void