Class Index | File Index

Classes


Class createjs.Graphics.Arc


Defined in: graphics.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
createjs.Graphics.Arc(x, y, radius, startAngle, endAngle, anticlockwise)
An inner class used by the createjs.Graphics class that draws an arc.
Field Summary
Field Attributes Field Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
createjs.Graphics.Arc.get(x, y, radius, startAngle, endAngle, anticlockwise)
Creates a createjs.Graphics.Arc object.
 
paint(renderer)
Class Detail
createjs.Graphics.Arc(x, y, radius, startAngle, endAngle, anticlockwise)
An inner class used by the createjs.Graphics class that draws an arc.
Parameters:
{number} x
{number} y
{number} radius
{number} startAngle
{number} endAngle
{boolean} anticlockwise
Field Detail
getText
Method Detail
<static> {createjs.Graphics.Arc} createjs.Graphics.Arc.get(x, y, radius, startAngle, endAngle, anticlockwise)
Creates a createjs.Graphics.Arc object.
Parameters:
{number} x
{number} y
{number} radius
{number} startAngle
{number} endAngle
{boolean} anticlockwise
Returns:
{createjs.Graphics.Arc}

paint(renderer)
Parameters:
renderer

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