Package org.openpatch.scratch
Class Ellipse
java.lang.Object
org.openpatch.scratch.Shape
org.openpatch.scratch.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
Methods inherited from class org.openpatch.scratch.Shape
contains, draw, getBounds, intersects, invalidateCache, rotate, scale, translate
-
Constructor Details
-
Ellipse
public Ellipse(double x, double y, double width, double height) Creates an ellipse with no specified position or size.
-