Back to:
Bean Index,
SceneBeans Documentation.
Ellipse
An ellipse with a configurable extents in the x and y directions,
centered on the origin.
Features
| XML Element |
XML Type |
Java Class |
|
primitive
|
ellipse |
uk.ac.ic.doc.scenebeans.Ellipse |
Properties
| Name |
Type |
Default Value |
Getter Method |
Setter Method |
Description |
| filled |
boolean |
true |
isFilled
|
setFilled
|
Whether the ellipse is drawn filled (true) or
only as an outline (false).
|
| xRadius |
double |
1.0 |
getXRadius
|
setXRadius
|
The radius of the ellipse along the x axis.
|
| yRadius |
double |
1.0 |
getYRadius
|
setYRadius
|
The radius of the ellipse along the y axis.
|