Class Index | File Index

Classes


Class createjs.Graphics.ClosePath


Defined in: graphics.js.

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

getText()

paint(renderer)
Parameters:
renderer

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