Creates an instance of Ellipse.
The position of the center of the ellipse. Defaults to (0, 0).
The width of the ellipse. Defaults to 200.
The height of the ellipse. Defaults to 100.
The style information for displaying the ellipse. Defaults to no styling or {}.
Repeats the current shape n times by applying transform iteratively.
A positive integer representing the number of times a shape is to be repeated.
An instance of Transformation that is applied every time the shape is repeated.
The current instance of Shape for chaining.
Displays a shape. Steps performed for display are as follows.
Optionalr: DrawableAn instance of Drawable.
Applies a Translate transformation to the current Shape instance.
Amount to translate along the positive x-axis. Defaults to 0.
Amount to translate along the positive y-axis. Defaults to 0.
The current instance of Shape for chaining.
Represents an Ellipse shape.