net.sf.freecol.client.gui.panel
Class MapEditorTransformPanel.TileTypeTransform

java.lang.Object
  extended by net.sf.freecol.client.gui.panel.MapEditorTransformPanel.MapTransform
      extended by net.sf.freecol.client.gui.panel.MapEditorTransformPanel.TileTypeTransform
Enclosing class:
MapEditorTransformPanel

public class MapEditorTransformPanel.TileTypeTransform
extends MapEditorTransformPanel.MapTransform


Method Summary
 TileType getTileType()
           
 void transform(Tile t)
          Applies this transformation to the given tile.
 
Methods inherited from class net.sf.freecol.client.gui.panel.MapEditorTransformPanel.MapTransform
getDescriptionPanel, setDescriptionPanel
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTileType

public TileType getTileType()

transform

public void transform(Tile t)
Description copied from class: MapEditorTransformPanel.MapTransform
Applies this transformation to the given tile.

Specified by:
transform in class MapEditorTransformPanel.MapTransform
Parameters:
t - The Tile to be transformed,