public class MODULO_1003_STEREO.Karte extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
float |
b |
float |
h |
int |
ID |
boolean |
war_auf_feld |
float |
x |
float |
xhome |
float |
xoff |
float |
xspielfeld |
float |
y |
float |
yhome |
float |
yoff |
float |
yspielfeld |
Constructor and Description |
---|
Karte(boolean WEISS,
int typ,
int farbe,
float x,
float y,
float b,
float h) |
Modifier and Type | Method and Description |
---|---|
void |
draw(int[] randfarbe) |
boolean |
mausHatEs(float mx,
float my) |
void |
set(float mx,
float my) |
void |
setHome() |
void |
setNeu(float mx,
float my) |
public boolean war_auf_feld
public float h
public float b
public float x
public float y
public float xhome
public float yhome
public float xoff
public float yoff
public float xspielfeld
public float yspielfeld
public int ID
public Karte(boolean WEISS, int typ, int farbe, float x, float y, float b, float h)