Data type Ellipse2D
access this type via: ui.Ellipse2D (uses)
This data type is used to describe an ellipse that can be drawn to the screen.
Fields
int x The x-coordinate of the ellipse's centrepoint.
int y The y-coordinate of the ellipse's centrepoint.
int xRadius The radius of the ellipse in the x-dimension.
int yRadius The radius of the ellipse in the y-dimension.
Color color The color of the ellipse.