Class Formes

java.lang.Object
  |
  +--Formes

public class Formes
extends java.lang.Object
implements Zoom, SimpleSet

collection de formes géométriques


Constructor Summary
Formes()
           
 
Method Summary
 void add(java.lang.Object o)
           
 java.util.Enumeration elements()
           
 void lister()
           
static void main(java.lang.String[] args)
           
 int nbElem()
           
 void zoomer(double factor)
          agrandit par un facteur réel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Formes

public Formes()
Method Detail

lister

public void lister()
Specified by:
lister in interface SimpleSet

zoomer

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

add

public void add(java.lang.Object o)
Specified by:
add in interface SimpleSet

elements

public java.util.Enumeration elements()
Specified by:
elements in interface SimpleSet

nbElem

public int nbElem()
Specified by:
nbElem in interface SimpleSet

main

public static void main(java.lang.String[] args)