class js.html.CSSPrimitiveValue extends CSSValue

Available on js

Class Fields

static var CSS_ATTR:Int

static var CSS_CM:Int

static var CSS_COUNTER:Int

static var CSS_DEG:Int

static var CSS_DIMENSION:Int

static var CSS_EMS:Int

static var CSS_EXS:Int

static var CSS_GRAD:Int

static var CSS_HZ:Int

static var CSS_IDENT:Int

static var CSS_IN:Int

static var CSS_KHZ:Int

static var CSS_MM:Int

static var CSS_MS:Int

static var CSS_NUMBER:Int

static var CSS_PC:Int

static var CSS_PERCENTAGE:Int

static var CSS_PT:Int

static var CSS_PX:Int

static var CSS_RAD:Int

static var CSS_RECT:Int

static var CSS_RGBCOLOR:Int

static var CSS_S:Int

static var CSS_STRING:Int

static var CSS_UNKNOWN:Int

static var CSS_URI:Int

static var CSS_VH:Int

static var CSS_VMIN:Int

static var CSS_VW:Int

Instance Fields

function getFloatValue(unitType:Int):Float

function getRectValue():Rect

function setFloatValue(unitType:Int, floatValue:Float):Void

function setStringValue(stringType:Int, stringValue:String):Void