|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjgame.impl.ImageMap
public class ImageMap
| Field Summary | |
|---|---|
JGImage |
img
|
int |
skipx
|
int |
skipy
|
int |
tilex
|
int |
tiley
|
int |
xofs
|
int |
yofs
|
| Constructor Summary | |
|---|---|
ImageMap(JGImage imageutil,
java.lang.String imgfile,
int xofs,
int yofs,
int tilex,
int tiley,
int skipx,
int skipy)
|
|
| Method Summary | |
|---|---|
JGPoint |
getImageCoord(int imgnr)
returns null when image was not loaded |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public JGImage img
public int xofs
public int yofs
public int tilex
public int tiley
public int skipx
public int skipy
| Constructor Detail |
|---|
public ImageMap(JGImage imageutil,
java.lang.String imgfile,
int xofs,
int yofs,
int tilex,
int tiley,
int skipx,
int skipy)
| Method Detail |
|---|
public JGPoint getImageCoord(int imgnr)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||