|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--blue.shapes.Circle
|
+--blue.shapes.GeoCircle
| Constructor Summary | |
GeoCircle(double r,
double x,
double y)
|
|
GeoCircle(double r,
blue.math.Position center)
|
|
| Method Summary | |
blue.math.Position |
center()
|
boolean |
contains(blue.math.Position p)
|
double |
x()
|
double |
y()
|
| Methods inherited from class blue.shapes.Circle |
area,
circumscribingPolygon,
circumscribingSquare,
describe,
describe,
describe,
diameter,
expand,
inscribingPolygon,
inscribingSquare,
perimeter,
radius,
resize,
shrink |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public GeoCircle(double r,
double x,
double y)
public GeoCircle(double r,
blue.math.Position center)
| Method Detail |
public double x()
public double y()
public blue.math.Position center()
public boolean contains(blue.math.Position p)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||