Class Feld
java.lang.Object
Feld
public class Feld
- extends java.lang.Object
Constructor Summary |
Feld(java.lang.String info)
|
Feld(java.lang.String n,
Flaeche f,
boolean v)
|
Feld(java.lang.String n,
Flaeche f,
boolean v,
java.awt.Color frb)
|
Methods inherited from class |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
farbe
public java.awt.Color farbe
flaeche
public Flaeche flaeche
name
public java.lang.String name
spiel
SpielalsPanel spiel
voll
public boolean voll
Feld
public Feld(java.lang.String info)
Feld
public Feld(java.lang.String n,
Flaeche f,
boolean v)
Feld
public Feld(java.lang.String n,
Flaeche f,
boolean v,
java.awt.Color frb)
drinnen
public boolean drinnen(int x0,
int y0)
farbeaustext
public java.awt.Color farbeaustext(java.lang.String s)
isVoll
public boolean isVoll()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object