Class createjs.Graphics.ClosePath
Defined in: graphics.js.
Constructor Attributes | Constructor Name and Description |
---|---|
An inner class used by the createjs.Graphics class to finish a drawing path.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
createjs.Graphics.ClosePath.get()
Creates a createjs.Graphics.ClosePath object.
|
getText()
|
|
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