public class Circle
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
centerX |
double |
centerY |
double |
radius |
| Constructor and Description |
|---|
Circle(double centerX,
double centerY,
double radius) |
| Modifier and Type | Method and Description |
|---|---|
Polyline |
convertToPolyline() |
public double centerX
public double centerY
public double radius
public Polyline convertToPolyline()