Package net.sf.freecol.client.gui.panel
Class MapEditorTransformPanel.LostCityRumourTransform
- java.lang.Object
-
- net.sf.freecol.client.control.MapTransform
-
- net.sf.freecol.client.gui.panel.MapEditorTransformPanel.LostCityRumourTransform
-
- Enclosing class:
- MapEditorTransformPanel
private static class MapEditorTransformPanel.LostCityRumourTransform extends MapTransform
-
-
Constructor Summary
Constructors Modifier Constructor Description private
LostCityRumourTransform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
transform(Tile t)
Applies this transformation to the given tile.-
Methods inherited from class net.sf.freecol.client.control.MapTransform
getDescriptionPanel, setDescriptionPanel
-
-
-
-
Method Detail
-
transform
public void transform(Tile t)
Applies this transformation to the given tile.- Specified by:
transform
in classMapTransform
- Parameters:
t
- TheTile
to be transformed,
-
-