new Circle(label, xopt, yopt, radiusopt)
- Description:
A shape that is a circle.
- Source:
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
label |
String | name of this area. |
|
x |
int |
<optional> |
centre X. |
y |
int |
<optional> |
centre Y. |
radius |
int |
<optional> |
radius. |