Class Index | File Index

Classes


Class createjs.Graphics.FillColor


Defined in: graphics.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
An inner class used by the createjs.Graphics class to set a fill color.
Method Summary
Method Attributes Method Name and Description
<static>  
createjs.Graphics.FillColor.get(color)
Creates a createjs.Graphics.FillColor object.
 
 
paint(renderer)
Class Detail
createjs.Graphics.FillColor(color)
An inner class used by the createjs.Graphics class to set a fill color.
Parameters:
{string} color
Method Detail
<static> {createjs.Graphics.FillColor} createjs.Graphics.FillColor.get(color)
Creates a createjs.Graphics.FillColor object.
Parameters:
{string} color
Returns:
{createjs.Graphics.FillColor}

getText()

paint(renderer)
Parameters:
renderer

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