Class Ellipse
java.lang.Object
org.openpatch.scratch.extensions.shape.Shape
org.openpatch.scratch.extensions.shape.Ellipse
Represents an ellipse shape.
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionEllipse
(double x, double y, double width, double height) Creates an ellipse with no specified position or size. -
Method Summary
-
Constructor Details
-
Ellipse
public Ellipse(double x, double y, double width, double height) Creates an ellipse with no specified position or size.
-