A circle with a configurable radius, centered on the origin.
| XML Element | XML Type | Java Class |
| primitive | circle | uk.ac.ic.doc.scenebeans.Circle |
| Name | Type | Default Value | Getter Method | Setter Method | Description |
| filled | boolean | true |
isFilled
|
setFilled
|
Whether the circle is drawn filled (true) or
only as an outline (false).
|
| radius | double | 1.0 |
getRadius
|
setRadius
|
The radius of the circle. |