|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.geometry.Circle
public class Circle
A circle.
| Field Summary | |
|---|---|
double |
centerX
|
double |
centerY
|
double |
radius
|
| Constructor Summary | |
|---|---|
Circle(double centerX,
double centerY,
double radius)
|
|
| Method Summary | |
|---|---|
Polyline |
convertToPolyline()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double centerX
public double centerY
public double radius
| Constructor Detail |
|---|
public Circle(double centerX,
double centerY,
double radius)
| Method Detail |
|---|
public Polyline convertToPolyline()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||