dama
Class Hra

java.lang.Object
  extended by dama.Hra
All Implemented Interfaces:
java.io.Serializable

public class Hra
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Hra(int Rozmer, int natahu, java.lang.String tahne, int ZAC)
           
 
Method Summary
 void cisti(int k, int l)
           
 void cisti(int x, int y, int k, int l)
           
 void cistivse()
           
 void dama()
           
 boolean hledej(int k)
           
 boolean mozny(int x, int y, int kam)
           
static void nacti()
           
 void plan(int n)
           
 void prekresli(int n)
           
 boolean preskok(int k)
           
 java.lang.String prevod(int c)
           
 java.lang.String prevodv()
           
 void tah(int x, int y)
           
 void text(java.lang.String t)
           
static void uloz()
           
 int Vyhra()
           
 void vypis()
           
 void Zacatek(int n, int x)
           
 void zmena()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hra

public Hra(int Rozmer,
           int natahu,
           java.lang.String tahne,
           int ZAC)
Method Detail

vypis

public void vypis()

Zacatek

public void Zacatek(int n,
                    int x)

plan

public void plan(int n)

prekresli

public void prekresli(int n)

cisti

public void cisti(int k,
                  int l)

cisti

public void cisti(int x,
                  int y,
                  int k,
                  int l)

cistivse

public void cistivse()

text

public void text(java.lang.String t)

prevod

public java.lang.String prevod(int c)

hledej

public boolean hledej(int k)

preskok

public boolean preskok(int k)

mozny

public boolean mozny(int x,
                     int y,
                     int kam)

zmena

public void zmena()

Vyhra

public int Vyhra()

prevodv

public java.lang.String prevodv()

dama

public void dama()

tah

public void tah(int x,
                int y)

nacti

public static void nacti()
                  throws java.lang.Exception
Throws:
java.lang.Exception

uloz

public static void uloz()
                 throws java.lang.Exception
Throws:
java.lang.Exception