Package net.sf.freecol.client.gui.panel
Class MapEditorTransformPanel.ResourceTransform
- java.lang.Object
-
- net.sf.freecol.client.control.MapTransform
-
- net.sf.freecol.client.gui.panel.MapEditorTransformPanel.ResourceTransform
-
- Enclosing class:
- MapEditorTransformPanel
private class MapEditorTransformPanel.ResourceTransform extends MapTransform
Adds, removes or cycles through the available resources for this Tile. Cycles through the ResourceTypeList and picks the next valid, or removes if end of list.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ResourceTransform()
-
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,
-
-