Constructor and Description |
---|
Circle() |
Circle(Point centerPoint,
double radius) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Point |
getCenterPoint() |
double |
getRadius() |
int |
hashCode() |
void |
setCenterPoint(Point centerPoint) |
void |
setRadius(double radius) |
String |
toString() |
Copyright © 2023 Eclipse. All rights reserved.