|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthad.Kosticka
Field Summary | |
private int |
a
|
private int |
x
|
private int |
y
|
Constructor Summary | |
Kosticka(int x,
int y)
Konstruktor tridy, nastavi pozici kosticky |
Method Summary | |
int |
getX()
Vrati X souradnici kosticky |
int |
getY()
Vrati Y souradnici kosticky |
void |
kresli(java.awt.Graphics g)
Metoda vykreslujici kosticku, urcuje jeji vzhled |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int x
private int y
private int a
Constructor Detail |
public Kosticka(int x, int y)
x
- X souradnicey
- Y souradniceMethod Detail |
public void kresli(java.awt.Graphics g)
g
- Cil vykreslenipublic int getX()
public int getY()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |