|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--au.com.solidsoftware.multimahjong.mmc.usergui.PlayArea.WallTile
An inner class used primarily for storing the x- and y-coordinate of a
wall tile, relative to the top-left corner of the PlayArea.
This class also stores the Image corresponding to the wall
tile, and whether it is visible.
| Field Summary | |
(package private) java.awt.Image |
tileImage
|
(package private) boolean |
visible
|
(package private) int |
x
|
(package private) int |
y
|
| Constructor Summary | |
PlayArea.WallTile(boolean visible,
java.awt.Image tileImage)
|
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
int x
int y
java.awt.Image tileImage
boolean visible
| Constructor Detail |
public PlayArea.WallTile(boolean visible,
java.awt.Image tileImage)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||