figure
Class Quadrato

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

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

Classe che rappresenta un quadrato popolabile e disegnabile


Constructor Summary
Quadrato()
           
 
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

Quadrato

public Quadrato()
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