Class caurina.transitions.SpecialPropertySplitter

Description

SpecialPropertySplitter A proxy setter for special properties

Field Index

parameters

Method Index

new SpecialPropertySplitter()
splitValues(), toString()

Constructor Detail

SpecialPropertySplitter

public function SpecialPropertySplitter(p_splitFunction:Function, p_parameters:Array)

Builds a new splitter special propery object.

Parameters

p_splitFunctionFunction Reference to the function used to split a value

Field Detail

parameters

public parameters:Array

Method Detail

splitValues

public function splitValues(p_value:Object, p_parameters:Array):Array

Empty shell for the function that receives the value (usually just a Number), and splits it in new property names and values Must return an array containing .name and .value

toString

public function toString():String

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