figure
Class Rettangolo

java.lang.Object
  extended by figure.Rettangolo
All Implemented Interfaces:
Disegnabile, Popolabile

public class Rettangolo
extends java.lang.Object
implements Popolabile, Disegnabile

Classe che rappresenta un rettangolo popolabile e disegnabile


Constructor Summary
Rettangolo()
           
 
Method Summary
 boolean disegnati()
           
 boolean popola(java.io.BufferedReader br)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Rettangolo

public Rettangolo()
Method Detail

popola

public boolean popola(java.io.BufferedReader br)
Specified by:
popola in interface Popolabile

disegnati

public boolean disegnati()
Specified by:
disegnati in interface Disegnabile

toString

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