public class Circle
extends java.lang.Object
Constructor and Description |
---|
Circle(double x,
double y,
double size,
java.awt.Color color)
Constructor for a circle.
|
Modifier and Type | Method and Description |
---|---|
void |
draw() |
void |
erase() |
void |
grow() |
void |
shrink(double amount) |