Class createjs.Graphics.Arc
Defined in: graphics.js.
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 Attributes | Field Name and Description |
---|---|
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