Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
Method Summary | |
void | tileGrabbed(WritableRenderedImage source,
int tileX,
int tileY)
|
void | tileReleased(WritableRenderedImage source,
int tileX,
int tileY)
|
Method Detail |
public void tileGrabbed(WritableRenderedImage source, int tileX, int tileY)
source
- the image that owns the tile.
tileX
- the X index of the tile that has become modifiable.
tileY
- the Y index of the tile that has become modifiable.
public void tileReleased(WritableRenderedImage source, int tileX, int tileY)
source
- the image that owns the tile.
tileX
- the X index of the tile that has become modifiable.
tileY
- the Y index of the tile that has become modifiable.
Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |