Package net.sf.freecol.client.gui.panel
Class MapEditorTransformPanel.RiverStyleTransform
- java.lang.Object
-
- net.sf.freecol.client.control.MapTransform
-
- net.sf.freecol.client.gui.panel.MapEditorTransformPanel.RiverStyleTransform
-
- Enclosing class:
- MapEditorTransformPanel
private static final class MapEditorTransformPanel.RiverStyleTransform extends MapTransform
-
-
Field Summary
Fields Modifier and Type Field Description static int
CHANGE_CONNECTIONS
static int
SET_STYLE
private java.lang.String
style
private int
type
-
Constructor Summary
Constructors Modifier Constructor Description private
RiverStyleTransform(int type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getType()
void
setStyle(java.lang.String style)
void
transform(Tile tile)
Applies this transformation to the given tile.-
Methods inherited from class net.sf.freecol.client.control.MapTransform
getDescriptionPanel, setDescriptionPanel
-
-
-
-
Field Detail
-
CHANGE_CONNECTIONS
public static final int CHANGE_CONNECTIONS
- See Also:
- Constant Field Values
-
SET_STYLE
public static final int SET_STYLE
- See Also:
- Constant Field Values
-
style
private java.lang.String style
-
type
private int type
-
-
Method Detail
-
setStyle
public void setStyle(java.lang.String style)
-
getType
public int getType()
-
transform
public void transform(Tile tile)
Applies this transformation to the given tile.- Specified by:
transform
in classMapTransform
- Parameters:
tile
- TheTile
to be transformed,
-
-