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 intCHANGE_CONNECTIONSstatic intSET_STYLEprivate java.lang.Stringstyleprivate inttype
-
Constructor Summary
Constructors Modifier Constructor Description privateRiverStyleTransform(int type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetType()voidsetStyle(java.lang.String style)voidtransform(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:
transformin classMapTransform- Parameters:
tile- TheTileto be transformed,
-
-