Class Index | File Index

Classes


Class createjs.Graphics.FillRadial


Defined in: graphics.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
createjs.Graphics.FillRadial(colors, stops, x0, y0, r0, x1, y1, r1)
An inner class used by the createjs.Graphics class to create a radial gradient.
Method Summary
Method Attributes Method Name and Description
<static>  
createjs.Graphics.FillRadial.get(colors, stops, x0, y0, r0, x1, y1, r1)
Creates a createjs.Graphics.FillRadial object.
 
 
paint(renderer)
Class Detail
createjs.Graphics.FillRadial(colors, stops, x0, y0, r0, x1, y1, r1)
An inner class used by the createjs.Graphics class to create a radial gradient.
Parameters:
{Array.} colors
{Array.} stops
{number} x0
{number} y0
{number} r0
{number} x1
{number} y1
{number} r1
Method Detail
<static> {createjs.Graphics.FillRadial} createjs.Graphics.FillRadial.get(colors, stops, x0, y0, r0, x1, y1, r1)
Creates a createjs.Graphics.FillRadial object.
Parameters:
{Array.} colors
{Array.} stops
{number} x0
{number} y0
{number} r0
{number} x1
{number} y1
{number} r1
Returns:
{createjs.Graphics.FillRadial}

getText()

paint(renderer)
Parameters:
renderer

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