zombie.iso
Class RoomDef.RoomRect

java.lang.Object
  extended by zombie.iso.RoomDef.RoomRect
Enclosing class:
RoomDef

public static class RoomDef.RoomRect
extends java.lang.Object


Field Summary
 int h
           
 int w
           
 int x
           
 int y
           
 
Constructor Summary
RoomDef.RoomRect(int x, int y, int w, int h)
           
 
Method Summary
 int getH()
           
 int getW()
           
 int getX()
           
 int getX2()
           
 int getY()
           
 int getY2()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x

y

public int y

w

public int w

h

public int h
Constructor Detail

RoomDef.RoomRect

public RoomDef.RoomRect(int x,
                        int y,
                        int w,
                        int h)
Method Detail

getX

public int getX()

getY

public int getY()

getX2

public int getX2()

getY2

public int getY2()

getW

public int getW()

getH

public int getH()