|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Cercle
Constructor Summary | |
Cercle(double d)
|
Method Summary | |
double |
area()
|
double |
getDiametre()
|
double |
perimeter()
|
java.lang.String |
toString()
|
void |
zoomer(double factor)
agrandit par un facteur réel |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public Cercle(double d)
Method Detail |
public double getDiametre()
public double perimeter()
public double area()
public void zoomer(double factor)
public java.lang.String toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |