Modifier and Type | Method and Description |
---|---|
static Circle |
canvas.drawCircle(double x,
double y,
double radius)
Draws a circle with the given radius centered at the given point coordinates
in the default color.
|
static Circle |
canvas.drawCircle(double x,
double y,
double radius,
java.lang.String color)
Draws a circle with the given radius centered at the given point coordinates
in the given color.
|