Class Index | File Index

Classes


Class createjs.Graphics.MoveTo


Defined in: graphics.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
An inner class used by the createjs.Graphics class to move the current point.
Method Summary
Method Attributes Method Name and Description
<static>  
createjs.Graphics.MoveTo.get(x, y)
Creates a createjs.Graphics.MoveTo object.
 
 
paint(renderer)
Class Detail
createjs.Graphics.MoveTo(x, y)
An inner class used by the createjs.Graphics class to move the current point.
Parameters:
{number} x
{number} y
Method Detail
<static> {createjs.Graphics.MoveTo} createjs.Graphics.MoveTo.get(x, y)
Creates a createjs.Graphics.MoveTo object.
Parameters:
{number} x
{number} y
Returns:
{createjs.Graphics.MoveTo}

getText()

paint(renderer)
Parameters:
renderer

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