Class Index | File Index

Classes


Class createjs.Graphics.BeginPath


Defined in: graphics.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
An inner class used by the createjs.Graphics class to start a drawing path.
Field Summary
Field Attributes Field Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
createjs.Graphics.BeginPath.get()
Creates a createjs.Graphics.BeginPath object.
 
paint(renderer)
Class Detail
createjs.Graphics.BeginPath()
An inner class used by the createjs.Graphics class to start a drawing path.
Field Detail
getText
Method Detail
<static> {createjs.Graphics.BeginPath} createjs.Graphics.BeginPath.get()
Creates a createjs.Graphics.BeginPath object. This method actually returns the lazy instance of the createjs.Graphics.BeginPath object.
Returns:
{createjs.Graphics.BeginPath}

paint(renderer)
Parameters:
renderer

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