|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectzombie.iso.RoomDef.RoomRect
public static class RoomDef.RoomRect
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 |
---|
public int x
public int y
public int w
public int h
Constructor Detail |
---|
public RoomDef.RoomRect(int x, int y, int w, int h)
Method Detail |
---|
public int getX()
public int getY()
public int getX2()
public int getY2()
public int getW()
public int getH()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |