|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.robrohan.ruin.doom.Texture
Constructor Summary | |
Texture(java.lang.String name,
int width,
int height)
creates a new texture |
Method Summary | |
void |
addPatch(Patch patch)
adds a patch |
void |
compile(WadReader wadReader)
|
ByteImage |
getImg()
gets the byte image graphic for this texture |
void |
setByteImage(byte[] rawimage)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Texture(java.lang.String name, int width, int height)
Method Detail |
public void addPatch(Patch patch)
public ByteImage getImg()
public void setByteImage(byte[] rawimage)
public void compile(WadReader wadReader)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |