com.dbarnes.sgme
Class Tile

java.lang.Object
  extended by com.dbarnes.sgme.Item
      extended by com.dbarnes.sgme.Tile

public class Tile
extends Item

Represents a tile type in a project.


Constructor Summary
Tile()
           
 
Method Summary
 java.awt.Image getImage()
          Returns the image which represents this Tile in the graphical user interface.
 TileImage getTileImage()
          Sets the TileImage for this tile.
 void setTileImage(TileImage tileImage)
          Sets the TileImage for this tile.
 
Methods inherited from class com.dbarnes.sgme.Item
clearAttributes, getAttribute, getAttributeNames, getId, getName, setAttribute, setId, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tile

public Tile()
Method Detail

getTileImage

public TileImage getTileImage()
Sets the TileImage for this tile.


setTileImage

public void setTileImage(TileImage tileImage)
Sets the TileImage for this tile.


getImage

public java.awt.Image getImage()
Returns the image which represents this Tile in the graphical user interface.

Specified by:
getImage in class Item


Copyright 2006-2009 Don Barnes. All Rights Reserved.