C# Class SharpVectors.Scripting.ScriptableCssPrimitiveValue

Implementation wrapper for IScriptableCssPrimitiveValue
Inheritance: ScriptableCssValue, IScriptableCssPrimitiveValue
Datei anzeigen Open project: codebutler/savagesvg

Public Methods

Method Description
ScriptableCssPrimitiveValue ( object baseObject ) : System
getCounterValue ( ) : IScriptableCounter
getFloatValue ( ushort unitType ) : float
getRGBColorValue ( ) : IScriptableRgbColor
getRectValue ( ) : IScriptableRect
getStringValue ( ) : string
setFloatValue ( ushort unitType, float floatValue ) : void
setStringValue ( ushort stringType, string stringValue ) : void

Method Details

ScriptableCssPrimitiveValue() public method

public ScriptableCssPrimitiveValue ( object baseObject ) : System
baseObject object
return System

getCounterValue() public method

public getCounterValue ( ) : IScriptableCounter
return IScriptableCounter

getFloatValue() public method

public getFloatValue ( ushort unitType ) : float
unitType ushort
return float

getRGBColorValue() public method

public getRGBColorValue ( ) : IScriptableRgbColor
return IScriptableRgbColor

getRectValue() public method

public getRectValue ( ) : IScriptableRect
return IScriptableRect

getStringValue() public method

public getStringValue ( ) : string
return string

setFloatValue() public method

public setFloatValue ( ushort unitType, float floatValue ) : void
unitType ushort
floatValue float
return void

setStringValue() public method

public setStringValue ( ushort stringType, string stringValue ) : void
stringType ushort
stringValue string
return void