Class Cercle

java.lang.Object
  |
  +--Cercle

public class Cercle
extends java.lang.Object
implements Form, Zoom


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

Cercle

public Cercle(double d)
Method Detail

getDiametre

public double getDiametre()

perimeter

public double perimeter()
Specified by:
perimeter in interface Form

area

public double area()
Specified by:
area in interface Form

zoomer

public void zoomer(double factor)
Description copied from interface: Zoom
agrandit par un facteur réel
Specified by:
zoomer in interface Zoom

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object