Class Index | File Index

Classes


Class createjs.TweenTarget.Setter


Defined in: tween_target.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
A class that encapsulates a setter function for a property of a createjs.TweenTarget.Property object.
Method Summary
Method Attributes Method Name and Description
 
setBoolean(value)
Sets the start value for boolean properties created with this setter.
 
setGraphics(value)
Sets the start value for Graphics properties created with this setter.
 
setLoop(value)
Sets the start value for 'loop' properties created with this setter.
 
Disables this setter.
 
setNumber(value)
Sets the start value for number properties created with this setter.
 
setPosition(value)
Sets the start value for startPosition properties created with this setter.
 
setString(value)
Sets the start value for string properties created with this setter.
Class Detail
createjs.TweenTarget.Setter(setter)
A class that encapsulates a setter function for a property of a createjs.TweenTarget.Property object. This class is used for creating createjs.TweenTarget.Property objects.
Parameters:
{Function} setter
Method Detail
setBoolean(value)
Sets the start value for boolean properties created with this setter.
Parameters:
{boolean} value

setGraphics(value)
Sets the start value for Graphics properties created with this setter.
Parameters:
{createjs.Graphics} value

setLoop(value)
Sets the start value for 'loop' properties created with this setter.
Parameters:
{boolean} value

setNull()
Disables this setter.

setNumber(value)
Sets the start value for number properties created with this setter.
Parameters:
{number} value

setPosition(value)
Sets the start value for startPosition properties created with this setter.
Parameters:
{number} value

setString(value)
Sets the start value for string properties created with this setter.
Parameters:
{string} value

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Oct 04 2016 17:11:29 GMT+0900 (JST)