|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TilePainter
Paint a map element at a specified screen location.
| Field Summary | |
|---|---|
static int |
VIEW_REMEMBERED
Paint a cell in "remembered" style |
static int |
VIEW_VISIBLE
Paint a cell in full detail |
| Method Summary | |
|---|---|
void |
paint(java.awt.Graphics gr,
int layer,
int mapX,
int mapY,
int xpos,
int ypos,
int tileNo)
Paint a map element. |
| Field Detail |
|---|
static final int VIEW_REMEMBERED
static final int VIEW_VISIBLE
| Method Detail |
|---|
void paint(java.awt.Graphics gr,
int layer,
int mapX,
int mapY,
int xpos,
int ypos,
int tileNo)
gr - The graphics context to paint onto.layer - The map layermapX - The map x coordinatemapY - The map y coordinatexpos - The screen x position to draw toypos - The screen y position to draw totileNo - The tile number to draw
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||