Class Index | File Index

Classes


Class createjs.Graphics.DrawPath


Defined in: graphics.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
An inner class used by the createjs.Graphics class to fill a drawing path with the currently-selected color (or gradient) and to stroke a drawing path with the currently-selected color (or gradient).
Method Summary
Method Attributes Method Name and Description
<static>  
createjs.Graphics.DrawPath.get(fill, stroke)
Creates a createjs.Graphics.DrawPath object.
 
 
paint(renderer)
Class Detail
createjs.Graphics.DrawPath(fill, stroke)
An inner class used by the createjs.Graphics class to fill a drawing path with the currently-selected color (or gradient) and to stroke a drawing path with the currently-selected color (or gradient). This command assumes the path has pushed a fill command when the fill property is true, and the path has pushed a stroke command when the stroke property is true, respectively.
Parameters:
{boolean} fill
{boolean} stroke
Method Detail
<static> {createjs.Graphics.DrawPath} createjs.Graphics.DrawPath.get(fill, stroke)
Creates a createjs.Graphics.DrawPath object.
Parameters:
{boolean} fill
{boolean} stroke
Returns:
{createjs.Graphics.DrawPath}

getText()

paint(renderer)
Parameters:
renderer

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