pakiet_gra_platformowa
Class DanePotworka

java.lang.Object
  extended by pakiet_gra_platformowa.DanePotworka

public class DanePotworka
extends java.lang.Object


Constructor Summary
DanePotworka(int _xstart, int _xend, int _y, boolean _kierunek)
           
DanePotworka(int _xstart, int _xend, int _y, boolean _kierunek, int _nr_planszy_x, int _nr_planszy_y)
           
 
Method Summary
 boolean getKierunek()
           
 int getPlanszaX()
           
 int getPlanszaY()
           
 int getXend()
           
 int getXstart()
           
 int getY()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DanePotworka

public DanePotworka(int _xstart,
                    int _xend,
                    int _y,
                    boolean _kierunek)

DanePotworka

public DanePotworka(int _xstart,
                    int _xend,
                    int _y,
                    boolean _kierunek,
                    int _nr_planszy_x,
                    int _nr_planszy_y)
Method Detail

getXstart

public int getXstart()

getXend

public int getXend()

getY

public int getY()

getKierunek

public boolean getKierunek()

getPlanszaX

public int getPlanszaX()

getPlanszaY

public int getPlanszaY()