Class caurina.transitions.SpecialProperty

Description

SpecialProperty A kind of a getter/setter for special properties

Field Index

getValue, parameters, preProcess, setValue

Method Index

new SpecialProperty()
toString()

Constructor Detail

SpecialProperty

public function SpecialProperty(p_getFunction:Function, p_setFunction:Function, p_parameters:Array, p_preProcessFunction:Function)

Builds a new special property object.

Parameters

p_getFunctionFunction Reference to the function used to get the special property value
p_setFunctionFunction Reference to the function used to set the special property value
p_parametersArray Additional parameters that should be passed to the function when executing (so the same function can apply to different special properties)

Field Detail

getValue

public getValue:Function

setValue

public setValue:Function

parameters

public parameters:Array

preProcess

public preProcess:Function

Method Detail

toString

public function toString():String

Converts the instance to a string that can be used when trace()ing the object