|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.robrohan.ruin.doom.Patch
a patch is like a "patch of graphic"
| Constructor Summary | |
Patch(int xOffs,
int yOffs,
int imgId)
creates a new patch |
|
| Method Summary | |
int |
getImgId()
gets the image id (set in the wad / wax) |
int |
getXOffs()
get the X offset for this patch |
int |
getYOffs()
gets the Y offset for this patch |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Patch(int xOffs,
int yOffs,
int imgId)
| Method Detail |
public int getXOffs()
public int getYOffs()
public int getImgId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||