webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
SVGAngle Interface Reference

import"SVGAngle.idl";

Public Member Functions

void newValueSpecifiedUnits (unsigned short unitType, unrestricted float valueInSpecifiedUnits)
 
void convertToSpecifiedUnits (unsigned short unitType)
 

Public Attributes

const unsigned short SVG_ANGLETYPE_UNKNOWN = 0
 
const unsigned short SVG_ANGLETYPE_UNSPECIFIED = 1
 
const unsigned short SVG_ANGLETYPE_DEG = 2
 
const unsigned short SVG_ANGLETYPE_RAD = 3
 
const unsigned short SVG_ANGLETYPE_GRAD = 4
 
readonly attribute unsigned short unitType
 
attribute unrestricted float value
 
attribute unrestricted float valueInSpecifiedUnits
 
attribute DOMString valueAsString
 

Member Function Documentation

◆ convertToSpecifiedUnits()

void SVGAngle::convertToSpecifiedUnits ( unsigned short  unitType)

◆ newValueSpecifiedUnits()

void SVGAngle::newValueSpecifiedUnits ( unsigned short  unitType,
unrestricted float  valueInSpecifiedUnits 
)

Member Data Documentation

◆ SVG_ANGLETYPE_DEG

const unsigned short SVGAngle::SVG_ANGLETYPE_DEG = 2

◆ SVG_ANGLETYPE_GRAD

const unsigned short SVGAngle::SVG_ANGLETYPE_GRAD = 4

◆ SVG_ANGLETYPE_RAD

const unsigned short SVGAngle::SVG_ANGLETYPE_RAD = 3

◆ SVG_ANGLETYPE_UNKNOWN

const unsigned short SVGAngle::SVG_ANGLETYPE_UNKNOWN = 0

◆ SVG_ANGLETYPE_UNSPECIFIED

const unsigned short SVGAngle::SVG_ANGLETYPE_UNSPECIFIED = 1

◆ unitType

readonly attribute unsigned short SVGAngle::unitType

◆ value

attribute unrestricted float SVGAngle::value

◆ valueAsString

attribute DOMString SVGAngle::valueAsString

◆ valueInSpecifiedUnits

attribute unrestricted float SVGAngle::valueInSpecifiedUnits

The documentation for this interface was generated from the following file: