|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSpieler
Alle Informationen über einen Spieler
Field Summary | |
(package private) javax.swing.ImageIcon |
icon
|
(package private) java.lang.String |
name
|
(package private) int |
score
|
(package private) int |
spalte
|
(package private) int |
zeile
|
Constructor Summary | |
Spieler()
|
|
Spieler(int y,
int x)
|
Method Summary | |
javax.swing.ImageIcon |
getIcon()
|
java.lang.String |
getName()
|
int |
getScore()
|
int |
getX()
|
int |
getY()
|
int |
incScore(int i)
|
void |
setX(int x)
|
void |
setY(int y)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
java.lang.String name
int spalte
int zeile
int score
javax.swing.ImageIcon icon
Constructor Detail |
public Spieler()
public Spieler(int y, int x)
Method Detail |
public javax.swing.ImageIcon getIcon()
public java.lang.String getName()
public int getX()
public int getY()
public void setX(int x)
public void setY(int y)
public int getScore()
public int incScore(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |