au.com.solidsoftware.multimahjong.mmc.usergui
Class PlayArea.WallTile

java.lang.Object
  |
  +--au.com.solidsoftware.multimahjong.mmc.usergui.PlayArea.WallTile

private class PlayArea.WallTile
extends java.lang.Object

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

x

int x

y

int y

tileImage

java.awt.Image tileImage

visible

boolean visible
Constructor Detail

PlayArea.WallTile

public PlayArea.WallTile(boolean visible,
                         java.awt.Image tileImage)