A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

G

Game - Class in net.sf.freecol.common.model
The main component of the game model.
Game(ModelController, XMLStreamReader, String) - Constructor for class net.sf.freecol.common.model.Game
Initiate a new Game object from an XML-representation.
GameOptions - Class in net.sf.freecol.common.model
Keeps track of the available game options.
GameOptions() - Constructor for class net.sf.freecol.common.model.GameOptions
Creates a new GameOptions.
GameOptions(XMLStreamReader) - Constructor for class net.sf.freecol.common.model.GameOptions
Creates an GameOptions from an XML representation.
GameOptions(Element) - Constructor for class net.sf.freecol.common.model.GameOptions
Creates an GameOptions from an XML representation.
GameOptionsDialog - Class in net.sf.freecol.client.gui.panel
Dialog for changing the GameOptions.
GameOptionsDialog(Canvas, boolean) - Constructor for class net.sf.freecol.client.gui.panel.GameOptionsDialog
The constructor that will add the items to this panel.
gatherData() - Method in class net.sf.freecol.client.gui.panel.ReportLabourPanel
 
generateAttackResult(Unit, Unit) - Method in interface net.sf.freecol.common.model.CombatModel
Generates a result of an attack.
generateAttackResult(Colony, Unit) - Method in interface net.sf.freecol.common.model.CombatModel
Generates the result of a colony bombarding a Unit.
generateAttackResult(Unit, Unit) - Method in class net.sf.freecol.common.model.SimpleCombatModel
Generates a result of an attack.
generateAttackResult(Colony, Unit) - Method in class net.sf.freecol.common.model.SimpleCombatModel
Generates the result of a colony bombarding a Unit.
generateRecruitable(String) - Method in class net.sf.freecol.common.model.Player
Generates a random unit type recruitable by this player.
generateRecruitablesList() - Method in class net.sf.freecol.common.model.Player
Generate a weighted list of unit types recruitable by this player.
get(String) - Method in class net.sf.freecol.client.gui.sound.SoundLibrary
Returns a playlist associated with a Nation.
get(SoundLibrary.SoundEffect) - Method in class net.sf.freecol.client.gui.sound.SoundLibrary
Returns a playlist identified by id.
get(String) - Method in class net.sf.freecol.common.resources.ResourceMapping
Gets the Resource identified by the given id.
getAbilities() - Method in class net.sf.freecol.common.model.FeatureContainer
 
getAbilities(String) - Method in class net.sf.freecol.common.Specification
Return a list of all Abilities with the given id.
getAbilitiesRequired() - Method in class net.sf.freecol.common.model.BuildableType
Returns the abilities required by this Type.
getAbilityID() - Method in class net.sf.freecol.common.model.Scope
Get the AbilityID value.
getAbilitySet(String) - Method in class net.sf.freecol.common.model.FeatureContainer
Returns a Set of Abilities with the given ID.
getAbilitySet(String, FreeColGameObjectType) - Method in class net.sf.freecol.common.model.FeatureContainer
Returns a Set of Abilities with the given ID which apply to the given FreeColGameObjectType.
getAbilitySet(String, FreeColGameObjectType, Turn) - Method in class net.sf.freecol.common.model.FeatureContainer
Returns a Set of Abilities with the given ID which apply to the given FreeColGameObjectType and Turn.
getAbsoluteWeight() - Method in class net.sf.freecol.server.ai.goal.Goal
Returns the absolute weight of this goal.
getAccelerator() - Method in class net.sf.freecol.client.gui.action.FreeColAction
Gets the keyboard accelerator for this option.
getAccelerator() - Method in class net.sf.freecol.client.gui.action.ImprovementActionType
 
getAction(Random) - Method in class net.sf.freecol.common.model.Monarch
Returns a monarch action.
getActionChoices() - Method in class net.sf.freecol.common.model.Monarch
 
getActionManager() - Method in class net.sf.freecol.client.FreeColClient
Gets the object responsible for keeping and updating the actions.
getActiveUnit() - Method in class net.sf.freecol.client.gui.GUI
Gets the active unit.
getAdditionalProduction(Unit) - Method in class net.sf.freecol.common.model.Building
Returns the maximum production of a given unit to be added to this building.
getAdditionalProductionNextTurn(Unit) - Method in class net.sf.freecol.common.model.Building
Returns the additional production of new Unit at this building for next turn.
getAddress() - Method in class net.sf.freecol.common.ServerInfo
Returns the IP-address.
getAddWorkTurns() - Method in class net.sf.freecol.common.model.TileImprovementType
 
getAdjacent(Map.Position, Map.Direction) - Static method in class net.sf.freecol.common.model.Map
Gets the position adjacent to a given position, in a given direction.
getAdjacentIndianSettlementSafely(String, Unit) - Method in class net.sf.freecol.server.FreeColServer
Get an adjacent Indian settlement by ID, validating as much as possible, including checking whether the nation involved has been contacted.
getAdjacentIterator(Map.Position) - Method in class net.sf.freecol.common.model.Map
Get an adjacent iterator.
getAdjacentSettlementSafely(String, Unit) - Method in class net.sf.freecol.server.FreeColServer
Get a settlement by ID, validating the ID as much as possible.
getAdjacentTile(Map.Position, Map.Direction) - Method in class net.sf.freecol.common.model.Map
Gets the position adjacent Tile to a given Tile, in a given direction.
getAge() - Method in class net.sf.freecol.common.model.Turn
Gets the age.
getAggression() - Method in class net.sf.freecol.common.model.IndianNationType
Get the Aggression value.
getAgreement() - Method in class net.sf.freecol.common.networking.DiplomacyMessage
Get the agreement (a DiplomaticTrade) in this message.
getAIColonyIterator() - Method in class net.sf.freecol.server.ai.EuropeanAIPlayer
Deprecated. Returns an iterator over all the AIColonys owned by this getPlayer().
getAIGoodsIterator() - Method in class net.sf.freecol.server.ai.AIColony
Returns an Iterator of the goods to be shipped from this colony.
getAIMain() - Method in class net.sf.freecol.server.ai.AIObject
Returns the main AI-object.
getAIMain() - Method in class net.sf.freecol.server.ai.ColonyPlan
Gets the main AI-object.
getAIMain() - Method in class net.sf.freecol.server.FreeColServer
Gets the main AI-object.
getAIObject(FreeColGameObject) - Method in class net.sf.freecol.server.ai.AIMain
Gets the AIObject for the given FreeColGameObject.
getAIObject(String) - Method in class net.sf.freecol.server.ai.AIMain
Gets the AIObject identified by the given ID.
getAIPlayer() - Method in class net.sf.freecol.server.ai.AIInGameInputHandler
Gets the AIPlayer using this AIInGameInputHandler.
getAIRandom() - Method in class net.sf.freecol.server.ai.AIMain
Gets the random number generator to be used in the AI.
getAIStatistics() - Method in class net.sf.freecol.common.networking.StatisticsMessage
Get the ai statistics.
getAIStatistics() - Method in class net.sf.freecol.server.ai.AIMain
Computes how many objects of each class have been created, to track memory leaks over time
getAIUnit() - Method in class net.sf.freecol.server.ai.mission.Mission
Gets the AI-unit this mission has been created for.
getAIUnitIterator() - Method in class net.sf.freecol.server.ai.NewAIPlayer
Deprecated. Returns an iterator over all the AIUnits owned by this player.
getAlarm() - Method in class net.sf.freecol.common.model.IndianSettlement
Returns the alarm Map.
getAlarm(Player) - Method in class net.sf.freecol.common.model.IndianSettlement
Gets the alarm level towards the given player.
getAlarmChip(Tension.Level, boolean) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the alarm chip with the given color.
getAlarmLevelMessage(Player) - Method in class net.sf.freecol.common.model.IndianSettlement
Gets the ID of the alarm message associated with the alarm level of this player.
getAllTiles() - Method in class net.sf.freecol.common.model.Map
Make the map usable as a parameter in the for-loop.
getAmount() - Method in class net.sf.freecol.client.gui.panel.MarketLabel
Returns this MarketLabel's goods amount.
getAmount() - Method in class net.sf.freecol.common.model.AbstractGoods
Get the Amount value.
getAmountInMarket() - Method in class net.sf.freecol.common.model.MarketData
Get the AmountInMarket value.
getAmountRequiredOf(GoodsType) - Method in class net.sf.freecol.common.model.BuildableType
Get amount required of given GoodsType
getAnthem() - Method in class net.sf.freecol.common.model.Nation
Get the Anthem value.
getApparentOwnerName(Unit) - Static method in class net.sf.freecol.common.model.SimpleCombatModel
Get the name of the apparent owner of this Unit, (like getOwner().getNationAsString() but handles pirates)
getArrears() - Method in class net.sf.freecol.common.model.MarketData
Get the Arrears value.
getArrears(GoodsType) - Method in class net.sf.freecol.common.model.Player
Returns the arrears due for a type of goods.
getArrears(Goods) - Method in class net.sf.freecol.common.model.Player
Returns the arrears due for a type of goods.
getArtBasic() - Method in class net.sf.freecol.common.model.TileType
 
getArtCoast() - Method in class net.sf.freecol.common.model.TileType
 
getArtForest() - Method in class net.sf.freecol.common.model.TileType
 
getArtOverlay() - Method in class net.sf.freecol.common.model.TileImprovementType
 
getArtOverlay() - Method in class net.sf.freecol.common.model.TileType
 
getAssigned() - Method in class net.sf.freecol.server.ai.ProductionCache
 
getAssignedUnits() - Method in class net.sf.freecol.common.model.TradeRoute
 
getAttribute(XMLStreamReader, String, int) - Method in class net.sf.freecol.common.model.FreeColObject
Return an attribute value or the default value.
getAttribute(XMLStreamReader, String, float) - Method in class net.sf.freecol.common.model.FreeColObject
Return an attribute value or the default value.
getAttribute(XMLStreamReader, String, boolean) - Method in class net.sf.freecol.common.model.FreeColObject
Return an attribute value or the default value.
getAttribute(XMLStreamReader, String, String) - Method in class net.sf.freecol.common.model.FreeColObject
Return an attribute value or the default value.
getAttribute(String) - Method in class net.sf.freecol.common.networking.Message
Gets an attribute from the root element.
getAutomaticEquipment() - Method in class net.sf.freecol.common.model.Unit
 
getAutosaveDirectory() - Static method in class net.sf.freecol.FreeCol
Returns the directory where the autogenerated savegames should be put.
getAutoscrollInsets() - Method in class net.sf.freecol.client.gui.panel.ColonyPanel.BuildingsPanel.ASingleBuildingPanel
 
getAvailableGoods(GoodsType) - Method in class net.sf.freecol.server.ai.AIColony
Returns the available amount of the GoodsType given.
getAvailableSpace(Transportable) - Method in class net.sf.freecol.server.ai.mission.TransportMission
Returns the available space for the given Transportable.
getAvailableSpace(UnitType, Location, Location) - Method in class net.sf.freecol.server.ai.mission.TransportMission
Returns the available space for the given type of Unit at the given Location.
getAvailableSpace() - Method in class net.sf.freecol.server.ai.mission.TransportMission
Returns the available space for any type of unit going to any type of location.
getBackgroundColor() - Method in class net.sf.freecol.client.gui.panel.MiniMap
 
getBase(Map.Direction[], int) - Static method in class net.sf.freecol.common.model.TileImprovement
Returns an int[NUMBER_OF_DIRECTIONS] array based on the baseNumber and the 'active' directions given.
getBasicMoveCost() - Method in class net.sf.freecol.common.model.TileType
 
getBasicProduction() - Method in class net.sf.freecol.common.model.BuildingType
 
getBasicWorkTurns() - Method in class net.sf.freecol.common.model.TileType
 
getBeachImage(int) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the beach image at the given index.
getBestGoodsType() - Method in class net.sf.freecol.common.model.Resource
Returns the best GoodsType
getBestGoodsType() - Method in class net.sf.freecol.common.model.ResourceType
 
getBestProduction(UnitType) - Method in class net.sf.freecol.server.ai.ColonyPlan
 
getBestTreasureTrain(Tile) - Method in class net.sf.freecol.server.ai.NewAIPlayer
Deprecated. Returns the treasure train carrying the largest treasure located on the given Tile.
getBidPrice(GoodsType, int) - Method in class net.sf.freecol.common.model.Market
Gets the price of a given goods when the Player buys.
getBonus(GoodsType, UnitType, int) - Method in class net.sf.freecol.common.model.Resource
Returns the bonus (checking available stock) for next turn.
getBonus(GoodsType) - Method in class net.sf.freecol.common.model.TileImprovement
Returns the bonus (if any).
getBonus(GoodsType) - Method in class net.sf.freecol.common.model.TileImprovementType
 
getBonusImage(Tile) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the bonus-image for the given tile.
getBonusImage(ResourceType) - Method in class net.sf.freecol.client.gui.ImageLibrary
 
getBonusImageIcon(ResourceType) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the bonus-ImageIcon at the given index.
getBonusMultiplier() - Method in class net.sf.freecol.common.model.IndianSettlement
Get general bonus multiplier.
getBoolean(String) - Method in class net.sf.freecol.common.option.OptionMap
Gets the boolean value of an option.
getBooleanOption(ModelMessage) - Method in class net.sf.freecol.client.ClientOptions
Returns the boolean option associated with a ModelMessage.
getBooleanOption(String) - Method in class net.sf.freecol.common.Specification
Returns the BooleanOption with the given ID.
getBorderAdjacentIterator(Map.Position) - Method in class net.sf.freecol.common.model.Map
Get a border adjacent iterator.
getBorderImage(TileType, Map.Direction, int, int) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the border terrain-image for the given type.
getBorderInsets(Component) - Method in class net.sf.freecol.client.gui.panel.FreeColImageBorder
Gets the insets of this border around the given component.
getBorderInsets(Component, Insets) - Method in class net.sf.freecol.client.gui.panel.FreeColImageBorder
Gets the insets of this border around the given component.
getBounds() - Method in class net.sf.freecol.server.model.ServerRegion
Get the Bounds value.
getBranch(Map.Direction) - Method in class net.sf.freecol.server.generator.RiverSection
Gets the size of a branch
getBreakingPoint(String) - Method in class net.sf.freecol.client.gui.GUI
Breaks a line between two words.
getBreedingNumber() - Method in class net.sf.freecol.common.model.GoodsType
Get the BreedingNumber value.
getBuildable() - Method in class net.sf.freecol.server.ai.ColonyPlan
Gets an Iterator for everything to be built in the Colony.
getBuildableUnits() - Method in class net.sf.freecol.common.model.Colony
Returns a List with every unit type this colony may build.
getBuilding() - Method in class net.sf.freecol.client.gui.panel.BuildingPanel
 
getBuilding(BuildingType) - Method in class net.sf.freecol.common.model.Colony
Gets a Building of the specified type.
getBuildingComparator() - Static method in class net.sf.freecol.common.model.Building
 
getBuildingFor(Unit) - Method in class net.sf.freecol.common.model.Colony
Return the Building best suited for the given Unit.
getBuildingForConsuming(GoodsType) - Method in class net.sf.freecol.common.model.Colony
Find a building for consuming the given type of goods.
getBuildingForProducing(GoodsType) - Method in class net.sf.freecol.common.model.Colony
Find a building for producing the given type of goods.
getBuildingReqGoods() - Method in class net.sf.freecol.server.ai.ColonyPlan
 
getBuildings() - Method in class net.sf.freecol.common.model.Colony
Gets a List of every Building in this Colony.
getBuildingsForConsuming(GoodsType) - Method in class net.sf.freecol.common.model.Colony
Collect the buildings for consuming the given type of goods.
getBuildingsForProducing(GoodsType) - Method in class net.sf.freecol.common.model.Colony
Collect the buildings for producing the given type of goods.
getBuildingType(int) - Method in class net.sf.freecol.common.Specification
Describe getBuildingType method here.
getBuildingType(String) - Method in class net.sf.freecol.common.Specification
 
getBuildingTypeList() - Method in class net.sf.freecol.common.Specification
 
getBuildingWithAbility(String) - Method in class net.sf.freecol.common.model.Colony
Returns a Building with the given Ability, or null, if none exists.
getBuildQueue() - Method in class net.sf.freecol.client.gui.panel.BuildQueuePanel.BuildQueueTransferHandler.BuildQueueTransferable
Returns the build queue from the Transferable.
getBuildQueue() - Method in class net.sf.freecol.common.model.Colony
Get the BuildQueue value.
getCanvas() - Method in class net.sf.freecol.client.FreeColClient
Gets the Canvas this client uses to display the GUI-components.
getCanvas() - Method in class net.sf.freecol.client.gui.panel.FreeColPanel
Get the Canvas value.
getCanvas() - Method in class net.sf.freecol.client.gui.panel.GoodsLabel
Returns the parent Canvas object.
getCanvas() - Method in class net.sf.freecol.client.gui.panel.ProductionLabel
Returns the parent Canvas object.
getCanvas() - Method in class net.sf.freecol.client.gui.panel.ProductionMultiplesLabel
Returns the parent Canvas object.
getCanvas() - Method in class net.sf.freecol.client.gui.panel.UnitLabel
Returns the parent Canvas object.
getCanvasX() - Method in class net.sf.freecol.client.gui.TerrainCursor
 
getCanvasY() - Method in class net.sf.freecol.client.gui.TerrainCursor
 
getCapitalRadius() - Method in class net.sf.freecol.common.model.NationType
Get the CapitalRadius value.
getCargo() - Method in class net.sf.freecol.common.model.TradeRoute.Stop
Get the Cargo value.
getCargoPanel() - Method in class net.sf.freecol.client.gui.panel.ColonyPanel
Returns a pointer to the CargoPanel-object in use.
getCargoPanel() - Method in class net.sf.freecol.client.gui.panel.EuropePanel
Returns a pointer to the CargoPanel-object in use.
getCarrier() - Method in class net.sf.freecol.client.gui.panel.CargoPanel
Get the Carrier value.
getCellEditorValue() - Method in class net.sf.freecol.client.gui.panel.AdvantageCellEditor
 
getCellEditorValue() - Method in class net.sf.freecol.client.gui.panel.ColorCellEditor
Returns the value of the cell editor.
getCellEditorValue() - Method in class net.sf.freecol.client.gui.panel.NationCellEditor
 
getCellEditorValue() - Method in class net.sf.freecol.client.gui.panel.PlayersTable.AvailableCellEditor
 
getCellEditorValue() - Method in class net.sf.freecol.client.gui.panel.PlayersTable.PlayerCellEditor
 
getCenter() - Method in class net.sf.freecol.server.model.ServerRegion
Return the center of the Region's bounding box.
getChange(TileType) - Method in class net.sf.freecol.common.model.TileImprovement
Returns any change of TileType
getChange(TileType) - Method in class net.sf.freecol.common.model.TileImprovementType
 
getChangeTypes() - Method in class net.sf.freecol.common.model.UnitTypeChange
 
getChatText() - Method in class net.sf.freecol.client.gui.panel.ChatPanel
Returns the chat message that the user has entered and clears the chat textfield to make room for a new message.
getChildElement(Element, String) - Static method in class net.sf.freecol.common.networking.Message
Convenience method: returns the first child element with the specified tagname.
getChildren() - Method in class net.sf.freecol.common.model.Region
Get the Children value.
getChoice() - Method in class net.sf.freecol.client.gui.panel.ChoiceItem
Gets the choice as an int.
getCircleIterator(Map.Position, boolean, int) - Method in class net.sf.freecol.common.model.Map
Get a circle iterator.
getClient() - Method in class net.sf.freecol.client.FreeColClient
Gets the Client that can be used to send messages to the server.
getClient() - Method in class net.sf.freecol.client.gui.Canvas
Returns the freeColClient.
getClient() - Method in class net.sf.freecol.client.gui.panel.FreeColPanel
Describe getClient method here.
getClientOptions() - Method in class net.sf.freecol.client.FreeColClient
Returns the object keeping the current client options.
getClientOptionsDialog() - Method in class net.sf.freecol.client.gui.Canvas
Returns the ClientOptionsDialog.
getClientOptionsFile() - Static method in class net.sf.freecol.FreeCol
Returns the file containing the client options.
getCoastImage(TileType, Map.Direction, int, int) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the coast terrain-image for the given type.
getCoatOfArmsImage(Nation) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the coat-of-arms image for the given Nation.
getCoatOfArmsImageIcon(Nation) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the coat-of-arms image for the given Nation.
getColonies() - Method in class net.sf.freecol.common.model.HighScore
Get the Colonies value.
getColonies() - Method in class net.sf.freecol.common.model.Player
Returns a list of all Colonies this player owns.
getColoniesGivenBy(Player) - Method in class net.sf.freecol.common.model.DiplomaticTrade
Returns a list of colonies given by Player
getColoniesPopulation() - Method in class net.sf.freecol.common.model.Player
Returns the sum of units currently working in the colonies of this player.
getColonists() - Method in class net.sf.freecol.client.gui.panel.LabourData.ProductionData
 
getColony() - Method in class net.sf.freecol.client.gui.panel.ColonyPanel
Returns a pointer to the Colony-pointer in use.
getColony() - Method in class net.sf.freecol.client.gui.panel.ColonyPanel.OutsideColonyPanel
 
getColony() - Method in class net.sf.freecol.common.model.Building
Gets a pointer to the colony containing this building.
getColony() - Method in class net.sf.freecol.common.model.Colony
Returns just this Colony itself.
getColony() - Method in class net.sf.freecol.common.model.ColonyTile
Gets a pointer to the colony containing this tile.
getColony() - Method in class net.sf.freecol.common.model.ColonyTradeItem
Get the Colony value.
getColony() - Method in class net.sf.freecol.common.model.Europe
Europe does not belong to a colony.
getColony() - Method in class net.sf.freecol.common.model.IndianSettlement
An Indian settlement is no colony.
getColony() - Method in interface net.sf.freecol.common.model.Location
Returns the Colony this Location is located in or null if this Location does not belong to a colony.
getColony(String) - Method in class net.sf.freecol.common.model.Player
Returns the Colony with the given name.
getColony() - Method in class net.sf.freecol.common.model.Tile
Gets the Colony located on this Tile.
getColony() - Method in class net.sf.freecol.common.model.Unit
Gets the Colony this unit is in.
getColony() - Method in interface net.sf.freecol.common.model.WorkLocation
Returns the Colony this WorkLocation is located in.
getColony() - Method in class net.sf.freecol.server.ai.AIColony
Gets the Colony this AIColony controls.
getColony() - Method in class net.sf.freecol.server.ai.ColonyPlan
Gets the Colony this ColonyPlan controls.
getColonyComparator() - Method in class net.sf.freecol.client.ClientOptions
Return the client's preferred comparator for colonies.
getColonyComparator(int) - Static method in class net.sf.freecol.client.ClientOptions
Return the colony comparator identified by type.
getColonyPlan() - Method in class net.sf.freecol.server.ai.AIColony
 
getColonyStockadeLevel() - Method in class net.sf.freecol.common.model.PlayerExploredTile
 
getColonyTile(int, int) - Method in class net.sf.freecol.common.model.Colony
Gets the specified ColonyTile.
getColonyTile(Tile) - Method in class net.sf.freecol.common.model.Colony
Returns the ColonyTile matching the given Tile.
getColonyTileGUI() - Method in class net.sf.freecol.client.gui.Canvas
 
getColonyTiles() - Method in class net.sf.freecol.common.model.Colony
Gets a List of every ColonyTile in this Colony.
getColonyUnitCount() - Method in class net.sf.freecol.common.model.PlayerExploredTile
 
getColonyValue(Tile) - Method in class net.sf.freecol.common.model.Player
Gets the value of building a Colony on the given tile.
getColor() - Method in class net.sf.freecol.client.gui.GUIMessage
Returns the message's Color.
getColor() - Method in class net.sf.freecol.common.model.Nation
Get the Color value.
getColor() - Method in class net.sf.freecol.common.model.Player
Returns the color of this player.
getColor(String) - Static method in class net.sf.freecol.common.resources.ColorResource
Returns the Color identified by the given string.
getColor() - Method in class net.sf.freecol.common.resources.ColorResource
Gets the Color represented by this resource.
getColor(String) - Static method in class net.sf.freecol.common.resources.ResourceManager
Returns the Color with the given name.
getColorChip(Color) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the color chip with the given color.
getColorChip(Color) - Method in class net.sf.freecol.client.gui.panel.ImageProvider
Should return the Image of the color chip with the given color.
getCombatLossPriority() - Method in class net.sf.freecol.common.model.EquipmentType
Get the CombatLossPriority value.
getCombatModel() - Method in class net.sf.freecol.common.model.Game
Get the CombatModel value.
getCompactGoods() - Method in class net.sf.freecol.common.model.GoodsContainer
Gets an Iterator of every Goods in this GoodsContainer.
getCompactGoods() - Method in class net.sf.freecol.common.model.Settlement
Gets an List with every Goods in this Colony.
getCompletedImprovements() - Method in class net.sf.freecol.common.model.TileItemContainer
Returns a List of the completed TileImprovements in this TileItemContainer.
getCompletedTileImprovements() - Method in class net.sf.freecol.common.model.Tile
Returns a List of completed TileImprovements.
getCompoundTerrainImageHeight(TileType) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the height of the terrain-image including overlays and forests for the given terrain type.
getCompressedWidth() - Method in class net.sf.freecol.client.gui.panel.ProductionLabel
Get the CompressedWidth value.
getCompressedWidth() - Method in class net.sf.freecol.client.gui.panel.ProductionMultiplesLabel
Get the CompressedWidth value.
getConnectController() - Method in class net.sf.freecol.client.FreeColClient
Gets the controller responsible for starting a server and connecting to it.
getConnection() - Method in class net.sf.freecol.client.networking.Client
Gets the Connection this Client uses when communicating with the server.
getConnection(Socket) - Method in class net.sf.freecol.metaserver.MetaServer
Gets a Connection identified by a Socket.
getConnection() - Method in class net.sf.freecol.server.ai.AIPlayer
Gets the connection to the server.
getConnection() - Method in class net.sf.freecol.server.ai.NewAIPlayer
Deprecated. Gets the connection to the server.
getConnection() - Method in class net.sf.freecol.server.model.ServerPlayer
Gets the connection of this player.
getConnection(Socket) - Method in class net.sf.freecol.server.networking.Server
Gets a Connection identified by a Socket.
getConnectionIterator() - Method in class net.sf.freecol.metaserver.MetaServer
Gets an iterator of every connection to this server.
getConnectionIterator() - Method in class net.sf.freecol.server.networking.Server
Gets an iterator of every connection to this server.
getConsumedGoodsType() - Method in class net.sf.freecol.common.model.BuildingType
 
getConsumption(GoodsType) - Method in class net.sf.freecol.common.model.Colony
Returns the number of goods of a given type used by the colony each turn.
getController() - Method in class net.sf.freecol.client.gui.panel.FreeColPanel
Describe getController method here.
getController() - Method in class net.sf.freecol.server.FreeColServer
Gets the Controller.
getCost(Unit, Tile, Tile, int, int) - Method in interface net.sf.freecol.common.model.pathfinding.CostDecider
Determines the cost of a single move.
getCost() - Method in class net.sf.freecol.common.model.PathNode
Returns the cost of moving to this PathNode's tile.
getCostToBuy() - Method in class net.sf.freecol.common.model.MarketData
Get the CostToBuy value.
getCount() - Method in class net.sf.freecol.common.model.TradeRoute
Get the Count value.
getCount(T) - Method in class net.sf.freecol.common.model.TypeCountMap
 
getCreationTime() - Method in class net.sf.freecol.client.gui.GUIMessage
Returns the time at which this message was created.
getCurrentFather() - Method in class net.sf.freecol.common.model.Player
Gets the founding father this player is working towards.
getCurrentlyBuilding() - Method in class net.sf.freecol.common.model.Colony
Returns the type of building currently being built.
getCurrentlyPlaying() - Method in class net.sf.freecol.common.ServerInfo
Returns the number of currently active (connected and not dead) players.
getCurrentPlayer() - Method in class net.sf.freecol.common.model.Game
Gets the current player.
getCurrentRadius() - Method in class net.sf.freecol.common.model.Map.CircleIterator
Returns the current radius of the circle.
getCurrentStop() - Method in class net.sf.freecol.common.model.Unit
Get the current stop.
getCursor() - Method in class net.sf.freecol.client.gui.GUI
 
getData() - Method in class net.sf.freecol.common.model.ModelMessage
Returns the data to be displayed in the message.
getDataDirectory() - Static method in class net.sf.freecol.FreeCol
Returns the data directory.
getDate() - Method in class net.sf.freecol.common.model.HighScore
Get the Date value.
getDead() - Method in class net.sf.freecol.common.model.Player
Get the player death state.
getDebugDescription() - Method in class net.sf.freecol.server.ai.goal.Goal
Build and return a string describing this goal including its parent goal.
getDebuggingInfo() - Method in class net.sf.freecol.server.ai.mission.BuildColonyMission
Gets debugging information about this mission.
getDebuggingInfo() - Method in class net.sf.freecol.server.ai.mission.DefendSettlementMission
Gets debugging information about this mission.
getDebuggingInfo() - Method in class net.sf.freecol.server.ai.mission.IndianBringGiftMission
Gets debugging information about this mission.
getDebuggingInfo() - Method in class net.sf.freecol.server.ai.mission.IndianDemandMission
Gets debugging information about this mission.
getDebuggingInfo() - Method in class net.sf.freecol.server.ai.mission.Mission
Gets debugging information about this mission.
getDebuggingInfo() - Method in class net.sf.freecol.server.ai.mission.PioneeringMission
Gets debugging information about this mission.
getDebuggingInfo() - Method in class net.sf.freecol.server.ai.mission.PrivateerMission
Gets debugging information about this mission.
getDebuggingInfo() - Method in class net.sf.freecol.server.ai.mission.ScoutingMission
Gets debugging information about this mission.
getDebuggingInfo() - Method in class net.sf.freecol.server.ai.mission.TransportMission
Gets debugging information about this mission.
getDebuggingInfo() - Method in class net.sf.freecol.server.ai.mission.UnitSeekAndDestroyMission
Gets debugging information about this mission.
getDebuggingInfo() - Method in class net.sf.freecol.server.ai.mission.WishRealizationMission
Gets debugging information about this mission.
getDefaultEquipment() - Method in class net.sf.freecol.common.model.UnitType
 
getDefaultEquipmentType() - Method in class net.sf.freecol.common.model.UnitType
Get the DefaultEquipment value.
getDefaultFileFilter() - Method in class net.sf.freecol.client.gui.panel.FileList
Gets the default file filter.
getDefaultHeader(String) - Static method in class net.sf.freecol.client.gui.panel.FreeColPanel
Returns the default header for panels.
getDefaultLabel() - Method in class net.sf.freecol.client.gui.panel.ConstructionPanel
Get the DefaultLabel value.
getDefaultPort() - Static method in class net.sf.freecol.FreeCol
Returns the default server network port.
getDefaultRegionName(Region.RegionType) - Method in class net.sf.freecol.common.model.Player
Creates a unique region name by fetching a new default name from the list of default names if possible.
getDefaults() - Method in class net.sf.freecol.client.gui.plaf.FreeColLookAndFeel
Creates the look and feel specific defaults table.
getDefaults() - Static method in class net.sf.freecol.common.model.NationOptions
Describe getDefaults method here.
getDefaultSettlementName(boolean) - Method in class net.sf.freecol.common.model.Player
Creates a unique settlement name.
getDefaultTextArea(String) - Static method in class net.sf.freecol.client.gui.panel.ColopediaPanel
Returns a text area with standard settings suitable for use in FreeCol dialogs.
getDefaultTextArea(String) - Static method in class net.sf.freecol.client.gui.panel.FreeColPanel
Returns a text area with standard settings suitable for use in FreeCol dialogs.
getDefaultTextArea(String, int) - Static method in class net.sf.freecol.client.gui.panel.FreeColPanel
Returns a text area with standard settings suitable for use in FreeCol dialogs.
getDefaultTextPane() - Static method in class net.sf.freecol.client.gui.panel.FreeColPanel
Get a JTextPane with default styles.
getDefaultTextPane(String) - Static method in class net.sf.freecol.client.gui.panel.FreeColPanel
Get a JTextPane with default styles and given text.
getDefence() - Method in class net.sf.freecol.common.model.UnitType
Get the Defence value.
getDefenceBonus() - Method in class net.sf.freecol.common.model.TileType
 
getDefencePower(Colony, Unit) - Method in interface net.sf.freecol.common.model.CombatModel
Return the defensive power of the defender versus the bombarding colony.
getDefencePower(Unit, Unit) - Method in interface net.sf.freecol.common.model.CombatModel
Return the defensive power of the defender versus the attacker.
getDefencePower(Colony, Unit) - Method in class net.sf.freecol.common.model.SimpleCombatModel
Return the defensive power of the defender versus the bombarding colony.
getDefencePower(Unit, Unit) - Method in class net.sf.freecol.common.model.SimpleCombatModel
Return the defensive power of the defender versus the attacker.
getDefendingUnit(Unit) - Method in class net.sf.freecol.common.model.Colony
Gets the Unit that is currently defending this Colony.
getDefendingUnit(Unit) - Method in class net.sf.freecol.common.model.IndianSettlement
Gets the Unit that is currently defending this IndianSettlement.
getDefendingUnit(Unit) - Method in class net.sf.freecol.common.model.Settlement
Gets the Unit that is currently defending this Settlement.
getDefendingUnit(Unit) - Method in class net.sf.freecol.common.model.Tile
Gets the Unit that is currently defending this Tile.
getDefensiveModifiers(Unit, Unit) - Method in interface net.sf.freecol.common.model.CombatModel
Return a list of all defensive modifiers that apply to the defender versus the attacker.
getDefensiveModifiers(Colony, Unit) - Method in interface net.sf.freecol.common.model.CombatModel
Return a list of all defensive modifiers that apply to the defender versus the bombarding colony.
getDefensiveModifiers(Colony, Unit) - Method in class net.sf.freecol.common.model.SimpleCombatModel
Return a list of all defensive modifiers that apply to the defender versus the bombarding colony.
getDefensiveModifiers(Unit, Unit) - Method in class net.sf.freecol.common.model.SimpleCombatModel
Return a list of all defensive modifiers that apply to the defender versus the attacker.
getDeliverAmount() - Method in class net.sf.freecol.common.model.TileImprovement
 
getDeliverAmount() - Method in class net.sf.freecol.common.model.TileImprovementType
 
getDeliverGoodsType() - Method in class net.sf.freecol.common.model.TileImprovement
 
getDeliverGoodsType() - Method in class net.sf.freecol.common.model.TileImprovementType
 
getDescription(FreeColObject) - Static method in class net.sf.freecol.client.gui.i18n.Messages
Returns the localized description of a FreeColObject.
getDescription() - Method in class net.sf.freecol.client.gui.plaf.FreeColLookAndFeel
Gets a one line description of this Look and Feel.
getDescriptionLabel() - Method in class net.sf.freecol.client.gui.panel.UnitLabel
Gets the description label.
getDescriptionPanel() - Method in class net.sf.freecol.client.gui.panel.MapEditorTransformPanel.MapTransform
A panel with information about this transformation.
getDestination() - Method in class net.sf.freecol.common.model.TradeItem
Get the Destination value.
getDestination() - Method in class net.sf.freecol.common.model.Unit
Returns the destination of this unit.
getDestination() - Method in class net.sf.freecol.server.ai.Wish
Gets the destination of this Wish.
getDetailedOccupationIndicator() - Method in class net.sf.freecol.common.model.Unit
Get detailed occupation indicator
getDetails() - Method in class net.sf.freecol.client.gui.panel.LabourData.UnitData
 
getDifficulty() - Method in class net.sf.freecol.common.model.HighScore
Get the Difficulty value.
getDifficulty() - Method in class net.sf.freecol.common.model.Player
Returns the difficulty level.
getDifficultyLevel(String) - Method in class net.sf.freecol.common.Specification
Describe getDifficultyLevel method here.
getDifficultyLevel(int) - Method in class net.sf.freecol.common.Specification
Describe getDifficultyLevel method here.
getDifficultyLevels() - Method in class net.sf.freecol.common.Specification
 
getDimension(String) - Method in class net.sf.freecol.client.gui.FAFile
Gets the Dimension of the given String when rendered.
getDirection(Tile, Tile) - Method in class net.sf.freecol.common.model.Map
Returns the direction a unit needs to move in order to get from t1 to t2
getDirection() - Method in class net.sf.freecol.common.model.PathNode
Returns the direction to move in order to get closer towards the goal.
getDiscoverableRegion() - Method in class net.sf.freecol.common.model.Region
Returns a discoverable Region or null.
getDiscoverableRegion() - Method in class net.sf.freecol.common.model.Tile
Return the discoverable Region of this Tile, or null if there is none.
getDiscoveredBy() - Method in class net.sf.freecol.common.model.Region
Get the DiscoveredBy value.
getDiscoveredIn() - Method in class net.sf.freecol.common.model.Region
Get the DiscoveredIn value.
getDisplay() - Method in class net.sf.freecol.common.model.ModelMessage
Gets the Object to display.
getDisplayName() - Method in class net.sf.freecol.common.model.Region
Returns the name or default name of this Region.
getDisplayNumber() - Method in class net.sf.freecol.client.gui.panel.ProductionLabel
Get the DisplayNumber value.
getDisplayNumber() - Method in class net.sf.freecol.client.gui.panel.ProductionMultiplesLabel
Get the DisplayNumber value.
getDisplayTileText() - Method in class net.sf.freecol.client.ClientOptions
Return the client's preferred tile text type.
getDistance(Map.Position, Map.Position) - Method in class net.sf.freecol.common.model.Map
Gets the distance in tiles between two map positions.
getDistance(int, int, int, int) - Method in class net.sf.freecol.common.model.Map
Gets the distance in tiles between two map positions.
getDistanceTo(Tile) - Method in class net.sf.freecol.common.model.Tile
Gets the distance in tiles between this Tile and the specified one.
getDistLandHighSea() - Method in class net.sf.freecol.server.generator.MapGeneratorOptions
Gets the width of "short sea" of the map to be created.
getDocument() - Method in class net.sf.freecol.common.networking.Message
Gets the Document holding the message data.
getDominionsAtWar() - Method in class net.sf.freecol.common.model.Player
Gets a list of the players this REF player is currently fighting.
getDurationInMs() - Method in interface net.sf.freecol.common.io.sza.ImageAnimationEvent
Returns the duration the image should be displayed.
getEducationTurns(UnitType) - Method in class net.sf.freecol.common.model.UnitType
Get the EducationTurns value.
getEducationUnit(int) - Method in class net.sf.freecol.common.model.UnitType
Get a UnitType to learn with a level skill less or equal than given level
getEntries(GoodsType) - Method in class net.sf.freecol.server.ai.ProductionCache
 
getEntries(List<GoodsType>) - Method in class net.sf.freecol.server.ai.ProductionCache
 
getEntries(List<GoodsType>, boolean) - Method in class net.sf.freecol.server.ai.ProductionCache
 
getEntryLocation() - Method in class net.sf.freecol.common.model.Player
Gets the default Location where the units arriving from Europe will be put.
getEntryLocation() - Method in class net.sf.freecol.common.model.Unit
Gets the Location in which this unit will be put when returning from Europe.
getEquipment() - Method in class net.sf.freecol.common.model.AbstractUnit
Returns the Equipment necessary to create a Unit with the same type and role as this AbstractUnit.
getEquipment() - Method in class net.sf.freecol.common.model.Unit
Get the Equipment value.
getEquipmentCount(EquipmentType) - Method in class net.sf.freecol.common.model.Unit
Describe getEquipmentCount method here.
getEquipmentLabel() - Method in class net.sf.freecol.common.model.Unit
Return a description of the unit's equipment.
getEquipmentType(String) - Method in class net.sf.freecol.common.Specification
 
getEquipmentTypeList() - Method in class net.sf.freecol.common.Specification
 
getEurope() - Method in class net.sf.freecol.common.model.Player
Returns the europe object that this player has.
getEuropeanNations() - Method in class net.sf.freecol.common.Specification
 
getEuropeanNationTypes() - Method in class net.sf.freecol.common.Specification
 
getEuropeanPlayers() - Method in class net.sf.freecol.common.model.Game
Returns all the European players known by the player of this game.
getEuropeName() - Method in class net.sf.freecol.common.model.EuropeanNationType
Returns the name of this Nation's Home Port.
getEuropeName() - Method in class net.sf.freecol.common.model.Player
Describe getEuropeName method here.
getEuropePanel() - Method in class net.sf.freecol.client.gui.Canvas
Gets the EuropePanel.
getEvenDX() - Method in enum net.sf.freecol.common.model.Map.Direction
 
getEvenDY() - Method in enum net.sf.freecol.common.model.Map.Direction
 
getEvents() - Method in class net.sf.freecol.common.model.FoundingFather
Returns all events.
getExpendedAmount() - Method in class net.sf.freecol.common.model.TileImprovement
 
getExpendedAmount() - Method in class net.sf.freecol.common.model.TileImprovementType
 
getExpendedEquipmentType() - Method in class net.sf.freecol.common.model.TileImprovement
 
getExpendedEquipmentType() - Method in class net.sf.freecol.common.model.TileImprovementType
 
getExperience() - Method in class net.sf.freecol.common.model.Unit
Gets the experience of this Unit at its current workType.
getExpertForProducing(GoodsType) - Method in class net.sf.freecol.common.Specification
 
getExpertProduction() - Method in class net.sf.freecol.client.gui.panel.LabourData.UnitData
 
getExpertProduction() - Method in class net.sf.freecol.common.model.UnitType
Get the ExpertProduction value.
getExpertUnitType() - Method in class net.sf.freecol.common.model.Building
Returns the unit type being an expert in this Building.
getExportData(GoodsType) - Method in class net.sf.freecol.common.model.Colony
Describe getExportData method here.
getExportLevel() - Method in class net.sf.freecol.common.model.ExportData
Get the ExportLevel value.
getF() - Method in class net.sf.freecol.common.model.PathNode
Returns the estimated cost of the path at this stage.
getFarmedGoodsTypeList() - Method in class net.sf.freecol.common.Specification
 
getFatherCount() - Method in class net.sf.freecol.common.model.Player
Returns the number of founding fathers in this players congress.
getFeatureContainer() - Method in class net.sf.freecol.common.model.Colony
 
getFeatureContainer() - Method in class net.sf.freecol.common.model.FreeColGameObjectType
Get the FeatureContainer value.
getFeatureContainer() - Method in class net.sf.freecol.common.model.Player
Get the FeatureContainer value.
getFeatureContainer() - Method in class net.sf.freecol.common.model.Settlement
Describe getFeatureContainer method here.
getFGOFileFilter() - Static method in class net.sf.freecol.client.gui.panel.FreeColDialog
Returns a filter accepting "*.fgo".
getFile() - Method in class net.sf.freecol.client.gui.panel.FileList.FileListEntry
Gets the file.
getFile(String) - Method in class net.sf.freecol.common.option.OptionMap
Gets the File specified by an option.
getFileFilter() - Method in class net.sf.freecol.common.io.FreeColDataFile
Returns a FileFilter.
getFirstLevel() - Method in class net.sf.freecol.common.model.BuildingType
 
getFirstPlayer() - Method in class net.sf.freecol.common.model.Game
Gets the first player in this game.
getFirstTurn() - Method in class net.sf.freecol.common.model.Feature
Get the firstTurn value.
getFirstUnit() - Method in class net.sf.freecol.common.model.Building
Gets the first unit in this building.
getFirstUnit() - Method in class net.sf.freecol.common.model.ColonyTile
Gets the Unit currently working on this ColonyTile.
getFirstUnit() - Method in class net.sf.freecol.common.model.Europe
Gets the first Unit in this Europe.
getFirstUnit() - Method in class net.sf.freecol.common.model.IndianSettlement
 
getFirstUnit() - Method in class net.sf.freecol.common.model.Tile
Gets the first Unit on this tile.
getFirstUnit() - Method in class net.sf.freecol.common.model.Unit
Gets the first Unit beeing carried by this Unit.
getFloodFillIterator(Map.Position) - Method in class net.sf.freecol.common.model.Map
Get a flood fill iterator.
getFocus() - Method in class net.sf.freecol.client.gui.GUI
Gets the focus of the map.
getFoodConsumed() - Method in class net.sf.freecol.common.model.UnitType
Returns the amount of food this unit type consumes per turn.
getFoodConsumption() - Method in class net.sf.freecol.common.model.Settlement
Gives the food needed to keep all units alive in this Settlement.
getFoodConsumptionByType(GoodsType) - Method in class net.sf.freecol.common.model.Settlement
Gets food consumption by type
getFoodCount() - Method in class net.sf.freecol.common.model.Settlement
Returns the total amount of food present.
getFoodProduction() - Method in class net.sf.freecol.common.model.Colony
Gets the combined production of all food types.
getFoodProduction() - Method in class net.sf.freecol.server.ai.ColonyPlan
Returns the production of food according to this plan.
getForeignAffairsReport() - Method in class net.sf.freecol.client.control.InGameController
Gathers information about opponents.
getForestImage(TileType) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the forest image for a terrain type.
getFoundingFather(String) - Method in class net.sf.freecol.common.Specification
 
getFoundingFatherImage(FoundingFather) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the portrait of this Founding Father.
getFoundingFathers() - Method in class net.sf.freecol.common.Specification
 
getFrame() - Method in class net.sf.freecol.client.FreeColClient
Describe getFrame method here.
getFreeColAction(String) - Method in class net.sf.freecol.client.gui.action.ActionManager
Gets the FreeColAction specified by the given id.
getFreeColClient() - Static method in class net.sf.freecol.FreeCol
Gets the FreeColClient.
getFreeColGameObject(XMLStreamReader, String, Class<T>) - Method in class net.sf.freecol.common.model.FreeColGameObject
 
getFreeColGameObject(XMLStreamReader, String, Class<T>, T) - Method in class net.sf.freecol.common.model.FreeColGameObject
 
getFreeColGameObject(String) - Method in class net.sf.freecol.common.model.Game
Gets the FreeColGameObject with the specified ID.
getFreeColGameObject(String) - Method in class net.sf.freecol.server.ai.AIMain
Gets the FreeColGameObject with the given ID.
getFreeColGameObjectIterator() - Method in class net.sf.freecol.common.model.Game
Gets an Iterator of every registered FreeColGameObject.
getFreeColGameObjectListener() - Method in class net.sf.freecol.common.model.Game
 
getFreeColGameObjectSafely(String) - Method in class net.sf.freecol.common.model.Game
Get the FreeColGameObject with the given id or null.
getFreeColProtocolVersion() - Static method in class net.sf.freecol.common.networking.Message
Gets the current version of the FreeCol protocol.
getFreeColServer() - Method in class net.sf.freecol.client.FreeColClient
Gets the FreeColServer started by the client.
getFreeColServer() - Method in class net.sf.freecol.server.ai.AIMain
Gets the main controller object for the server.
getFSGConverter() - Static method in class net.sf.freecol.tools.FSGConverter
Gets an object for converting FreeCol Savegames.
getFSGFileFilter() - Static method in class net.sf.freecol.client.gui.panel.FreeColDialog
Returns a filter accepting "*.fsg".
getFullGoods() - Method in class net.sf.freecol.common.model.GoodsContainer
Gets an Iterator of every Goods in this GoodsContainer.
getGame() - Method in class net.sf.freecol.client.FreeColClient
Gets the Game that we are currently playing.
getGame() - Method in class net.sf.freecol.client.gui.panel.FreeColPanel
Describe getGame method here.
getGame() - Method in class net.sf.freecol.common.model.DiplomaticTrade
Gets the game object this DiplomaticTrade belongs to.
getGame() - Method in class net.sf.freecol.common.model.FreeColGameObject
Gets the game object this FreeColGameObject belongs to.
getGame() - Method in class net.sf.freecol.common.model.Goods
Gets the game object this Goods belongs to.
getGame() - Method in class net.sf.freecol.common.model.TradeItem
Get the Game value.
getGame() - Method in class net.sf.freecol.server.ai.AIMain
Returns the game.
getGame() - Method in class net.sf.freecol.server.ai.AIObject
Returns the game.
getGame() - Method in class net.sf.freecol.server.ai.ColonyPlan
Get the Game this object is associated to.
getGame() - Method in class net.sf.freecol.server.FreeColServer
Gets the Game that is being played.
getGameOptions() - Method in class net.sf.freecol.common.model.FreeColGameObject
Gets the GameOptions that is associated with the Game owning this FreeColGameObject.
getGameOptions() - Method in class net.sf.freecol.common.model.Game
Gets the GameOptions that is associated with this Game.
getGameOptionsFileFilter() - Static method in class net.sf.freecol.client.gui.panel.FreeColDialog
Returns a filter accepting all files containing a GameOptions.
getGameState() - Method in class net.sf.freecol.common.ServerInfo
Gets the current state of the game.
getGameState() - Method in class net.sf.freecol.server.FreeColServer
Gets the current state of the game.
getGameStatistics() - Method in class net.sf.freecol.common.model.Game
Computes how many objects of each class have been created, to track memory leaks over time
getGameStatistics() - Method in class net.sf.freecol.common.networking.StatisticsMessage
Get the game statistics.
getGeneratedUnitCount() - Method in class net.sf.freecol.common.model.IndianSettlement
Provide some variation in unit count for different types of IndianSettlement.
getGoal() - Method in interface net.sf.freecol.common.model.pathfinding.GoalDecider
Gets the PathNode containing the goal.
getGoal() - Method in class net.sf.freecol.server.ai.AIUnit
 
getGoalDescription() - Method in class net.sf.freecol.server.ai.goal.CreateMissionAtSettlementGoal
 
getGoalDescription() - Method in class net.sf.freecol.server.ai.goal.Goal
Returns a string describing just this goal.
getGoalDescription() - Method in class net.sf.freecol.server.ai.goal.GotoAdjacentGoal
 
getGoalDescription() - Method in class net.sf.freecol.server.ai.goal.ManageMissionariesGoal
 
getGold() - Method in class net.sf.freecol.common.model.GoldTradeItem
Get the Gold value.
getGold() - Method in class net.sf.freecol.common.model.Player
Returns the amount of gold that this player has.
getGold() - Method in class net.sf.freecol.common.networking.BuyPropositionMessage
What is the price currently negotiated for this transaction?
getGold() - Method in class net.sf.freecol.common.networking.SellPropositionMessage
What is the price currently negotiated for this transaction?
getGoods() - Method in class net.sf.freecol.client.gui.panel.GoodsLabel
Returns this GoodsLabel's goods data.
getGoods(GoodsType) - Method in class net.sf.freecol.common.model.GoodsContainer
 
getGoods() - Method in class net.sf.freecol.common.model.GoodsContainer
Returns an ArrayList containing all Goods in this GoodsContainer.
getGoods() - Method in class net.sf.freecol.common.model.GoodsTradeItem
Get the Goods value.
getGoods() - Method in class net.sf.freecol.common.networking.DeliverGiftMessage
Get the Goods delivered as a gift.
getGoods() - Method in class net.sf.freecol.server.ai.AIGoods
Gets the goods this AIGoods is controlling.
getGoodsAmount() - Method in class net.sf.freecol.server.ai.GoodsWish
 
getGoodsContainer() - Method in class net.sf.freecol.common.model.Building
Gets this Location's GoodsContainer.
getGoodsContainer() - Method in class net.sf.freecol.common.model.ColonyTile
 
getGoodsContainer() - Method in class net.sf.freecol.common.model.Europe
 
getGoodsContainer() - Method in interface net.sf.freecol.common.model.Location
Gets the GoodsContainer this Location use for storing it's goods.
getGoodsContainer() - Method in class net.sf.freecol.common.model.Settlement
 
getGoodsContainer() - Method in class net.sf.freecol.common.model.Tile
Returns null.
getGoodsContainer() - Method in class net.sf.freecol.common.model.Unit
 
getGoodsCount(GoodsType) - Method in class net.sf.freecol.common.model.GoodsContainer
Returns the amount of one type of Goods in this container.
getGoodsCount() - Method in class net.sf.freecol.common.model.GoodsContainer
Gets the number of goods-packages.
getGoodsCount(GoodsType) - Method in class net.sf.freecol.common.model.Settlement
Gets the amount of one type of Goods at this Settlement.
getGoodsCount() - Method in class net.sf.freecol.common.model.Unit
 
getGoodsFood() - Method in class net.sf.freecol.common.Specification
 
getGoodsGivenBy(Player) - Method in class net.sf.freecol.common.model.DiplomaticTrade
Returns a list of goods given by Player
getGoodsIcon() - Method in class net.sf.freecol.client.gui.panel.ProductionLabel
Get the GoodsIcon value.
getGoodsIcon() - Method in class net.sf.freecol.client.gui.panel.ProductionMultiplesLabel
Get the GoodsIcon value.
getGoodsImage(GoodsType) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the goods-image at the given index.
getGoodsImage(GoodsType) - Method in class net.sf.freecol.client.gui.panel.ImageProvider
Should return the Image of the graphic with the given type.
getGoodsImageIcon(GoodsType) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the goods-image for a goods type.
getGoodsImageIcon(GoodsType) - Method in class net.sf.freecol.client.gui.panel.ImageProvider
Should return the Image of the graphic with the given type.
getGoodsInput() - Method in class net.sf.freecol.common.model.Building
Returns the amount of goods being used to get the current production.
getGoodsInputNextTurn() - Method in class net.sf.freecol.common.model.Building
Returns the amount of goods being used to get the current production at the next turn.
getGoodsInputType() - Method in class net.sf.freecol.common.model.Building
Returns the type of goods this building needs for input.
getGoodsIterator() - Method in class net.sf.freecol.common.model.GoodsContainer
Gets an Iterator of every Goods in this GoodsContainer.
getGoodsIterator() - Method in class net.sf.freecol.common.model.Settlement
Gets an Iterator of every Goods in this GoodsContainer.
getGoodsIterator() - Method in class net.sf.freecol.common.model.Unit
Gets a Iterator of every Unit directly located on this Location.
getGoodsList() - Method in class net.sf.freecol.common.model.Unit
Returns a List containing the goods carried by this unit.
getGoodsMenu(GoodsLabel) - Method in class net.sf.freecol.client.gui.panel.DragListener
 
getGoodsOutputType() - Method in class net.sf.freecol.common.model.Building
Returns the type of goods this Building produces.
getGoodsRequired() - Method in class net.sf.freecol.common.model.BuildableType
Get the GoodsRequired value.
getGoodsRequiredAsString() - Method in class net.sf.freecol.common.model.BuildableType
 
getGoodsToLoad() - Method in class net.sf.freecol.common.model.TradeRouteStop
Get the GoodsToLoad value.
getGoodsToUnload() - Method in class net.sf.freecol.common.model.TradeRouteStop
Get the GoodsToUnload value.
getGoodsType() - Method in class net.sf.freecol.common.model.MarketData
Get the type of goods of this MarketData.
getGoodsType(String) - Method in class net.sf.freecol.common.Specification
Describe getGoodsType method here.
getGoodsType() - Method in class net.sf.freecol.server.ai.GoodsWish
Returns the type of unit needed for releasing this wish.
getGoodsType() - Method in class net.sf.freecol.server.ai.ProductionCache.Entry
 
getGoodsType() - Method in class net.sf.freecol.server.ai.WorkLocationPlan
Gets the type of goods which should be produced at the WorkLocation.
getGoodsTypeList() - Method in class net.sf.freecol.common.Specification
 
getGotoPath() - Method in class net.sf.freecol.client.gui.GUI
Gets the path to be drawn on the map.
getGrayscaleImage(Dimension) - Method in class net.sf.freecol.common.resources.ImageResource
Gets a grayscale version of the image of the given size.
getGrayscaleImage(double) - Method in class net.sf.freecol.common.resources.ImageResource
Returns the image using the specified scale.
getGrayscaleImage(String, Dimension) - Static method in class net.sf.freecol.common.resources.ResourceManager
Returns the a grayscale version of the image specified by the given name.
getGrayscaleImage(String, double) - Static method in class net.sf.freecol.common.resources.ResourceManager
Returns the grayscale version of the image specified by the given name.
getGroup() - Method in class net.sf.freecol.common.option.AbstractOption
Returns the string prefix that identifies the group of this Option.
getGUI() - Method in class net.sf.freecol.client.FreeColClient
Gets the GUI that is being used to draw the map on the Canvas.
getGUI() - Method in class net.sf.freecol.client.gui.Canvas
Returns this Canvas's GUI.
getHeight() - Method in class net.sf.freecol.client.gui.GUI
Returns the height of this GUI.
getHeight() - Method in class net.sf.freecol.common.io.sza.SimpleZippedAnimation
Gets the height of the animation.
getHeight() - Method in class net.sf.freecol.common.model.Map
Returns the height of this Map.
getHeight() - Method in class net.sf.freecol.server.generator.MapGeneratorOptions
Gets the height of the map to be created.
getHeight(int) - Static method in class net.sf.freecol.server.generator.MapGeneratorOptions
 
getHighLevel() - Method in class net.sf.freecol.common.model.ExportData
Get the HighLevel value.
getHighScores() - Method in class net.sf.freecol.client.control.InGameController
Retrieves high scores from server.
getHighScores() - Method in class net.sf.freecol.server.FreeColServer
Get the HighScores value.
getHistory() - Method in class net.sf.freecol.common.model.Player
Get the History value.
getHitpoints() - Method in class net.sf.freecol.common.model.Unit
Returns the hitpoints.
getHitPoints() - Method in class net.sf.freecol.common.model.UnitType
Get the HitPoints value.
getHost() - Method in class net.sf.freecol.client.networking.Client
 
getHumanKeyStrokeText(KeyStroke) - Static method in class net.sf.freecol.client.gui.option.FreeColActionUI
Gets a string to represent the given KeyStroke to the user.
getHumidity() - Method in class net.sf.freecol.server.generator.MapGeneratorOptions
Gets the average humidity of the map.
getI18nDirectory() - Static method in class net.sf.freecol.client.gui.i18n.Messages
Returns the directory containing language property files.
getId() - Method in class net.sf.freecol.client.gui.action.FreeColAction
Returns the id of this Option.
getId() - Method in class net.sf.freecol.common.io.FreeColModFile
Gets the ID of this mod.
getId() - Method in class net.sf.freecol.common.io.FreeColModFile.ModInfo
Gets the ID of this mod.
getId() - Method in class net.sf.freecol.common.model.FreeColObject
Get the Id value.
getId() - Method in interface net.sf.freecol.common.model.Location
Gets the ID of this Location.
getId() - Method in enum net.sf.freecol.common.model.Unit.Role
 
getId(T) - Method in interface net.sf.freecol.common.option.ListOptionSelector
Gets the id that should be used to identify an object in a ListOption.
getId() - Method in interface net.sf.freecol.common.option.Option
Returns the id of this Option.
getId() - Method in class net.sf.freecol.server.ai.AIPlayer
Returns the ID for this AIPlayer.
getId() - Method in class net.sf.freecol.server.ai.AIUnit
Returns the ID of this AIObject.
getId() - Method in class net.sf.freecol.server.ai.NewAIPlayer
Deprecated. Returns the ID for this AIPlayer.
getId() - Method in interface net.sf.freecol.server.ai.Transportable
Returns the ID of the AIObject implementing this interface.
getImage() - Method in interface net.sf.freecol.common.io.sza.ImageAnimationEvent
Returns the image this event contains.
getImage() - Method in class net.sf.freecol.common.model.BuildingType
 
getImage() - Method in class net.sf.freecol.common.resources.ImageResource
Gets the Image represented by this resource.
getImage(double) - Method in class net.sf.freecol.common.resources.ImageResource
Returns the image using the specified scale.
getImage(Dimension) - Method in class net.sf.freecol.common.resources.ImageResource
Returns the image using the specified dimension.
getImage(String) - Static method in class net.sf.freecol.common.resources.ResourceManager
Returns the image specified by the given name.
getImage(String, double) - Static method in class net.sf.freecol.common.resources.ResourceManager
Returns the image specified by the given name.
getImage(String, Dimension) - Static method in class net.sf.freecol.common.resources.ResourceManager
Returns the image specified by the given name.
getImageIcon(Object, boolean) - Method in class net.sf.freecol.client.gui.Canvas
Returns the appropriate ImageIcon for Object.
getImageIcon(String) - Static method in class net.sf.freecol.common.resources.ResourceManager
Creates an ImageIcon for the image of the given name.
getImageIDs() - Method in class net.sf.freecol.client.gui.action.ImprovementActionType
 
getImageLibrary() - Method in class net.sf.freecol.client.FreeColClient
Gets the ImageLibrary.
getImageLibrary() - Method in class net.sf.freecol.client.gui.Canvas
 
getImmigration() - Method in class net.sf.freecol.common.model.Colony
Describe getImmigration method here.
getImmigration() - Method in class net.sf.freecol.common.model.Player
Gets the number of immigration this player possess.
getImmigrationGoodsTypeList() - Method in class net.sf.freecol.common.Specification
 
getImmigrationRequired() - Method in class net.sf.freecol.common.model.Player
Gets the number of immigration required to cause a new colonist to emigrate.
getImprovementActionType(String) - Method in class net.sf.freecol.common.Specification
 
getImprovementActionTypeList() - Method in class net.sf.freecol.common.Specification
 
getImprovements() - Method in class net.sf.freecol.common.model.PlayerExploredTile
 
getImprovements() - Method in class net.sf.freecol.common.model.TileItemContainer
Returns a List of the TileImprovements in this TileItemContainer.
getImpTypes() - Method in class net.sf.freecol.client.gui.action.ImprovementActionType
 
getInciteAmount(Player, Player, Player) - Static method in class net.sf.freecol.common.model.Game
Gets the amount of gold needed for inciting.
getIncomeAfterTaxes() - Method in class net.sf.freecol.common.model.MarketData
Get the IncomeAfterTaxes value.
getIncomeAfterTaxes(GoodsType) - Method in class net.sf.freecol.common.model.Player
Returns the current incomeAfterTaxes.
getIncomeBeforeTaxes() - Method in class net.sf.freecol.common.model.MarketData
Get the IncomeBeforeTaxes value.
getIncomeBeforeTaxes(GoodsType) - Method in class net.sf.freecol.common.model.Player
Returns the current incomeBeforeTaxes.
getIncrement() - Method in class net.sf.freecol.common.model.Modifier
Get the Increment increment.
getIncrementType() - Method in class net.sf.freecol.common.model.Modifier
Get the IncrementType value.
getIndependenceTurn() - Method in class net.sf.freecol.common.model.HighScore
Get the IndependenceTurn value.
getIndependentNationName() - Method in class net.sf.freecol.common.model.Player
Get the IndependentNationName value.
getIndex() - Method in class net.sf.freecol.common.model.FreeColGameObjectType
 
getIndex() - Method in class net.sf.freecol.common.model.Player
Returns the index of this Player.
getIndianNations() - Method in class net.sf.freecol.common.Specification
 
getIndianNationTypes() - Method in class net.sf.freecol.common.Specification
 
getIndianSettlement(String) - Method in class net.sf.freecol.common.model.Player
Returns the IndianSettlement with the given name.
getIndianSettlement() - Method in class net.sf.freecol.common.model.Unit
Gets the IndianSettlement that owns this unit.
getIndianSettlements() - Method in class net.sf.freecol.common.model.Player
Returns a list of all IndianSettlements this player owns.
getInfoPanelHeight() - Method in class net.sf.freecol.client.gui.panel.MapControls
Returns the height of the InfoPanel.
getInfoPanelWidth() - Method in class net.sf.freecol.client.gui.panel.MapControls
Returns the width of the InfoPanel.
getInGameController() - Method in class net.sf.freecol.client.FreeColClient
Gets the controller that will be used when the game has been started.
getInGameController() - Method in class net.sf.freecol.server.FreeColServer
Gets the controller being used while the game is running.
getInGameInputHandler() - Method in class net.sf.freecol.client.FreeColClient
Gets the input handler that will be used when the game has been started.
getInGameInputHandler() - Method in class net.sf.freecol.server.FreeColServer
Gets the InGameInputHandler.
getInitialAmount() - Method in class net.sf.freecol.common.model.GoodsType
 
getInitialBuyPrice() - Method in class net.sf.freecol.common.model.GoodsType
 
getInitialMovesLeft() - Method in class net.sf.freecol.common.model.Unit
Gets the amount of moves this unit has at the beginning of each turn.
getInitialPrice() - Method in class net.sf.freecol.common.model.MarketData
Get the InitialPrice value.
getInitialSellPrice() - Method in class net.sf.freecol.common.model.GoodsType
 
getInstance() - Static method in class net.sf.freecol.common.util.EmptyIterator
Returns an instance of the EmptyIterator for the given type.
getInteger(String) - Method in class net.sf.freecol.common.option.OptionMap
Gets the integer value of an option.
getIntegerID() - Method in class net.sf.freecol.common.model.FreeColGameObject
Gets the ID's integer part of this object.
getIntegerOption(String) - Method in class net.sf.freecol.common.Specification
Returns the IntegerOption with the given ID.
getIntegrity() - Method in class net.sf.freecol.server.FreeColServer
Gets the integrity check result.
getItemValues() - Method in class net.sf.freecol.common.option.SelectOption
Gets the range values of this RangeOption.
getKey(String, String) - Static method in class net.sf.freecol.client.gui.i18n.Messages
Returns the preferred key if it is contained in the message bundle and the default key otherwise.
getKey() - Method in class net.sf.freecol.common.option.AudioMixerOption.MixerWrapper
 
getKey() - Method in class net.sf.freecol.common.option.LanguageOption.Language
Get the Key value.
getKeyStrokeText(KeyStroke) - Static method in class net.sf.freecol.client.gui.action.FreeColAction
Creates a String that keeps the attributes given KeyStroke.
getLabel(Unit) - Static method in class net.sf.freecol.client.gui.i18n.Messages
Returns the name of a unit in a human readable format.
getLabel(UnitType, Unit.Role) - Static method in class net.sf.freecol.client.gui.i18n.Messages
Returns the name of a unit in a human readable format.
getLabel(Tile) - Static method in class net.sf.freecol.client.gui.i18n.Messages
Returns a description of the Tile, with the name of the tile and any improvements on it (road/plow/etc) from TileItemContainer.
getLabel(ColonyTile) - Static method in class net.sf.freecol.client.gui.i18n.Messages
Returns a description of the tile, with the name of the tile and any improvements made to it (road/plow).
getLabel(Goods) - Static method in class net.sf.freecol.client.gui.i18n.Messages
Returns a description of the goods.
getLabel(GoodsType, int) - Static method in class net.sf.freecol.client.gui.i18n.Messages
Returns a description of the goods.
getLabel(TileItemContainer) - Static method in class net.sf.freecol.client.gui.i18n.Messages
Returns a description of the tile, with the name of the tile and any improvements made to it (road/plow)
getLabel() - Method in class net.sf.freecol.client.gui.option.AudioMixerOptionUI
Get the Label value.
getLabel() - Method in class net.sf.freecol.client.gui.option.IntegerOptionUI
Get the Label value.
getLabel() - Method in class net.sf.freecol.client.gui.option.LanguageOptionUI
Get the Label value.
getLabel() - Method in class net.sf.freecol.client.gui.option.SelectOptionUI
Get the Label value.
getLabourTypes(Player) - Static method in class net.sf.freecol.client.gui.panel.LabourData
 
getLand() - Method in class net.sf.freecol.server.generator.MapGeneratorOptions
Gets the approximate number of land tiles to be created.
getLandGenerator() - Method in class net.sf.freecol.server.generator.MapGenerator
 
getLandGeneratorType() - Method in class net.sf.freecol.server.generator.MapGeneratorOptions
Gets the type of land generator to be used.
getLandMass() - Method in class net.sf.freecol.server.generator.MapGeneratorOptions
Gets the percentage of land of the map to be created.
getLandPrice(Tile) - Method in class net.sf.freecol.common.model.Player
Returns the price of the given land.
getLandUnits() - Method in class net.sf.freecol.common.model.Monarch
Returns only the land units.
getLastNode() - Method in class net.sf.freecol.common.model.PathNode
Returns the last node of this path.
getLastSection() - Method in class net.sf.freecol.server.generator.River
 
getLastTurn() - Method in class net.sf.freecol.common.model.Feature
Get the LastTurn value.
getLastUnit() - Method in class net.sf.freecol.common.model.Building
Gets the last unit in this building.
getLastUnit() - Method in class net.sf.freecol.common.model.ColonyTile
Gets the Unit currently working on this ColonyTile.
getLastUnit() - Method in class net.sf.freecol.common.model.Europe
Gets the last Unit in this Europe.
getLastUnit() - Method in class net.sf.freecol.common.model.IndianSettlement
 
getLastUnit() - Method in class net.sf.freecol.common.model.Tile
Gets the last Unit on this tile.
getLastUnit() - Method in class net.sf.freecol.common.model.Unit
Gets the last Unit beeing carried by this Unit.
getLastUpdated() - Method in class net.sf.freecol.metaserver.MetaItem
Returns the last time this object was updated.
getLearnableSkill() - Method in class net.sf.freecol.common.model.IndianSettlement
Returns the skill that can be learned at this settlement.
getLength() - Method in class net.sf.freecol.server.generator.River
Returns the length of this river.
getLevel() - Method in class net.sf.freecol.common.model.Building
Returns the level of this building.
getLevel() - Method in class net.sf.freecol.common.model.BuildingType
 
getLevel() - Method in class net.sf.freecol.common.model.HighScore
Get the Level value.
getLevel() - Method in class net.sf.freecol.common.model.Tension
Returns the current tension level.
getLiberty() - Method in class net.sf.freecol.common.model.Colony
Describe getLiberty method here.
getLiberty() - Method in class net.sf.freecol.common.model.Player
Gets the current amount of liberty this Player has.
getLibertyGoodsTypeList() - Method in class net.sf.freecol.common.Specification
 
getLibertyProductionNextTurn() - Method in class net.sf.freecol.common.model.Player
Returns how many total liberty will be produced if no colonies are lost and nothing unexpected happens.
getLibrary() - Method in class net.sf.freecol.client.gui.panel.FreeColPanel
Returns the ImageLibrary.
getLimit() - Method in enum net.sf.freecol.common.model.Tension.Level
 
getLineOfSight() - Method in class net.sf.freecol.common.model.Settlement
Gets this colony's line of sight.
getLineOfSight() - Method in class net.sf.freecol.common.model.Unit
Gets the line of sight of this Unit.
getLineOfSight() - Method in class net.sf.freecol.common.model.UnitType
Get the LineOfSight value.
getLinkButton(String, Icon, String) - Static method in class net.sf.freecol.client.gui.panel.FreeColPanel
Return a button suitable for linking to another panel (e.g.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.sf.freecol.client.gui.plaf.FreeColComboBoxRenderer
Returns a ListCellRenderer for the given JList.
getListOptionSelector() - Method in class net.sf.freecol.common.option.ListOption
Gets the delegate responsible for getting a list of objects that can be selected by this option.
getLoadableAmount(GoodsType) - Method in class net.sf.freecol.common.model.Unit
Returns the amount of a GoodsType that could be loaded.
getLoadingSavegameDialog() - Method in class net.sf.freecol.client.gui.Canvas
Gets the LoadingSavegameDialog.
getLocale(String) - Static method in class net.sf.freecol.common.option.LanguageOption
Returns the Locale decided by the given name.
getLocale() - Method in class net.sf.freecol.common.option.LanguageOption.Language
Get the Locale value.
getLocale() - Static method in class net.sf.freecol.FreeCol
Determines the Locale to be used.
getLocation() - Method in class net.sf.freecol.common.model.Goods
Gets the location of this goods.
getLocation() - Method in interface net.sf.freecol.common.model.Locatable
Gets the location of this Locatable.
getLocation() - Method in class net.sf.freecol.common.model.TileItem
Gets the location of this TileItem.
getLocation() - Method in class net.sf.freecol.common.model.TradeRoute.Stop
Get the Location value.
getLocation() - Method in class net.sf.freecol.common.model.TradeRouteStop
Get the Location value.
getLocation() - Method in class net.sf.freecol.common.model.Unit
Gets the location of this Unit.
getLocationAbilitiesRequired() - Method in class net.sf.freecol.common.model.EquipmentType
Returns the abilities required by this Type.
getLocationData(LabourData.UnitData) - Method in interface net.sf.freecol.client.gui.panel.LabourData.LocationData.Getter
 
getLocationName(Tile) - Static method in class net.sf.freecol.client.gui.i18n.Messages
Returns the location name of the given Tile.
getLocationName(Building) - Static method in class net.sf.freecol.client.gui.i18n.Messages
Returns the location name of the given Building.
getLocationName(ColonyTile) - Static method in class net.sf.freecol.client.gui.i18n.Messages
Returns the (non-unique) name of the given ColonyTile.
getLocationName(Unit) - Static method in class net.sf.freecol.client.gui.i18n.Messages
Returns a name for this unit, as a location.
getLocationName(Location) - Static method in class net.sf.freecol.client.gui.i18n.Messages
Describe getLocationName method here.
getLostCityRumour() - Method in class net.sf.freecol.common.model.PlayerExploredTile
 
getLostCityRumour() - Method in class net.sf.freecol.common.model.Tile
Returns the lost city rumour on this Tile if any
getLostCityRumour() - Method in class net.sf.freecol.common.model.TileItemContainer
Get the LostCityRumour value.
getLowLevel() - Method in class net.sf.freecol.common.model.ExportData
Get the LowLevel value.
getMagnitude() - Method in class net.sf.freecol.common.model.TileImprovement
 
getMagnitude() - Method in class net.sf.freecol.common.model.TileImprovementType
 
getMainPanel() - Method in class net.sf.freecol.client.gui.Canvas
Gets the MainPanel.
getMap() - Method in class net.sf.freecol.common.model.Game
Gets the Map that is being used in this game.
getMap() - Method in class net.sf.freecol.common.model.Tile
Gets the Map in which this Tile belongs.
getMapControls() - Method in class net.sf.freecol.client.gui.action.MapControlsAction
Returns The MapControls object.
getMapControls() - Method in class net.sf.freecol.client.gui.Canvas
Returns the MapControls of this Canvas.
getMapEditorController() - Method in class net.sf.freecol.client.FreeColClient
 
getMapGenerator() - Method in class net.sf.freecol.server.FreeColServer
Gets the MapGenerator this FreeColServer is using when creating random maps.
getMapGeneratorOptions() - Method in class net.sf.freecol.client.control.PreGameController
Gets the MapGeneratorOptions used when creating a map.
getMapGeneratorOptions() - Method in interface net.sf.freecol.server.generator.IMapGenerator
Gets the options used when generating the map.
getMapGeneratorOptions() - Method in class net.sf.freecol.server.generator.MapGenerator
 
getMapScale() - Method in class net.sf.freecol.client.gui.GUI
Get the current scale of the map.
getMapTransform() - Method in class net.sf.freecol.client.control.MapEditorController
Gets the current MapTransform.
getMarket() - Method in class net.sf.freecol.client.gui.panel.MarketLabel
Returns this MarketLabel's market.
getMarket() - Method in class net.sf.freecol.common.model.Player
Returns this Player's Market.
getMarketData(GoodsType) - Method in class net.sf.freecol.common.model.Market
Return the market data for a type of goods.
getMarketName() - Method in class net.sf.freecol.common.model.Player
What is the name of the player's market? Following a declaration of independence we are assumed to trade broadly with any European market rather than a specific port.
getMarketPanel() - Method in class net.sf.freecol.client.gui.panel.EuropePanel
Returns a pointer to the MarketPanel-object in use.
getMaxDistToEdge() - Method in class net.sf.freecol.server.generator.MapGeneratorOptions
Gets the maximum allowed distance between edge and possible highSea tile.
getMaxGoodsIcons() - Method in class net.sf.freecol.client.gui.panel.ProductionLabel
Get the MaxGoodsIcons value.
getMaxGoodsIcons() - Method in class net.sf.freecol.client.gui.panel.ProductionMultiplesLabel
Get the MaxGoodsIcons value.
getMaximumAttrition() - Method in class net.sf.freecol.common.model.UnitType
Get the MaximumAttrition value.
getMaximumCount() - Method in class net.sf.freecol.common.model.EquipmentType
Get the MaximumCount value.
getMaximumGoodsInput() - Method in class net.sf.freecol.common.model.Building
Returns the amount of goods needed to have a full production.
getMaximumIconHeight() - Method in class net.sf.freecol.client.gui.panel.ProductionMultiplesLabel
Need to determine the tallest icon TODO: Why does this use the image instead of the Icon like width??
getMaximumIconWidth() - Method in class net.sf.freecol.client.gui.panel.ProductionMultiplesLabel
Need to determine what the phatest icon is
getMaximumPotential(GoodsType, UnitType) - Method in class net.sf.freecol.common.model.Tile
Gets the maximum potential for producing the given type of goods.
getMaximumProduction() - Method in class net.sf.freecol.client.gui.panel.ProductionLabel
Get the MaximumProduction value.
getMaximumProduction() - Method in class net.sf.freecol.client.gui.panel.ProductionMultiplesLabel
Get the MaximumProduction value.
getMaximumProduction() - Method in class net.sf.freecol.common.model.Building
Returns the maximum production of this building.
getMaximumProduction(GoodsType) - Method in class net.sf.freecol.common.model.IndianSettlement
Gets the maximum possible production of the given type of goods.
getMaximumValue() - Method in class net.sf.freecol.common.option.IntegerOption
Returns the maximum allowed value.
getMaxUnits() - Method in class net.sf.freecol.common.model.Building
Gets the maximum number of units allowed in this Building.
getMembers() - Method in class net.sf.freecol.common.model.Colony
Return the number of sons of liberty
getMemoryStatistics() - Method in class net.sf.freecol.common.model.Game
 
getMemoryStatistics() - Method in class net.sf.freecol.common.networking.StatisticsMessage
Get the free memory.
getMenuKeyListener() - Method in class net.sf.freecol.client.gui.action.FreeColAction
 
getMercenaries(Random) - Method in class net.sf.freecol.common.model.Monarch
Returns units available as mercenaries.
getMessage(int) - Method in class net.sf.freecol.client.gui.GUI
Gets the message at position 'index'.
getMessage() - Method in class net.sf.freecol.client.gui.GUIMessage
Returns the actual message data.
getMessage() - Method in class net.sf.freecol.common.networking.ChatMessage
What is the text of this ChatMessage?
getMessageCount() - Method in class net.sf.freecol.client.gui.GUI
Gets the amount of message that are currently being displayed on this GUI.
getMessageHandler() - Method in class net.sf.freecol.common.networking.Connection
Gets the MessageHandler for this Connection.
getMethodName() - Method in class net.sf.freecol.common.model.Scope
Get the MethodName value.
getMethodValue() - Method in class net.sf.freecol.common.model.Scope
Get the MethodValue value.
getMinimapColor() - Method in class net.sf.freecol.common.model.TileType
 
getMinimumScore() - Method in enum net.sf.freecol.common.model.HighScore.Level
 
getMinimumSize() - Method in class net.sf.freecol.client.gui.Canvas
 
getMinimumSize() - Method in class net.sf.freecol.client.gui.panel.ClientOptionsDialog
 
getMinimumSize() - Method in class net.sf.freecol.client.gui.panel.GameOptionsDialog
 
getMinimumSize() - Method in class net.sf.freecol.client.gui.panel.MapGeneratorOptionsDialog
 
getMinimumSize() - Method in class net.sf.freecol.client.gui.panel.ReportCargoPanel
 
getMinimumSize() - Method in class net.sf.freecol.client.gui.panel.ReportMilitaryPanel
 
getMinimumSize() - Method in class net.sf.freecol.client.gui.panel.ReportNavalPanel
 
getMinimumSize() - Method in class net.sf.freecol.client.gui.panel.ReportTradePanel
 
getMinimumValue() - Method in class net.sf.freecol.common.option.IntegerOption
Returns the minimum allowed value.
getMiscImage(String) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the image with the given id.
getMiscImage(String) - Method in class net.sf.freecol.client.gui.panel.ImageProvider
Should return the Image of the graphic with the given type.
getMiscImageIcon(String) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the image with the given id.
getMission() - Method in class net.sf.freecol.server.ai.AIUnit
Gets the mission this unit has been assigned.
getMissionary() - Method in class net.sf.freecol.common.model.IndianSettlement
Returns the missionary from this settlement if there is one or null if there is none.
getMissionary() - Method in class net.sf.freecol.common.model.PlayerExploredTile
 
getMissionChip(Color, boolean) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the mission chip with the given color.
getMixerInfo() - Method in class net.sf.freecol.common.option.AudioMixerOption.MixerWrapper
 
getMnemonic() - Method in class net.sf.freecol.client.gui.action.FreeColAction
Gets the mnemonic to be used for selecting this action
getModelController() - Method in class net.sf.freecol.client.FreeColClient
Gets the ClientModelController.
getModelController() - Method in class net.sf.freecol.common.model.Game
Returns the Game's ModelController.
getModelController() - Method in class net.sf.freecol.server.FreeColServer
Gets the ModelController.
getModelMessageComparator() - Method in class net.sf.freecol.client.ClientOptions
Return the client's preferred comparator for ModelMessages.
getModelMessages() - Method in class net.sf.freecol.common.model.Player
Returns all ModelMessages for this player.
getModifier(String) - Method in interface net.sf.freecol.common.model.Features
Returns the Modifier identified by id.
getModifierAsString(Modifier) - Method in class net.sf.freecol.client.gui.panel.ColopediaPanel
 
getModifierFormat() - Static method in class net.sf.freecol.client.gui.panel.FreeColPanel
Returns the default modifier value format.
getModifiers() - Method in class net.sf.freecol.common.model.FeatureContainer
 
getModifiers(String) - Method in class net.sf.freecol.common.Specification
Return a list of all Modifiers with the given id.
getModifierSet(String) - Method in class net.sf.freecol.common.model.Colony
Get the Modifier value.
getModifierSet(String) - Method in class net.sf.freecol.common.model.FeatureContainer
Returns a Set of Abilities with the given ID.
getModifierSet(String, FreeColGameObjectType) - Method in class net.sf.freecol.common.model.FeatureContainer
Returns a Set of Abilities with the given ID which apply to the given FreeColGameObjectType.
getModifierSet(String, FreeColGameObjectType, Turn) - Method in class net.sf.freecol.common.model.FeatureContainer
Returns a Set of Abilities with the given ID which apply to the given FreeColGameObjectType and Turn.
getModifierSet(String) - Method in class net.sf.freecol.common.model.FreeColGameObjectType
 
getModifierSet(String) - Method in class net.sf.freecol.common.model.Unit
Get a modifier that applies to this Unit.
getModifierValueForTarget(CombatModel, Unit, Unit) - Static method in class net.sf.freecol.server.ai.mission.PrivateerMission
Calculates the modifier used when assessing the value of a target to a privateer Note: it gives a modifier value, other parameters should be considered as well Note: we assume the unit given is a privateer, no test is made
getModInfo() - Method in class net.sf.freecol.common.io.FreeColModFile
 
getModInfos() - Static method in class net.sf.freecol.common.io.Mods
Gets info about all available mods.
getMods() - Static method in class net.sf.freecol.common.io.Mods
Gets all available mods.
getModsDirectory() - Static method in class net.sf.freecol.FreeCol
Returns the mods directory.
getMonarch() - Method in class net.sf.freecol.common.model.Player
Returns the monarch object this player has.
getMonarchImage(Nation) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the monarch-image for the given tile.
getMonarchImageIcon(Nation) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the monarch-image icon for the given Nation.
getMostValuableGoods() - Method in class net.sf.freecol.common.model.Player
Returns the most valuable goods available in one of the player's colonies for the purposes of choosing a threat-to-boycott.
getMovableUnit() - Method in class net.sf.freecol.common.model.Tile
Gets a Unit that can become active.
getMoveCost(Tile) - Method in class net.sf.freecol.common.model.Tile
Returns the cost of moving onto this tile from a given Tile.
getMoveCost(int, Tile) - Method in class net.sf.freecol.common.model.TileItemContainer
Determine the movement cost to this Tile from another Tile.
getMoveCost(Tile) - Method in class net.sf.freecol.common.model.Unit
Gets the cost of moving this Unit onto the given Tile.
getMoveCost(Tile, Tile, int) - Method in class net.sf.freecol.common.model.Unit
Gets the cost of moving this Unit from the given Tile onto the given Tile.
getMovement() - Method in class net.sf.freecol.common.model.UnitType
Get the Movement value.
getMovementCost(int, Tile) - Method in class net.sf.freecol.common.model.TileImprovement
Performs reduction of the movement-cost.
getMovementCost(int) - Method in class net.sf.freecol.common.model.TileImprovementType
Performs reduction of the movement-cost.
getMovesAsString() - Method in class net.sf.freecol.common.model.Unit
 
getMovesLeft() - Method in interface net.sf.freecol.common.model.pathfinding.CostDecider
Gets the number of moves left.
getMovesLeft() - Method in class net.sf.freecol.common.model.PathNode
Returns the number of moves remaining at this point in the path.
getMovesLeft() - Method in class net.sf.freecol.common.model.Unit
Returns the amount of moves this Unit has left.
getMoveType(Map.Direction) - Method in class net.sf.freecol.common.model.Unit
Gets the type of a move made in a specified direction.
getMoveType(Tile) - Method in class net.sf.freecol.common.model.Unit
Gets the type of a move that is made when moving from one tile to another.
getMoveType(Tile, Tile, int) - Method in class net.sf.freecol.common.model.Unit
Gets the type of a move that is made when moving from one tile to another.
getMoveType(Tile, Tile, int, boolean) - Method in class net.sf.freecol.common.model.Unit
Gets the type of a move that is made when moving from one tile to another.
getMyPlayer() - Method in class net.sf.freecol.client.FreeColClient
Gets the Player that uses this client.
getMyPlayer() - Method in class net.sf.freecol.client.gui.panel.FreeColPanel
Describe getMyPlayer method here.
getName() - Method in class net.sf.freecol.client.gui.action.FreeColAction
Returns the name of this Option.
getName(FreeColGameObjectType) - Static method in class net.sf.freecol.client.gui.i18n.Messages
Returns the localized name of a FreeColGameObjectType.
getName(Typed) - Static method in class net.sf.freecol.client.gui.i18n.Messages
Returns the localized name of a FreeColGameObject implementing the Typed interface.
getName(Feature) - Static method in class net.sf.freecol.client.gui.i18n.Messages
Returns the localized name of a Feature.
getName(Tile) - Static method in class net.sf.freecol.client.gui.i18n.Messages
Gets the name of a Tile, or shows "unexplored" if not explored by player.
getName(FoundingFather.FoundingFatherType) - Static method in class net.sf.freecol.client.gui.i18n.Messages
Return the localized type of the given FoundingFather.
getName() - Method in class net.sf.freecol.client.gui.panel.LoadingSavegameDialog
 
getName() - Method in class net.sf.freecol.client.gui.plaf.FreeColLookAndFeel
Gets the name of this Look and Feel.
getName() - Method in class net.sf.freecol.common.io.FreeColModFile.ModInfo
Gets the name of this mod.
getName() - Method in class net.sf.freecol.common.model.Europe
Returns the name of the owner's home port.
getName() - Method in class net.sf.freecol.common.model.LostCityRumour
Get the Name value.
getName() - Method in class net.sf.freecol.common.model.Monarch
 
getName() - Method in interface net.sf.freecol.common.model.Named
Gets the name of this Named object.
getName() - Method in class net.sf.freecol.common.model.Player
Returns the name of this player.
getName() - Method in class net.sf.freecol.common.model.Region
Get the Name value.
getName() - Method in class net.sf.freecol.common.model.Settlement
Gets the name of this Settlement.
getName() - Method in class net.sf.freecol.common.model.TradeRoute
Get the Name value.
getName() - Method in class net.sf.freecol.common.model.Unit
Returns the name of this Unit (most likely 'null').
getName() - Method in class net.sf.freecol.common.option.AbstractOption
Returns the name of this Option.
getName() - Method in interface net.sf.freecol.common.option.Option
Returns the name of this Option.
getName() - Method in class net.sf.freecol.common.option.OptionGroup
Returns the name of this Option.
getName() - Method in class net.sf.freecol.common.ServerInfo
Returns the name of the server that is beeing represented by this object.
getName() - Method in class net.sf.freecol.server.FreeColServer
Returns the name of this server.
getNameKey() - Method in class net.sf.freecol.common.model.Region
Get the NameKey value.
getNames() - Method in class net.sf.freecol.client.gui.action.ImprovementActionType
 
getNation() - Method in class net.sf.freecol.common.model.Player
Return this Player's nation.
getNation(String) - Method in class net.sf.freecol.common.Specification
 
getNationalAdvantages() - Method in class net.sf.freecol.common.model.NationOptions
Get the NationalAdvantages value.
getNationAsString(Player) - Static method in class net.sf.freecol.client.gui.i18n.Messages
Returns the nation of the given player as a String.
getNationID() - Method in class net.sf.freecol.common.model.HighScore
Get the NationID value.
getNationID() - Method in class net.sf.freecol.common.model.Player
Return the ID of this Player's nation.
getNationName() - Method in class net.sf.freecol.common.model.HighScore
Get the NationName value.
getNationOptions() - Method in class net.sf.freecol.common.model.Game
Get the NationOptions value.
getNations() - Method in class net.sf.freecol.common.model.NationOptions
Get the Nations value.
getNations() - Method in class net.sf.freecol.common.Specification
 
getNationState(Nation) - Method in class net.sf.freecol.common.model.NationOptions
Get the NationState value of a particular Nation.
getNationType() - Method in class net.sf.freecol.common.model.Player
Returns the nation type of this player.
getNationType(String) - Method in class net.sf.freecol.common.Specification
 
getNationTypeID() - Method in class net.sf.freecol.common.model.HighScore
Get the NationTypeID value.
getNationTypes() - Method in class net.sf.freecol.common.Specification
 
getNativePlayer() - Static method in class net.sf.freecol.client.gui.panel.MapEditorTransformPanel
Get the NativePlayer value.
getNavalUnits() - Method in class net.sf.freecol.common.model.Monarch
Returns only the naval units.
getNeededTurnsOfTraining() - Method in class net.sf.freecol.common.model.Unit
Gets the number of turns this unit has to train to educate a student.
getNeededTurnsOfTraining(UnitType, UnitType) - Static method in class net.sf.freecol.common.model.Unit
Gets the number of turns this unit has to train to educate a student.
getNeighbourOrNull(Map.Direction, Tile) - Method in class net.sf.freecol.common.model.Map
Returns the neighbouring Tile of the given Tile in the given direction.
getNeighbourOrNull(Map.Direction, int, int) - Method in class net.sf.freecol.common.model.Map
Returns the neighbouring Tile of the given Tile in the given direction.
getNeighbourOrNull(Map.Direction) - Method in class net.sf.freecol.common.model.Tile
Describe getNeighbourOrNull method here.
getNetProduction() - Method in class net.sf.freecol.client.gui.panel.LabourData.LocationData
 
getNetworkHandler() - Method in class net.sf.freecol.metaserver.MetaServer
Gets the control object that handles the network requests.
getNetworkReplyId() - Method in class net.sf.freecol.common.networking.NetworkReplyObject
Gets the unique identifier for the network message this object will store.
getNewLandName() - Method in class net.sf.freecol.common.model.HighScore
Get the NewLandName value.
getNewLandName() - Method in class net.sf.freecol.common.model.Player
Gets the name this player has chosen for the new land.
getNewModelMessages() - Method in class net.sf.freecol.common.model.Player
Returns all new ModelMessages for this player.
getNewTax(Monarch.MonarchAction, Random) - Method in class net.sf.freecol.common.model.Monarch
Returns the new increased tax.
getNewTradeRoute(Player) - Method in class net.sf.freecol.client.control.ClientModelController
Returns a new TradeRoute object.
getNewTradeRoute(Player) - Method in interface net.sf.freecol.common.model.ModelController
Get a new TradeRoute object.
getNewTradeRoute(Player) - Method in class net.sf.freecol.server.control.ServerModelController
Returns a new TradeRoute object.
getNewUnitType() - Method in class net.sf.freecol.common.model.UnitTypeChange
Get the NewUnitType value.
getNewWorldGoodsTypeList() - Method in class net.sf.freecol.common.Specification
 
getNextActiveUnit() - Method in class net.sf.freecol.common.model.Player
Gets a new active unit.
getNextDirection() - Method in enum net.sf.freecol.common.model.Map.Direction
 
getNextGoingToUnit() - Method in class net.sf.freecol.common.model.Player
Gets a new going_to unit.
getNextID() - Method in class net.sf.freecol.server.ai.AIMain
Gets a unique ID for identifying an AIObject.
getNextID() - Method in class net.sf.freecol.server.model.ServerGame
Get a unique ID to identify a FreeColGameObject.
getNextName() - Method in class net.sf.freecol.common.model.Building
Gets the name of the improved building of the same type.
getNextPlayer() - Method in class net.sf.freecol.common.model.Game
Gets the next current player.
getNoBuildReason(BuildableType) - Method in class net.sf.freecol.common.model.Colony
Return the reason why the give BuildableType can not be built.
getNotWorking() - Method in class net.sf.freecol.client.gui.panel.LabourData.LocationData
 
getNumber() - Method in class net.sf.freecol.common.model.AbstractUnit
Get the Number value.
getNumber() - Method in class net.sf.freecol.common.model.Turn
Gets the turn number.
getNumberOfKingLandUnits() - Method in class net.sf.freecol.common.model.Player
Gets the number of King's land units.
getNumberOfLivingHumanPlayers() - Method in class net.sf.freecol.server.FreeColServer
Gets the number of human players in this game that is still playing.
getNumberOfMountainTiles() - Method in class net.sf.freecol.server.generator.MapGeneratorOptions
Gets the number of mountain tiles on the map to be created.
getNumberOfPlayers() - Method in class net.sf.freecol.common.model.Game
 
getNumberOfRivers() - Method in class net.sf.freecol.server.generator.MapGeneratorOptions
Gets the number of rivers on the map to be created.
getNumberOfRumours() - Method in class net.sf.freecol.server.generator.MapGeneratorOptions
Gets the number of rumours on the map to be created.
getNumberOfSettlements() - Method in class net.sf.freecol.common.model.IndianNationType
Get the NumberOfSettlements value.
getNumberOfSettlements() - Method in class net.sf.freecol.common.model.Player
Returns the known number of settlements of this player.
getNumberOfSettlements() - Method in class net.sf.freecol.server.generator.MapGeneratorOptions
Gets the number of settlements on the map to be created.
getObject() - Method in class net.sf.freecol.client.gui.panel.ChoiceItem
Gets the Object contained by this choice.
getObject(String) - Method in interface net.sf.freecol.common.option.ListOptionSelector
Gets an object using the specific id.
getObject(String) - Method in class net.sf.freecol.common.option.OptionMap
Gets the object identified by the given id.
getObject() - Method in class net.sf.freecol.common.util.RandomChoice
 
getOccupationIndicator() - Method in class net.sf.freecol.common.model.Unit
Get occupation indicator
getOccupationString() - Method in class net.sf.freecol.common.model.TileImprovement
 
getOccupationString() - Method in class net.sf.freecol.common.model.TileImprovementType
 
getOccupyingUnit() - Method in class net.sf.freecol.common.model.ColonyTile
Returns the unit who is occupying the tile
getOccupyingUnit() - Method in class net.sf.freecol.common.model.Tile
Returns the unit who is occupying the tile
getOddDX() - Method in enum net.sf.freecol.common.model.Map.Direction
 
getOddDY() - Method in enum net.sf.freecol.common.model.Map.Direction
 
getOffence() - Method in class net.sf.freecol.common.model.UnitType
Get the Offence value.
getOffencePower(Colony, Unit) - Method in interface net.sf.freecol.common.model.CombatModel
Returns the power for bombarding
getOffencePower(Unit, Unit) - Method in interface net.sf.freecol.common.model.CombatModel
Return the offensive power of the attacker versus the defender.
getOffencePower(Colony, Unit) - Method in class net.sf.freecol.common.model.SimpleCombatModel
Returns the power for bombarding
getOffencePower(Unit, Unit) - Method in class net.sf.freecol.common.model.SimpleCombatModel
Return the offensive power of the attacker versus the defender.
getOffensiveModifiers(Colony, Unit) - Method in interface net.sf.freecol.common.model.CombatModel
Return a list of all offensive modifiers that apply to the attacker versus the defender.
getOffensiveModifiers(Unit, Unit) - Method in interface net.sf.freecol.common.model.CombatModel
Return a list of all offensive modifiers that apply to the attacker versus the defender.
getOffensiveModifiers(Colony, Unit) - Method in class net.sf.freecol.common.model.SimpleCombatModel
Return a list of all offensive modifiers that apply to the attacker versus the defender.
getOffensiveModifiers(Unit, Unit) - Method in class net.sf.freecol.common.model.SimpleCombatModel
Return a list of all offensive modifiers that apply to the attacker versus the defender.
getOldGoodsCount(GoodsType) - Method in class net.sf.freecol.common.model.GoodsContainer
Returns the amount of one type of Goods at the beginning of the turn.
getOldNationName() - Method in class net.sf.freecol.common.model.HighScore
Get the Nation's localized name.
getOldPrice() - Method in class net.sf.freecol.common.model.MarketData
Get the old price in this MarketData.
getOption(String) - Method in class net.sf.freecol.common.model.DifficultyLevel
 
getOption(String) - Method in class net.sf.freecol.common.Specification
Returns the AbstractOption with the given ID.
getOptionGroup(String) - Method in class net.sf.freecol.common.Specification
Returns the OptionGroup with the given ID.
getOptions() - Method in class net.sf.freecol.common.model.DifficultyLevel
 
getOptions() - Method in class net.sf.freecol.common.option.AudioMixerOption
Returns a list of the available audioMixers.
getOptions() - Method in class net.sf.freecol.common.option.LanguageOption
Returns a list of the available languages.
getOptions() - Method in interface net.sf.freecol.common.option.ListOptionSelector
Gets all available options.
getOptionUI(String) - Method in class net.sf.freecol.client.gui.option.OptionMapUI
 
getOtherConnection() - Method in class net.sf.freecol.server.networking.DummyConnection
Gets the DummyConnection this object is connected to.
getOtherNationName(Player) - Method in class net.sf.freecol.common.networking.DiplomacyMessage
Get the name of this message's other nation as a string.
getOtherPlayers(ServerPlayer) - Method in class net.sf.freecol.server.control.InGameController
Get a list of all server players, optionally excluding the supplied one.
getOtherStudents() - Method in class net.sf.freecol.client.gui.panel.LabourData.LocationData
 
getOtherStudentsName() - Method in class net.sf.freecol.client.gui.panel.LabourData.LocationData
 
getOtherWorkingAmateurs() - Method in class net.sf.freecol.client.gui.panel.LabourData.LocationData
 
getOutpostValue(Tile) - Method in class net.sf.freecol.common.model.Player
Calculates the value of an outpost-type colony at this tile.
getOutputString() - Method in class net.sf.freecol.common.model.Resource
Returns a String with the output of this Resource.
getOutputString() - Method in class net.sf.freecol.common.model.ResourceType
Returns a String with the output/s of this ResourceType.
getOverlayImage(TileType, int, int) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the overlay-image for the given type.
getOwnedUnitsIterator() - Method in class net.sf.freecol.common.model.IndianSettlement
Gets an iterator over all the units this IndianSettlement is owning.
getOwner() - Method in class net.sf.freecol.common.model.Building
Gets the owner of this Ownable.
getOwner() - Method in class net.sf.freecol.common.model.ColonyTile
Gets the owner of this Ownable.
getOwner() - Method in class net.sf.freecol.common.model.Europe
Gets the Player using this Europe.
getOwner() - Method in class net.sf.freecol.common.model.Goods
Gets the owner of this Ownable.
getOwner() - Method in class net.sf.freecol.common.model.Market
Gets the owner of this Market.
getOwner() - Method in class net.sf.freecol.common.model.ModelMessage
Returns the owner of this message.
getOwner() - Method in interface net.sf.freecol.common.model.Ownable
Gets the owner of this Ownable.
getOwner() - Method in class net.sf.freecol.common.model.PlayerExploredTile
 
getOwner() - Method in class net.sf.freecol.common.model.Settlement
Gets the owner of this Settlement.
getOwner() - Method in class net.sf.freecol.common.model.Tile
The nation that consider this tile to be their property.
getOwner() - Method in class net.sf.freecol.common.model.TradeRoute
Get the Owner value.
getOwner() - Method in class net.sf.freecol.common.model.Unit
Gets the owner of this Unit.
getOwner() - Method in class net.sf.freecol.server.FreeColServer
Gets the owner of the Game.
getOwningSettlement() - Method in class net.sf.freecol.common.model.Tile
Gets the owner of this tile.
getPaidForSale() - Method in class net.sf.freecol.common.model.MarketData
Get the PaidForSale value.
getParent() - Method in class net.sf.freecol.common.model.Region
Get the Parent value.
getParentPanel() - Method in class net.sf.freecol.client.gui.panel.CargoPanel
Get the ParentPanel value.
getParentWeight() - Method in class net.sf.freecol.server.ai.goal.Goal
Gets the weight of the parent goal, or 1 if there is no parent goal.
getPath(Transportable) - Method in class net.sf.freecol.server.ai.mission.TransportMission
Returns the path the carrier should use to get/drop the given Transportable.
getPathImage() - Method in class net.sf.freecol.common.model.UnitType
Get the PathImage value.
getPathTypeImage() - Method in class net.sf.freecol.common.model.Unit
Return the type of the image which will be used to draw the path
getPercentageOfBonusTiles() - Method in class net.sf.freecol.server.generator.MapGeneratorOptions
Gets the percentage of bonus tiles on the map to be created.
getPercentageOfForests() - Method in class net.sf.freecol.server.generator.MapGeneratorOptions
Gets the percentage of forests on the map to be created.
getPioneer() - Method in class net.sf.freecol.server.ai.TileImprovementPlan
Gets the pioneer who have been assigned to making the improvement described by this object.
getPlayer(String) - Method in class net.sf.freecol.common.model.Game
Return a Player identified by it's nation.
getPlayer() - Method in class net.sf.freecol.common.model.PlayerExploredTile
Gets the Player owning this object (not the Tile).
getPlayer() - Method in class net.sf.freecol.common.networking.ChatMessage
Who sent this ChatMessage?
getPlayer() - Method in class net.sf.freecol.server.ai.AIPlayer
Returns the Player this AIPlayer is controlling.
getPlayer() - Method in class net.sf.freecol.server.ai.NewAIPlayer
Deprecated. Returns the Player this AIPlayer is controlling.
getPlayer(Connection) - Method in class net.sf.freecol.server.FreeColServer
Gets a Player specified by a connection.
getPlayerAfter(Player) - Method in class net.sf.freecol.common.model.Game
Gets the player after the given player.
getPlayerByName(String) - Method in class net.sf.freecol.common.model.Game
Gets a Player specified by a name.
getPlayerExploredTile(Player) - Method in class net.sf.freecol.common.model.Tile
Gets the PlayerExploredTile for the given Player.
getPlayerIterator() - Method in class net.sf.freecol.common.model.Game
Gets an Iterator of every Player in this game.
getPlayerName() - Method in class net.sf.freecol.common.model.HighScore
Get the PlayerName value.
getPlayerNavalTransportMissionCount(AIPlayer, Unit) - Static method in class net.sf.freecol.server.ai.mission.TransportMission
Gives the number of naval units assigned with a Transport Mission
getPlayerPioneers(AIPlayer) - Static method in class net.sf.freecol.server.ai.mission.PioneeringMission
 
getPlayers() - Method in class net.sf.freecol.common.model.Game
Gets an Vector containing every Player in this game.
getPlayerType() - Method in class net.sf.freecol.common.model.Player
Returns the type of this player.
getPoints(String) - Method in class net.sf.freecol.client.gui.FAFile
Gets the points to display the given text as an animation.
getPopulationRequired() - Method in class net.sf.freecol.common.model.BuildableType
Get the PopulationRequired value.
getPort() - Method in class net.sf.freecol.client.gui.panel.LoadingSavegameDialog
 
getPort() - Method in class net.sf.freecol.client.networking.Client
 
getPort() - Method in class net.sf.freecol.common.ServerInfo
Returns the port in which clients may connect.
getPort() - Method in class net.sf.freecol.metaserver.MetaServer
Gets the TCP port that is beeing used for the public socket.
getPort() - Method in class net.sf.freecol.server.networking.Server
Gets the TCP port that is beeing used for the public socket.
getPosition() - Method in class net.sf.freecol.common.model.Tile
Gets the Position of this Tile.
getPosition() - Method in class net.sf.freecol.server.generator.RiverSection
Returns the position
getPrefDistToEdge() - Method in class net.sf.freecol.server.generator.MapGeneratorOptions
Gets the preferred distance to edge of the map to be created.
getPreferredProduction() - Method in class net.sf.freecol.server.ai.ColonyProfile
Get the PreferredProduction value.
getPreferredSize() - Method in class net.sf.freecol.client.gui.Canvas
 
getPreferredSize() - Method in class net.sf.freecol.client.gui.panel.BuildingSiteToolTip
 
getPreferredSize() - Method in class net.sf.freecol.client.gui.panel.BuildingToolTip
 
getPreferredSize() - Method in class net.sf.freecol.client.gui.panel.ClientOptionsDialog
 
getPreferredSize() - Method in class net.sf.freecol.client.gui.panel.GameOptionsDialog
 
getPreferredSize() - Method in class net.sf.freecol.client.gui.panel.MapGeneratorOptionsDialog
 
getPreferredSize() - Method in class net.sf.freecol.client.gui.panel.ProductionLabel
Overrides the getPreferredSize method.
getPreferredSize() - Method in class net.sf.freecol.client.gui.panel.ProductionMultiplesLabel
Overrides the getPreferredSize method.
getPreferredSize() - Method in class net.sf.freecol.client.gui.panel.RebelToolTip
 
getPreferredSize() - Method in class net.sf.freecol.client.gui.panel.ReportCargoPanel
 
getPreferredSize() - Method in class net.sf.freecol.client.gui.panel.ReportMilitaryPanel
 
getPreferredSize() - Method in class net.sf.freecol.client.gui.panel.ReportNavalPanel
 
getPreferredWidth() - Method in class net.sf.freecol.client.gui.panel.ProductionLabel
Returns only the width component of the preferred size.
getPreferredWidth() - Method in class net.sf.freecol.client.gui.panel.ProductionMultiplesLabel
Returns only the width component of the preferred size.
getPreGameController() - Method in class net.sf.freecol.client.FreeColClient
Gets the controller that will be used before the game has been started.
getPreGameInputHandler() - Method in class net.sf.freecol.client.FreeColClient
Gets the input handler that will be used before the game has been started.
getPreGameInputHandler() - Method in class net.sf.freecol.server.FreeColServer
Gets the PreGameInputHandler.
getPreviousDirection() - Method in enum net.sf.freecol.common.model.Map.Direction
 
getPrice() - Method in class net.sf.freecol.common.model.GoodsType
Get the Price value.
getPrice(Goods) - Method in class net.sf.freecol.common.model.IndianSettlement
Gets the amount of gold this IndianSettlment is willing to pay for the given Goods.
getPrice(GoodsType, int) - Method in class net.sf.freecol.common.model.IndianSettlement
Gets the amount of gold this IndianSettlment is willing to pay for the given Goods.
getPrice(List<AbstractUnit>, boolean) - Method in class net.sf.freecol.common.model.Monarch
Returns the price for the given units.
getPrice() - Method in class net.sf.freecol.common.model.UnitType
Get the Price value.
getPriceDifference() - Method in class net.sf.freecol.common.model.GoodsType
 
getPriceForBuilding() - Method in class net.sf.freecol.common.model.Colony
Returns the price for the remaining hammers and tools for the Building that is currently being built.
getPriceForBuilding(BuildableType) - Method in class net.sf.freecol.common.model.Colony
Returns the price for the remaining hammers and tools for the Building given.
getPriceToSell(Goods) - Method in class net.sf.freecol.common.model.IndianSettlement
Gets the amount of gold this IndianSettlment is willing to pay for the given Goods.
getPriceToSell(GoodsType, int) - Method in class net.sf.freecol.common.model.IndianSettlement
Gets the amount of gold this IndianSettlment is willing to pay for the given Goods.
getPrimaryRawMaterial() - Method in class net.sf.freecol.server.ai.ColonyPlan
 
getProbability() - Method in class net.sf.freecol.common.util.RandomChoice
 
getProducedGoodsType() - Method in class net.sf.freecol.common.model.BuildingType
 
getProducedMaterial() - Method in class net.sf.freecol.common.model.GoodsType
 
getProduction() - Method in class net.sf.freecol.client.gui.panel.LabourData.ProductionData
 
getProduction() - Method in class net.sf.freecol.client.gui.panel.ProductionLabel
Get the Production value.
getProduction() - Method in class net.sf.freecol.client.gui.panel.ProductionMultiplesLabel
Get the Production value.
getProduction() - Method in class net.sf.freecol.common.model.Building
Returns the actual production of this building.
getProduction() - Method in class net.sf.freecol.common.model.TileType
Get the Production value.
getProduction() - Method in class net.sf.freecol.server.ai.ProductionCache.Entry
 
getProductionBonus() - Method in class net.sf.freecol.common.model.Colony
Returns the production bonus, if any, of the colony.
getProductionBonus(GoodsType, UnitType) - Method in class net.sf.freecol.common.model.Tile
Describe getProductionBonus method here.
getProductionBonus(GoodsType, UnitType) - Method in class net.sf.freecol.common.model.TileItemContainer
Describe getProductionBonus method here.
getProductionBonus(GoodsType) - Method in class net.sf.freecol.common.model.TileType
Returns the production bonus for the given GoodsType.
getProductionChain() - Method in class net.sf.freecol.common.model.GoodsType
Returns the production chain of the goods type, beginning with a raw material that can not be produced from any other.
getProductionFor(GoodsType, int) - Method in class net.sf.freecol.common.model.UnitType
 
getProductionModifier() - Method in class net.sf.freecol.common.model.BuildingType
 
getProductionModifier(GoodsType) - Method in class net.sf.freecol.common.model.Colony
 
getProductionModifier(GoodsType, UnitType) - Method in class net.sf.freecol.common.model.ResourceType
 
getProductionModifier(GoodsType) - Method in class net.sf.freecol.common.model.TileImprovement
Returns the bonus Modifier (if any).
getProductionModifier(GoodsType) - Method in class net.sf.freecol.common.model.TileImprovementType
 
getProductionModifiers(GoodsType, UnitType) - Method in class net.sf.freecol.common.model.ColonyTile
Returns the production of the given type of goods.
getProductionNetOf(GoodsType) - Method in class net.sf.freecol.common.model.Colony
Returns how much of a Good will be produced by this colony this turn, taking into account how much is consumed - by workers, horses, etc.
getProductionNextTurn() - Method in class net.sf.freecol.common.model.Building
Returns the actual production of this building for next turn.
getProductionNextTurn(GoodsType) - Method in class net.sf.freecol.common.model.Colony
Returns how much of a Good will be produced by this colony this turn
getProductionOf(GoodsType) - Method in class net.sf.freecol.common.model.Building
Returns the production of the given type of goods.
getProductionOf(GoodsType) - Method in class net.sf.freecol.common.model.Colony
Returns the production of the given type of goods.
getProductionOf(GoodsType) - Method in class net.sf.freecol.common.model.ColonyTile
Returns the production of the given type of goods.
getProductionOf(Unit, GoodsType) - Method in class net.sf.freecol.common.model.ColonyTile
Returns the production of the given type of goods which would be produced by the given unit
getProductionOf(GoodsType) - Method in class net.sf.freecol.common.model.IndianSettlement
 
getProductionOf(GoodsType) - Method in class net.sf.freecol.common.model.Settlement
Returns the production of the given type of goods.
getProductionOf(GoodsType, UnitType) - Method in class net.sf.freecol.common.model.TileType
Returns the amount of goods of given GoodsType this TileType can produce.
getProductionOf(GoodsType, int) - Method in class net.sf.freecol.common.model.Unit
Given a type of goods to produce in the field and a tile, returns the unit's potential to produce goods.
getProductionOf(GoodsType) - Method in interface net.sf.freecol.common.model.WorkLocation
Returns the production of the given type of goods.
getProductionOf(GoodsType) - Method in class net.sf.freecol.server.ai.ColonyPlan
Returns the production of the given type of goods according to this plan.
getProductionOf(GoodsType) - Method in class net.sf.freecol.server.ai.WorkLocationPlan
Gets the production of the given type of goods according to this WorkLocationPlan.
getProfile() - Method in class net.sf.freecol.server.ai.ColonyPlan
Get the Profile value.
getPropertyChangeListeners() - Method in class net.sf.freecol.common.model.FreeColObject
 
getPropertyChangeListeners(String) - Method in class net.sf.freecol.common.model.FreeColObject
 
getQuantity() - Method in class net.sf.freecol.common.model.Resource
Returns the current quantity.
getRadius() - Method in class net.sf.freecol.common.model.Settlement
Gets the radius of what the Settlement considers as it's own land.
getRandom(String, int) - Method in class net.sf.freecol.client.control.ClientModelController
Returns a pseudo-random int, uniformly distributed between 0 (inclusive) and the specified value (exclusive).
getRandom(String, int) - Method in interface net.sf.freecol.common.model.ModelController
Returns a pseudo-random int, uniformly distributed between 0 (inclusive) and the specified value (exclusive).
getRandom(String, int) - Method in class net.sf.freecol.server.control.ServerModelController
Returns a pseudo-random int, uniformly distributed between 0 (inclusive) and the specified value (exclusive).
getRandomDirection(Random) - Static method in enum net.sf.freecol.common.model.Map.Direction
Returns a random Direction.
getRandomDirectionArray(Random) - Static method in enum net.sf.freecol.common.model.Map.Direction
Creates an array of the eight directions in a random order.
getRandomLandPosition(Random) - Method in class net.sf.freecol.common.model.Map
Select a random land position on the map.
getRandomState(Random) - Method in class net.sf.freecol.server.FreeColServer
Get the internal state of a random number generator as a string.
getRandomUnit() - Method in class net.sf.freecol.common.model.Colony
Returns a random unit from this colony.
getRandomValue() - Method in class net.sf.freecol.common.model.ResourceType
 
getRangeOption(String) - Method in class net.sf.freecol.common.Specification
Returns the RangeOption with the given ID.
getRawMaterial() - Method in class net.sf.freecol.common.model.GoodsType
 
getRecipient() - Method in class net.sf.freecol.common.model.DiplomaticTrade
Get the Recipient value.
getRecordImage() - Static method in class net.sf.freecol.client.gui.option.FreeColActionUI
Creates an icon for symbolizing the recording of a KeyStroke.
getRecruitable(int) - Method in class net.sf.freecol.common.model.Europe
Gets the type of the recruitable in Europe at the given slot.
getRecruitPrice() - Method in class net.sf.freecol.common.model.Europe
Gets the current price for a recruit.
getRecruitPrice() - Method in class net.sf.freecol.common.model.Player
Gets the price for a recruit in europe.
getRecruitProbability() - Method in class net.sf.freecol.common.model.UnitType
Get the RecruitProbability value.
getREF() - Method in class net.sf.freecol.common.model.Monarch
Returns a List of all REF units.
getREFName() - Method in class net.sf.freecol.common.model.EuropeanNationType
Returns the name of this Nation's REF.
getRefNation() - Method in class net.sf.freecol.common.model.Nation
Get the RefNation value.
getREFNations() - Method in class net.sf.freecol.common.Specification
 
getREFNationTypes() - Method in class net.sf.freecol.common.Specification
 
getREFPlayer() - Method in class net.sf.freecol.common.model.Player
Gets the Player controlling the "Royal Expeditionary Force" for this player.
getREFUnits() - Method in class net.sf.freecol.client.control.InGameController
Gathers information about the REF.
getRegion(String) - Method in class net.sf.freecol.common.model.Map
Returns the Region with the given ID.
getRegion() - Method in class net.sf.freecol.common.model.Tile
Get the Region value.
getRegion() - Method in class net.sf.freecol.server.generator.River
Get the ServerRegion value.
getRegionByName(String) - Method in class net.sf.freecol.common.model.Map
Returns the Region with the given name.
getRegionNames() - Method in class net.sf.freecol.common.model.IndianNationType
Returns the list of regions in which this tribe my settle.
getRegions() - Method in class net.sf.freecol.common.model.Map
 
getRemainingEmigrants() - Method in class net.sf.freecol.server.model.ServerPlayer
 
getRemainingFoundingFatherCost() - Method in class net.sf.freecol.common.model.Player
Gets the number of liberty points needed to recruit the next founding father.
getRemoveImage() - Static method in class net.sf.freecol.client.gui.option.FreeColActionUI
Creates an icon to be used on the button that removes a keyboard accelerator.
getRepairLocation(Unit) - Method in class net.sf.freecol.common.model.Player
Returns the closest Location in which the given ship can get repaired.
getReply() - Method in class net.sf.freecol.common.networking.Connection
Gets the reply being received after sending a question.
getRequiredImprovementType() - Method in class net.sf.freecol.common.model.TileImprovementType
 
getReserved() - Method in class net.sf.freecol.server.ai.ProductionCache
 
getResource() - Method in class net.sf.freecol.common.model.PlayerExploredTile
 
getResource() - Method in class net.sf.freecol.common.model.TileItemContainer
 
getResourceLocator() - Method in class net.sf.freecol.common.resources.Resource
Returns the URI used for loading the resource.
getResourceMapping() - Method in class net.sf.freecol.common.io.FreeColDataFile
Creates a ResourceMapping from the file .
getResourceMapping() - Method in class net.sf.freecol.common.io.FreeColTcFile
Creates a ResourceMapping from the file .
getResources() - Method in class net.sf.freecol.common.resources.ResourceMapping
Returns all the mappings between IDs and Resources that are kept by this object.
getResourceType(String) - Method in class net.sf.freecol.common.Specification
 
getResourceTypeList() - Method in class net.sf.freecol.common.model.TileType
 
getResourceTypeList() - Method in class net.sf.freecol.common.Specification
 
getResponse() - Method in class net.sf.freecol.client.gui.panel.FreeColDialog
Returns the response when set by setResponse(Object response).
getResponse() - Method in class net.sf.freecol.common.networking.NetworkReplyObject
Gets the response.
getResponseToMissionaryAttempt(Tension.Level, String) - Method in class net.sf.freecol.common.model.IndianSettlement
Gets the response to an attempt to create a mission
getRetirementTurn() - Method in class net.sf.freecol.common.model.HighScore
Get the RetirementTurn value.
getReverseDirection() - Method in enum net.sf.freecol.common.model.Map.Direction
Returns the reverse direction of the given direction.
getRevision() - Static method in class net.sf.freecol.FreeCol
Gets the current revision of game.
getRiver() - Method in class net.sf.freecol.common.model.PlayerExploredTile
 
getRiver() - Method in class net.sf.freecol.common.model.Tile
Returns the river on this Tile if any
getRiver() - Method in class net.sf.freecol.common.model.TileItemContainer
 
getRiverImage(int) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the river image at the given index.
getRiverMouthImage(Map.Direction, int, int, int) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the river mouth terrain-image for the direction and magnitude.
getRiverStyle() - Method in class net.sf.freecol.common.model.Tile
Returns the style of a river TileImprovement on this Tile.
getRoad() - Method in class net.sf.freecol.common.model.PlayerExploredTile
 
getRoad() - Method in class net.sf.freecol.common.model.Tile
Returns the road on this tile, if there is one, and null otherwise.
getRoad() - Method in class net.sf.freecol.common.model.TileItemContainer
 
getRole() - Method in class net.sf.freecol.common.model.AbstractUnit
Get the Role value.
getRole() - Method in class net.sf.freecol.common.model.EquipmentType
Get the Role value.
getRole() - Method in class net.sf.freecol.common.model.Unit
Gets the Role of this Unit.
getRowCount() - Method in class net.sf.freecol.client.gui.panel.LabourData.LocationData
in the summary for all unit types, some rows are skipped
getRulerName() - Method in class net.sf.freecol.common.model.Nation
Get the RulerName value.
getRulerName() - Method in class net.sf.freecol.common.model.Player
Get the RulerName value.
getSalePrice(GoodsType, int) - Method in class net.sf.freecol.common.model.Market
Gets the price of a given goods when the Player sells.
getSalePrice(Goods) - Method in class net.sf.freecol.common.model.Market
Gets the price of a given goods when the Player sells.
getSales() - Method in class net.sf.freecol.common.model.MarketData
Get the Sales value.
getSales(GoodsType) - Method in class net.sf.freecol.common.model.Player
Returns the current sales.
getSaveDirectory() - Static method in class net.sf.freecol.FreeCol
Returns the directory where the savegames should be put.
getSavedSize() - Method in class net.sf.freecol.client.gui.panel.ColonyPanel
Get the SavedSize value.
getSavedSize() - Method in class net.sf.freecol.client.gui.panel.ColopediaPanel
Get the SavedSize value.
getSavedSize() - Method in class net.sf.freecol.client.gui.panel.ReportPanel
Get the SavedSize value.
getSavegameInputStream() - Method in class net.sf.freecol.common.io.FreeColSavegameFile
Gets the input stream to the savegame data.
getScaledBonusImageIcon(ResourceType, float) - Method in class net.sf.freecol.client.gui.ImageLibrary
 
getScaledGoodsImageIcon(GoodsType, float) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the scaled goods-ImageIcon for a goods type.
getScaledImageIcon(ImageIcon, float) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the scaled ImageIcon.
getScaledImageIcon(Image, float) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the scaled ImageIcon.
getScaledImageLibrary(float) - Method in class net.sf.freecol.client.gui.ImageLibrary
Gets a scaled version of this ImageLibrary.
getScaledTerrainImage(TileType, float) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the scaled terrain-image for a terrain type (and position 0, 0).
getScalingFactor() - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the scaling factor used when creating this ImageLibrary.
getScopes() - Method in class net.sf.freecol.common.model.Feature
Get the Scopes value.
getScopes() - Method in class net.sf.freecol.common.model.UnitTypeChange
 
getScore() - Method in class net.sf.freecol.common.model.HighScore
Get the Score value.
getScore() - Method in class net.sf.freecol.common.model.Player
Returns the current score of the player.
getScoreValue() - Method in class net.sf.freecol.common.model.Region
Get the ScoreValue value.
getScoreValue() - Method in class net.sf.freecol.common.model.UnitType
Get the ScoreValue value.
getSecondaryGoods() - Method in class net.sf.freecol.common.model.TileType
 
getSecondaryRawMaterial() - Method in class net.sf.freecol.server.ai.ColonyPlan
 
getSections() - Method in class net.sf.freecol.server.generator.River
 
getSelectedTile() - Method in class net.sf.freecol.client.gui.GUI
Gets the selected tile.
getSelectedUnit() - Method in class net.sf.freecol.client.gui.panel.ColonyPanel
Returns the currently select unit.
getSelectedUnit() - Method in class net.sf.freecol.client.gui.panel.EuropePanel
Returns the currently select unit.
getSelectedUnitLabel() - Method in class net.sf.freecol.client.gui.panel.ColonyPanel
Returns the currently select unit.
getSelectedUnitLabel() - Method in class net.sf.freecol.client.gui.panel.EuropePanel
Returns the currently select unit.
getSellGoods() - Method in class net.sf.freecol.common.model.IndianSettlement
Returns an array with goods to sell
getSender() - Method in class net.sf.freecol.common.model.DiplomaticTrade
Get the Sender value.
getSequence() - Method in class net.sf.freecol.common.model.BuildingType
 
getServer() - Method in class net.sf.freecol.server.FreeColServer
Gets the network server responsible of handling the connections.
getServerAdditionXMLElementTagName() - Static method in class net.sf.freecol.server.model.ServerPlayer
Returns the tag name of the root element representing this object.
getServerList() - Method in class net.sf.freecol.client.control.ConnectController
Gets a list of servers from the meta server.
getServerRandom() - Method in class net.sf.freecol.server.FreeColServer
Get the server-private random number generator.
getServerStatistics() - Method in class net.sf.freecol.client.control.InGameController
Retrieves server statistics
getSettlement(String) - Method in class net.sf.freecol.common.model.Game
Returns the first Settlement with the given name.
getSettlement() - Method in class net.sf.freecol.common.model.GoodsTradeItem
Get the Settlement value.
getSettlement(String) - Method in class net.sf.freecol.common.model.Player
Find a Settlement by name.
getSettlement() - Method in class net.sf.freecol.common.model.Tile
Gets the Settlement located on this Tile.
getSettlement() - Method in class net.sf.freecol.common.networking.DeliverGiftMessage
Get the Settlement which is receiving the gift.
getSettlement() - Method in class net.sf.freecol.common.networking.DiplomacyMessage
Get the Settlement at which a diplomatic exchange happens.
getSettlement() - Method in class net.sf.freecol.server.ai.mission.DefendSettlementMission
Gets the settlement.
getSettlementImage(Settlement.SettlementType) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the graphics that will represent the given settlement.
getSettlementImage(Settlement) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the graphics that will represent the given settlement.
getSettlementRadius() - Method in class net.sf.freecol.common.model.NationType
Get the SettlementRadius value.
getSettlements() - Method in class net.sf.freecol.common.model.Player
Returns a list of all Settlements this player owns.
getSettlementTypeAsString() - Method in class net.sf.freecol.common.model.IndianNationType
Describe getSettlementTypeAsString method here.
getShortDescription() - Method in class net.sf.freecol.client.gui.action.FreeColAction
Gives a short description of this Option.
getShortDescription() - Method in class net.sf.freecol.common.io.FreeColModFile.ModInfo
Gets a short description of this mod.
getShortDescription() - Method in class net.sf.freecol.common.option.AbstractOption
Gives a short description of this Option.
getShortDescription() - Method in interface net.sf.freecol.common.option.Option
Gives a short description of this Option.
getShortDescription() - Method in class net.sf.freecol.common.option.OptionGroup
Gives a short description of this Option.
getSimpleMoveType(Tile, Tile, boolean) - Method in class net.sf.freecol.common.model.Unit
Gets the type of a move that is made when moving from one tile to another, without checking if the unit has moves left or logging errors.
getSimpleMoveType(Tile) - Method in class net.sf.freecol.common.model.Unit
Gets the type of a move that is made when moving from one tile to another, without checking if the unit has moves left or logging errors.
getSimpleMoveType(Map.Direction) - Method in class net.sf.freecol.common.model.Unit
Gets the type of a move made in a specified direction, without checking if the unit has moves left or logging errors.
getSimpleZippedAnimation(String) - Static method in class net.sf.freecol.common.resources.ResourceManager
Returns the animation specified by the given name.
getSimpleZippedAnimation(String, double) - Static method in class net.sf.freecol.common.resources.ResourceManager
Returns the animation specified by the given name.
getSimpleZippedAnimation() - Method in class net.sf.freecol.common.resources.SZAResource
Gets the SimpleZippedAnimation represented by this resource.
getSimpleZippedAnimation(double) - Method in class net.sf.freecol.common.resources.SZAResource
Returns the SimpleZippedAnimation using the specified scale.
getSize() - Method in class net.sf.freecol.server.generator.RiverSection
Returns the size
getSize() - Method in class net.sf.freecol.server.model.ServerRegion
Get the Size value.
getSkill() - Method in class net.sf.freecol.common.model.PlayerExploredTile
 
getSkill() - Method in class net.sf.freecol.common.model.UnitType
Get the Skill value.
getSkillLevel() - Method in class net.sf.freecol.common.model.Unit
Gets the skill level.
getSkillLevel(UnitType) - Static method in class net.sf.freecol.common.model.Unit
Gets the skill level of the given type of Unit.
getSkillLevelComparator() - Static method in class net.sf.freecol.common.model.Unit
 
getSkills() - Method in class net.sf.freecol.common.model.IndianNationType
Returns a list of this Nation's skills.
getSkillTaught() - Method in class net.sf.freecol.common.model.UnitType
Get the SkillTaught value.
getSlotsAvailable() - Method in class net.sf.freecol.common.ServerInfo
Returns the number of players that may connect.
getSlotsAvailable() - Method in class net.sf.freecol.server.FreeColServer
Gets the number of player that may connect.
getSocket() - Method in class net.sf.freecol.common.networking.Connection
Gets the socket.
getSocket() - Method in class net.sf.freecol.server.model.ServerPlayer
Gets the socket of this player.
getSoL() - Method in class net.sf.freecol.common.model.Colony
Returns the current SoL membership of the colony.
getSoL() - Method in class net.sf.freecol.common.model.Player
Gets the total percentage of rebels in all this player's colonies.
getSortedPotential() - Method in class net.sf.freecol.common.model.Tile
Sorts GoodsTypes according to potential based on TileType, TileItemContainer if any.
getSortedPotential(Unit) - Method in class net.sf.freecol.common.model.Tile
Sorts GoodsTypes according to potential based on TileType, TileItemContainer if any.
getSortedPotential(UnitType, Player) - Method in class net.sf.freecol.common.model.Tile
Sorts GoodsTypes according to potential based on TileType, TileItemContainer if any.
getSortedWorkLocationPlans() - Method in class net.sf.freecol.server.ai.ColonyPlan
Returns the WorkLocationPlans associated with this ColonyPlan sorted by production in a decreasing order.
getSource() - Method in class net.sf.freecol.common.model.Feature
Get the Source value.
getSource() - Method in class net.sf.freecol.common.model.ModelMessage
Gets the source of the message.
getSource() - Method in class net.sf.freecol.common.model.TradeItem
Get the Source value.
getSourceActions(JComponent) - Method in class net.sf.freecol.client.gui.panel.BuildQueuePanel.BuildQueueTransferHandler
Returns the possible source actions of the component.
getSourceActions(JComponent) - Method in class net.sf.freecol.client.gui.panel.DefaultTransferHandler
Returns the action that can be done to an ImageSelection on the given component.
getSourceActions(JComponent) - Method in class net.sf.freecol.client.gui.panel.TradeRouteInputDialog.CargoHandler
 
getSpace() - Method in class net.sf.freecol.common.model.UnitType
Get the Space value.
getSpaceLeft() - Method in class net.sf.freecol.common.model.Unit
Returns the amount of space left on this Unit.
getSpaceTaken() - Method in class net.sf.freecol.common.model.Goods
Gets the amount of space this Goods take.
getSpaceTaken() - Method in interface net.sf.freecol.common.model.Locatable
Gets the amount of space this Locatable take.
getSpaceTaken() - Method in class net.sf.freecol.common.model.TileItem
TileItems do not take any space, and cannot be taken carried.
getSpaceTaken() - Method in class net.sf.freecol.common.model.Unit
Gets the amount of space this Unit takes when put on a carrier.
getSpaceTaken() - Method in class net.sf.freecol.common.model.UnitType
Get the SpaceTaken value.
getSpanishSuccession() - Method in class net.sf.freecol.common.model.Game
Get the SpanishSuccession value.
getSpecification() - Static method in class net.sf.freecol.common.Specification
 
getSpecification() - Static method in class net.sf.freecol.FreeCol
Returns the specification object for Freecol.
getSpecificationInputStream() - Method in class net.sf.freecol.common.io.FreeColModFile
Gets the input stream to the specification.
getSpecificationInputStream() - Static method in class net.sf.freecol.FreeCol
 
getStance() - Method in class net.sf.freecol.client.gui.panel.NegotiationDialog
Returns the stance being offered, or Integer.MIN_VALUE if none is being offered.
getStance() - Method in class net.sf.freecol.common.model.DiplomaticTrade
Returns the stance being offered, or null if none is being offered.
getStance(Player) - Method in class net.sf.freecol.common.model.Player
Returns the stance towards a given player.
getStance() - Method in class net.sf.freecol.common.model.StanceTradeItem
Get the Stance value.
getStanceAsString(Player.Stance) - Static method in class net.sf.freecol.common.model.Player
Returns a string describing the given stance.
getStartGamePanel() - Method in class net.sf.freecol.client.gui.Canvas
Gets the StartGamePanel that lies in this container.
getStartingUnits() - Method in class net.sf.freecol.common.model.EuropeanNationType
Returns a list of this Nation's starting units.
getState() - Method in class net.sf.freecol.common.model.Unit
Gets the state of this Unit.
getStockade() - Method in class net.sf.freecol.common.model.Colony
Returns the stockade building
getStockNumber() - Method in class net.sf.freecol.client.gui.panel.ProductionLabel
Get the stockNumber value.
getStockNumber() - Method in class net.sf.freecol.client.gui.panel.ProductionMultiplesLabel
Get the stockNumber value.
getStops() - Method in class net.sf.freecol.common.model.TradeRoute
Get the Stops value.
getStopXMLElementTagName() - Static method in class net.sf.freecol.common.model.TradeRoute
Returns the tag name of the root element representing this object.
getStoredAs() - Method in class net.sf.freecol.common.model.GoodsType
 
getStringOption(String) - Method in class net.sf.freecol.common.Specification
Returns the StringOption with the given ID.
getStrings() - Method in class net.sf.freecol.common.model.HistoryEvent
Get the Strings value.
getStudent() - Method in class net.sf.freecol.common.model.Unit
Get the Student value.
getStudents() - Method in class net.sf.freecol.client.gui.panel.LabourData.LocationData
 
getStyle() - Method in class net.sf.freecol.common.model.Tile
Get the Style value.
getStyle() - Method in class net.sf.freecol.common.model.TileImprovement
Returns the Style of this Improvement - used for Rivers
getStyleBreakdown(Map.Direction[], int) - Method in class net.sf.freecol.common.model.TileImprovement
Breaks the Style of this Improvement into 8 directions - used for Rivers (at the moment)
getStyleBreakdown(int[]) - Method in class net.sf.freecol.common.model.TileImprovement
Breaks the Style of this Improvement into 8 directions - used for Rivers (at the moment) Possible TODO: Modify this later should we modify the usage of Style.
getSummary() - Method in class net.sf.freecol.client.gui.panel.LabourData
 
getSurroundingTiles(Tile, int) - Method in class net.sf.freecol.common.model.Map
Returns all the tiles surrounding the given tile within the given range.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class net.sf.freecol.client.gui.panel.ColorCellEditor
Returns the component used to edit the cell's value.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class net.sf.freecol.client.gui.panel.PlayersTable.AvailableCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class net.sf.freecol.client.gui.panel.PlayersTable.PlayerCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class net.sf.freecol.client.gui.panel.AdvantageCellRenderer
Returns the component used to render the cell's value.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class net.sf.freecol.client.gui.panel.ColorCellRenderer
Returns the component used to render the cell's value.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class net.sf.freecol.client.gui.panel.NationCellRenderer
Returns the component used to render the cell's value.
getTarget() - Method in class net.sf.freecol.server.ai.mission.UnitSeekAndDestroyMission
Returns the object we are trying to destroy.
getTarget() - Method in class net.sf.freecol.server.ai.TileImprovementPlan
Gets the target of this TileImprovementPlan.
getTax() - Method in class net.sf.freecol.common.model.Player
Returns the current tax.
getTeacher() - Method in class net.sf.freecol.common.model.Unit
Get the Teacher value.
getTeachers() - Method in class net.sf.freecol.client.gui.panel.LabourData.LocationData
 
getTeachers() - Method in class net.sf.freecol.common.model.Colony
 
getTemperature() - Method in class net.sf.freecol.server.generator.MapGeneratorOptions
Gets the average temperature of the map.
getTension(Player) - Method in class net.sf.freecol.common.model.Player
Gets the hostility this player has against the given player.
getter(Object) - Method in class net.sf.freecol.common.util.Introspector
Invoke the get-method for this Introspector.
getTerrainGenerator() - Method in class net.sf.freecol.server.generator.MapGenerator
 
getTerrainImage(TileType, int, int) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the terrain-image for the given type.
getTerrainImage(TileType, int, int) - Method in class net.sf.freecol.client.gui.panel.ImageProvider
Should return the Image of the terrain with the given type.
getTerrainImageHeight(TileType) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the height of the terrain-image for a terrain type.
getTerrainImageHeight(TileType) - Method in class net.sf.freecol.client.gui.panel.ImageProvider
Should return the height of the terrain-image at the given index.
getTerrainImageWidth(TileType) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the width of the terrain-image for a terrain type.
getTerrainImageWidth(TileType) - Method in class net.sf.freecol.client.gui.panel.ImageProvider
Should return the width of the terrain-image at the given index.
getTile() - Method in class net.sf.freecol.client.gui.panel.InfoPanel
Gets the Tile in which this InfoPanel is displaying information about.
getTile() - Method in class net.sf.freecol.client.gui.panel.InfoPanel.TileInfoPanel
Gets the Tile in which this InfoPanel is displaying information about.
getTile() - Method in class net.sf.freecol.client.gui.TerrainCursor
 
getTile() - Method in class net.sf.freecol.common.model.Building
Gets the Tile where this Building is located.
getTile() - Method in class net.sf.freecol.common.model.ColonyTile
Gets the tile where the colony is located.
getTile() - Method in class net.sf.freecol.common.model.Europe
Returns null.
getTile() - Method in class net.sf.freecol.common.model.Goods
Returns the Tile where this Goods is located, or null if it's location is Europe.
getTile() - Method in interface net.sf.freecol.common.model.Locatable
Returns the Tile where this Locatable is located, or null if it's location is Europe.
getTile() - Method in interface net.sf.freecol.common.model.Location
Returns the Tile where this Location is located.
getTile(Map.Position) - Method in class net.sf.freecol.common.model.Map
Returns the Tile at a requested position.
getTile(int, int) - Method in class net.sf.freecol.common.model.Map
Returns the Tile at position (x, y).
getTile() - Method in class net.sf.freecol.common.model.PathNode
Gets the Tile of this PathNode.
getTile() - Method in class net.sf.freecol.common.model.Settlement
Gets the Tile where this Settlement is located.
getTile(int, int) - Method in class net.sf.freecol.common.model.Settlement
Gets a Tile from the neighbourhood of this Colony.
getTile() - Method in class net.sf.freecol.common.model.Tile
Gets the Tile where this Location is located or null if no Tile applies.
getTile() - Method in class net.sf.freecol.common.model.TileItem
Returns the Tile where this TileItem is located, or null if it's location is Europe.
getTile() - Method in class net.sf.freecol.common.model.TileItemContainer
 
getTile() - Method in class net.sf.freecol.common.model.Unit
Returns the Tile where this Unit is located.
getTileBounds(Tile) - Method in class net.sf.freecol.client.gui.GUI
Calculate the bounds of the rectangle containing a Tile on the screen, and return it.
getTileBounds(int, int) - Method in class net.sf.freecol.client.gui.GUI
Calculate the bounds of the rectangle containing a Tile on the screen, and return it.
getTileElement() - Method in class net.sf.freecol.common.networking.DebugForeignColonyMessage
 
getTileElement() - Method in class net.sf.freecol.common.networking.SpySettlementMessage
 
getTileHeight() - Method in class net.sf.freecol.client.gui.GUI
 
getTileImprovementPlanIterator() - Method in class net.sf.freecol.server.ai.AIColony
Returns an Iterator over all the TileImprovementPlans needed by this colony.
getTileImprovementPlanIterator() - Method in class net.sf.freecol.server.ai.AIPlayer
Returns an Iterator over all the TileImprovements needed by all of this player's colonies.
getTileImprovementPlanIterator() - Method in class net.sf.freecol.server.ai.ColonialAIPlayer
Returns an Iterator over all the TileImprovements needed by all of this player's colonies.
getTileImprovementPlanIterator() - Method in class net.sf.freecol.server.ai.EuropeanAIPlayer
Deprecated. Returns an Iterator over all the TileImprovements needed by all of this player's colonies.
getTileImprovementPlanIterator() - Method in class net.sf.freecol.server.ai.StandardAIPlayer
Returns an Iterator over all the TileImprovements needed by all of this player's colonies.
getTileImprovements() - Method in class net.sf.freecol.common.model.Tile
Returns a List of TileImprovements.
getTileImprovementType(String) - Method in class net.sf.freecol.common.Specification
 
getTileImprovementTypeList() - Method in class net.sf.freecol.common.Specification
 
getTileItemContainer() - Method in class net.sf.freecol.common.model.Tile
Returns the TileItemContainer.
getTileItemInfo(TileItemContainer) - Method in class net.sf.freecol.common.model.PlayerExploredTile
Copies given TileItemContainer
getTileItems() - Method in class net.sf.freecol.common.model.TileItemContainer
Get the TileItems value.
getTilePanel() - Method in class net.sf.freecol.client.gui.panel.ColonyPanel
Returns a pointer to the TilePanel-object in use.
getTilePosition(Tile) - Method in class net.sf.freecol.client.gui.GUI
Gets the position of the given Tile on the drawn map.
getTileType() - Method in class net.sf.freecol.client.gui.panel.MapEditorTransformPanel.TileTypeTransform
 
getTileType(String) - Method in class net.sf.freecol.common.Specification
 
getTileTypeList() - Method in class net.sf.freecol.common.Specification
 
getTileTypePotential(TileType, GoodsType, TileItemContainer, UnitType) - Static method in class net.sf.freecol.common.model.Tile
Calculates the potential of a certain GoodsType.
getTileWidth() - Method in class net.sf.freecol.client.gui.GUI
 
getToolTipPrefix() - Method in class net.sf.freecol.client.gui.panel.ProductionLabel
Get the ToolTipPrefix value.
getToolTipPrefix() - Method in class net.sf.freecol.client.gui.panel.ProductionMultiplesLabel
Get the ToolTipPrefix value.
getTory() - Method in class net.sf.freecol.common.model.Colony
Returns the Tory membership of the colony.
getTotal() - Method in class net.sf.freecol.client.gui.panel.LabourData.UnitData
 
getTotalBonusPotential(GoodsType, UnitType, int) - Method in class net.sf.freecol.common.model.TileItemContainer
Determine the total bonus for a GoodsType.
getTotalColonists() - Method in class net.sf.freecol.client.gui.panel.LabourData.LocationData
 
getTotalFoundingFatherCost() - Method in class net.sf.freecol.common.model.Player
Returns how many liberty points in total are needed to earn the Founding Father we are trying to recruit.
getTotalProbability(Collection<RandomChoice<T>>) - Static method in class net.sf.freecol.common.util.RandomChoice
 
getTotalProduction() - Method in class net.sf.freecol.client.gui.panel.LabourData.LocationData
 
getTotalTurns() - Method in class net.sf.freecol.common.model.PathNode
Returns the number of turns it will take to move the entire path, from the starting PathNode until the end.
getTotalUnitCount() - Method in class net.sf.freecol.common.model.Tile
Returns the total amount of Units at this Location.
getTraded() - Method in class net.sf.freecol.common.model.MarketData
Has there been trading in this MarketData?
getTradeItems() - Method in class net.sf.freecol.common.model.DiplomaticTrade
Returns all TradeItems.
getTradeRoute() - Method in class net.sf.freecol.common.model.Unit
Get the TradeRoute value.
getTradeRoutes() - Method in class net.sf.freecol.common.model.Player
Get the TradeRoutes value.
getTransactionListener() - Method in class net.sf.freecol.common.model.Market
Returns an array of all the TransactionListener added to this Market.
GetTransactionMessage - Class in net.sf.freecol.common.networking
The message sent to initiate a transaction.
GetTransactionMessage(Unit, Settlement) - Constructor for class net.sf.freecol.common.networking.GetTransactionMessage
Create a new GetTransactionMessage with the supplied unit and settlement.
GetTransactionMessage(Game, Element) - Constructor for class net.sf.freecol.common.networking.GetTransactionMessage
Create a new GetTransactionMessage from a supplied element.
getTransactionSession(Unit, Settlement) - Method in class net.sf.freecol.server.control.InGameController
 
getTransferData(DataFlavor) - Method in class net.sf.freecol.client.gui.panel.BuildQueuePanel.BuildQueueTransferHandler.BuildQueueTransferable
Returns the build queue from the Transferable.
getTransferData(DataFlavor) - Method in class net.sf.freecol.client.gui.panel.ImageSelection
Returns the data that this Transferable represents or 'null' if the data is not of the given flavor.
getTransferDataFlavors() - Method in class net.sf.freecol.client.gui.panel.BuildQueuePanel.BuildQueueTransferHandler.BuildQueueTransferable
Returns an array of supported data flavors.
getTransferDataFlavors() - Method in class net.sf.freecol.client.gui.panel.ImageSelection
Returns the flavors that are supported by this Transferable.
getTransport() - Method in class net.sf.freecol.server.ai.AIGoods
Gets the carrier responsible for transporting this Transportable.
getTransport() - Method in class net.sf.freecol.server.ai.AIUnit
Gets the carrier responsible for transporting this Transportable.
getTransport() - Method in interface net.sf.freecol.server.ai.Transportable
Gets the carrier responsible for transporting this Transportable.
getTransportable() - Method in class net.sf.freecol.server.ai.Wish
Gets the Transportable assigned to this Wish.
getTransportDestination() - Method in class net.sf.freecol.server.ai.AIGoods
Returns the destination for this Transportable.
getTransportDestination() - Method in class net.sf.freecol.server.ai.AIUnit
Returns the destination for this Transportable.
getTransportDestination() - Method in class net.sf.freecol.server.ai.mission.BuildColonyMission
Returns the destination for this Transportable.
getTransportDestination() - Method in class net.sf.freecol.server.ai.mission.CashInTreasureTrainMission
Returns the destination for this Transportable.
getTransportDestination() - Method in class net.sf.freecol.server.ai.mission.DefendSettlementMission
Returns the destination for this Transportable.
getTransportDestination() - Method in class net.sf.freecol.server.ai.mission.Mission
Returns the destination of a required transport.
getTransportDestination() - Method in class net.sf.freecol.server.ai.mission.PioneeringMission
Returns the destination for this Transportable.
getTransportDestination() - Method in class net.sf.freecol.server.ai.mission.ScoutingMission
Returns the destination for this Transportable.
getTransportDestination() - Method in class net.sf.freecol.server.ai.mission.TransportMission
Returns the destination of a required transport.
getTransportDestination() - Method in class net.sf.freecol.server.ai.mission.UnitSeekAndDestroyMission
Returns the destination for this Transportable.
getTransportDestination() - Method in class net.sf.freecol.server.ai.mission.WishRealizationMission
Returns the destination for this Transportable.
getTransportDestination() - Method in interface net.sf.freecol.server.ai.Transportable
Returns the destination for this Transportable.
getTransportDropNode() - Method in class net.sf.freecol.common.model.PathNode
Returns the node where the unit using this path should leave it's transport.
getTransportDropTurns() - Method in class net.sf.freecol.common.model.PathNode
Returns the number of turns it takes to reach the transport node.
getTransportFee() - Method in class net.sf.freecol.common.model.Unit
Return the fee that would have to be paid to transport this treasure to Europe.
getTransportLocatable() - Method in class net.sf.freecol.server.ai.AIGoods
Gets the Locatable which should be transported.
getTransportLocatable() - Method in class net.sf.freecol.server.ai.AIUnit
Gets the Locatable which should be transported.
getTransportLocatable() - Method in interface net.sf.freecol.server.ai.Transportable
Gets the Locatable which should be transported.
getTransportPriority() - Method in class net.sf.freecol.server.ai.AIGoods
Gets the priority of transporting this Transportable to it's destination.
getTransportPriority() - Method in class net.sf.freecol.server.ai.AIUnit
Gets the priority of transporting this Transportable to it's destination.
getTransportPriority() - Method in class net.sf.freecol.server.ai.mission.BuildColonyMission
Returns the priority of getting the unit to the transport destination.
getTransportPriority() - Method in class net.sf.freecol.server.ai.mission.CashInTreasureTrainMission
Returns the priority of getting the unit to the transport destination.
getTransportPriority() - Method in class net.sf.freecol.server.ai.mission.DefendSettlementMission
Returns the priority of getting the unit to the transport destination.
getTransportPriority() - Method in class net.sf.freecol.server.ai.mission.Mission
Returns the priority of getting the unit to the transport destination.
getTransportPriority() - Method in class net.sf.freecol.server.ai.mission.PioneeringMission
Returns the priority of getting the unit to the transport destination.
getTransportPriority() - Method in class net.sf.freecol.server.ai.mission.ScoutingMission
Returns the priority of getting the unit to the transport destination.
getTransportPriority() - Method in class net.sf.freecol.server.ai.mission.TransportMission
Returns the priority of getting the unit to the transport destination.
getTransportPriority() - Method in class net.sf.freecol.server.ai.mission.UnitSeekAndDestroyMission
Returns the priority of getting the unit to the transport destination.
getTransportPriority() - Method in class net.sf.freecol.server.ai.mission.WishRealizationMission
Returns the priority of getting the unit to the transport destination.
getTransportPriority() - Method in interface net.sf.freecol.server.ai.Transportable
Gets the priority of transporting this Transportable to it's destination.
getTransportSource() - Method in class net.sf.freecol.server.ai.AIGoods
Returns the source for this Transportable.
getTransportSource() - Method in class net.sf.freecol.server.ai.AIUnit
Returns the source for this Transportable.
getTransportSource() - Method in interface net.sf.freecol.server.ai.Transportable
Returns the source for this Transportable.
getTreasureAmount() - Method in class net.sf.freecol.common.model.Unit
Returns the current amount of treasure in this unit.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class net.sf.freecol.client.gui.panel.ColopediaTreeCellRenderer
Returns the rendered Component
getTribute(Player) - Method in class net.sf.freecol.common.model.IndianSettlement
Returns the amount of gold this settlement pays as a tribute.
getTurn() - Method in class net.sf.freecol.common.model.Game
 
getTurn() - Method in class net.sf.freecol.common.model.HistoryEvent
Get the int value.
getTurns() - Method in class net.sf.freecol.common.model.PathNode
Returns the number of turns it will take to reach this PathNode's Tile in the path.
getTurnsForRepair() - Method in class net.sf.freecol.common.model.Unit
Return how many turns left to be repaired
getTurnsOfTraining() - Method in class net.sf.freecol.common.model.Unit
Gets the number of turns this unit has been training.
getTurnsToComplete(BuildableType) - Method in class net.sf.freecol.common.model.Colony
Returns how many turns it would take to build the given BuildableType.
getTurnsToComplete() - Method in class net.sf.freecol.common.model.TileImprovement
 
getTurnsToLearn() - Method in class net.sf.freecol.common.model.UnitTypeChange
Get the TurnsToLearn value.
getTurnsToReach(Tile) - Method in class net.sf.freecol.common.model.Unit
Returns the number of turns this Unit will have to use in order to reach the given Tile.
getTurnsToReach(Tile, Tile) - Method in class net.sf.freecol.common.model.Unit
Returns the number of turns this Unit will have to use in order to reach the given Tile.
getTurnsToReach(Location) - Method in class net.sf.freecol.common.model.Unit
Returns the number of turns this Unit will have to use in order to reach the given Location.
getType() - Method in class net.sf.freecol.client.gui.panel.MarketLabel
Returns this MarketLabel's goods type.
getType() - Method in class net.sf.freecol.client.gui.panel.TradeRouteInputDialog.CargoLabel
 
getType() - Method in class net.sf.freecol.common.model.AbstractGoods
Get the Type value.
getType() - Method in class net.sf.freecol.common.model.Building
Gets the type of this building.
getType() - Method in class net.sf.freecol.common.model.BuildingType
 
getType() - Method in class net.sf.freecol.common.model.FoundingFather
Return the type of this FoundingFather.
getType() - Method in class net.sf.freecol.common.model.HistoryEvent
Get the Type value.
getType() - Method in class net.sf.freecol.common.model.LostCityRumour
Get the Type value.
getType() - Method in class net.sf.freecol.common.model.ModelMessage
Gets the type of the message to display.
getType() - Method in class net.sf.freecol.common.model.Modifier
Get the Type value.
getType() - Method in class net.sf.freecol.common.model.Nation
Get the Type value.
getType() - Method in class net.sf.freecol.common.model.Region
Get the Type value.
getType() - Method in class net.sf.freecol.common.model.Resource
Returns the ResourceType of this Resource.
getType() - Method in class net.sf.freecol.common.model.Scope
Get the Type value.
getType() - Method in class net.sf.freecol.common.model.Tile
Returns the type of this Tile.
getType() - Method in class net.sf.freecol.common.model.TileImprovement
 
getType() - Method in interface net.sf.freecol.common.model.Typed
Gets the type of this object.
getType() - Method in class net.sf.freecol.common.model.Unit
Get the UnitType value.
getType() - Method in class net.sf.freecol.common.networking.Message
Gets the type of this Message.
getType(String, Class<T>) - Method in class net.sf.freecol.common.Specification
Returns the FreeColGameObjectType with the given ID.
getType(String) - Method in class net.sf.freecol.common.Specification
 
getType(XMLStreamReader, String, Class<T>, T) - Method in class net.sf.freecol.common.Specification
Returns the FreeColGameObjectType identified by the attributeName, or the default value if there is no such attribute.
getType() - Method in class net.sf.freecol.server.ai.ColonyProfile
Get the Type value.
getType() - Method in class net.sf.freecol.server.ai.TileImprovementPlan
Returns the TileImprovementType of this plan.
getTypeChanges() - Method in class net.sf.freecol.common.model.UnitType
 
getTypeName() - Method in class net.sf.freecol.common.model.ModelMessage
 
getTypeName() - Method in class net.sf.freecol.common.model.Region
 
getTypeOfSettlement() - Method in class net.sf.freecol.common.model.IndianNationType
Get the TypeOfSettlement value.
getTypeOfSettlement() - Method in class net.sf.freecol.common.model.IndianSettlement
Gets the kind of Indian settlement.
getTypesProviding(String, boolean) - Method in class net.sf.freecol.common.Specification
Return a list of FreeColGameObjectTypes that provide the required ability.
getTypesWithAbility(Class<T>, String...) - Method in class net.sf.freecol.common.Specification
Return all types which have any of the given abilities.
getUIClassID() - Method in class net.sf.freecol.client.gui.panel.CargoPanel
 
getUIClassID() - Method in class net.sf.freecol.client.gui.panel.ColonyPanel.BuildingsPanel
 
getUIClassID() - Method in class net.sf.freecol.client.gui.panel.ColonyPanel.ColonyCargoPanel
 
getUIClassID() - Method in class net.sf.freecol.client.gui.panel.ColonyPanel.InPortPanel
 
getUIClassID() - Method in class net.sf.freecol.client.gui.panel.ColonyPanel.OutsideColonyPanel
 
getUIClassID() - Method in class net.sf.freecol.client.gui.panel.ColonyPanel.WarehousePanel
 
getUIClassID() - Method in class net.sf.freecol.client.gui.panel.EuropePanel.DocksPanel
 
getUIClassID() - Method in class net.sf.freecol.client.gui.panel.EuropePanel.EuropeCargoPanel
 
getUIClassID() - Method in class net.sf.freecol.client.gui.panel.EuropePanel.InPortPanel
 
getUIClassID() - Method in class net.sf.freecol.client.gui.panel.EuropePanel.MarketPanel
 
getUIClassID() - Method in class net.sf.freecol.client.gui.panel.EuropePanel.ToAmericaPanel
 
getUIClassID() - Method in class net.sf.freecol.client.gui.panel.EuropePanel.ToEuropePanel
 
getUnit() - Method in class net.sf.freecol.client.gui.panel.InfoPanel
Gets the Unit in which this InfoPanel is displaying information about.
getUnit() - Method in class net.sf.freecol.client.gui.panel.InfoPanel.UnitInfoPanel
Gets the Unit in which this InfoPanel is displaying information about.
getUnit() - Method in class net.sf.freecol.client.gui.panel.UnitLabel
Returns this UnitLabel's unit data.
getUnit() - Method in class net.sf.freecol.common.model.ColonyTile
Gets the Unit currently working on this ColonyTile.
getUnit(String) - Method in class net.sf.freecol.common.model.Player
Get the Unit value.
getUnit() - Method in class net.sf.freecol.common.model.UnitTradeItem
Get the Unit value.
getUnit() - Method in class net.sf.freecol.common.networking.DeliverGiftMessage
Get the Unit which is delivering the gift.
getUnit() - Method in class net.sf.freecol.common.networking.DiplomacyMessage
Get the Unit which began this diplomatic exchange.
getUnit() - Method in class net.sf.freecol.server.ai.AIUnit
Gets the Unit this AIUnit controls.
getUnit() - Method in class net.sf.freecol.server.ai.mission.Mission
Gets the unit this mission has been created for.
getUnit() - Method in class net.sf.freecol.server.ai.ProductionCache.Entry
 
getUnitAbilitiesRequired() - Method in class net.sf.freecol.common.model.EquipmentType
Returns the abilities required by this Type.
getUnitButtonImageIcon(int, int) - Method in class net.sf.freecol.client.gui.panel.ImageProvider
Should return the ImageIcon of the Unit Button with the given index.
getUnitCount() - Method in class net.sf.freecol.common.model.Building
Gets the amount of units at this WorkLocation.
getUnitCount() - Method in class net.sf.freecol.common.model.Colony
Gets the amount of Units at this Location.
getUnitCount() - Method in class net.sf.freecol.common.model.ColonyTile
Gets the amount of Units at this ColonyTile.
getUnitCount() - Method in class net.sf.freecol.common.model.Europe
Gets the amount of Units at this Location.
getUnitCount() - Method in class net.sf.freecol.common.model.IndianSettlement
Returns the amount of Units at this Location.
getUnitCount() - Method in interface net.sf.freecol.common.model.Location
Returns the amount of Units at this Location.
getUnitCount() - Method in class net.sf.freecol.common.model.Settlement
Returns the number of units in this settlement.
getUnitCount() - Method in class net.sf.freecol.common.model.Tile
Returns the amount of units at this Location.
getUnitCount() - Method in class net.sf.freecol.common.model.Unit
Gets the amount of Units at this Location.
getUnitCount() - Method in class net.sf.freecol.server.ai.ProductionCache
 
getUnitCount(BuildingType) - Method in class net.sf.freecol.server.ai.ProductionCache
 
getUnitData(UnitType) - Method in class net.sf.freecol.client.gui.panel.LabourData
get profession data (create on demand)
getUnitData() - Method in class net.sf.freecol.client.gui.panel.LabourData.LocationData
 
getUnitImageIcon(Unit) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the ImageIcon that will represent the given unit.
getUnitImageIcon(UnitType) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the ImageIcon that will represent a unit of the given type.
getUnitImageIcon(UnitType, Unit.Role) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the ImageIcon that will represent a unit of the given type and role.
getUnitImageIcon(Unit, boolean) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the ImageIcon that will represent the given unit.
getUnitImageIcon(UnitType, boolean) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the ImageIcon that will represent a unit of the given type.
getUnitImageIcon(UnitType, Unit.Role, boolean) - Method in class net.sf.freecol.client.gui.ImageLibrary
Returns the ImageIcon that will represent a unit of the given type and role.
getUnitInFront(Tile) - Method in class net.sf.freecol.client.gui.GUI
Gets the unit that should be displayed on the given tile.
getUnitIterator() - Method in class net.sf.freecol.common.model.Building
Gets an Iterator of every Unit directly located on this Building.
getUnitIterator() - Method in class net.sf.freecol.common.model.Colony
 
getUnitIterator() - Method in class net.sf.freecol.common.model.ColonyTile
 
getUnitIterator() - Method in class net.sf.freecol.common.model.Europe
Gets an Iterator of every Unit directly located in this Europe.
getUnitIterator() - Method in class net.sf.freecol.common.model.IndianSettlement
 
getUnitIterator() - Method in interface net.sf.freecol.common.model.Location
Gets a Iterator of every Unit directly located on this Location.
getUnitIterator() - Method in class net.sf.freecol.common.model.Player
Gets an Iterator containing all the units this player owns.
getUnitIterator() - Method in class net.sf.freecol.common.model.Tile
Gets an Iterator of every Unit directly located on this Tile.
getUnitIterator() - Method in class net.sf.freecol.common.model.Unit
Gets a Iterator of every Unit directly located on this Location.
getUnitLabelPositionInTile(JLabel, Tile) - Method in class net.sf.freecol.client.gui.GUI
Gets the position where a unitLabel located at tile should be drawn.
getUnitLabelPositionInTile(JLabel, Point) - Method in class net.sf.freecol.client.gui.GUI
Gets the position where a unitLabel located at tile should be drawn.
getUnitLabels() - Method in class net.sf.freecol.client.gui.panel.BuildingPanel
 
getUnitList() - Method in class net.sf.freecol.common.model.Building
 
getUnitList() - Method in class net.sf.freecol.common.model.Colony
 
getUnitList() - Method in class net.sf.freecol.common.model.ColonyTile
 
getUnitList() - Method in class net.sf.freecol.common.model.Europe
Gets a List of every Unit directly located in this Europe.
getUnitList() - Method in class net.sf.freecol.common.model.IndianSettlement
 
getUnitList() - Method in interface net.sf.freecol.common.model.Location
Returns a list containing all the Units present at this Location.
getUnitList() - Method in class net.sf.freecol.common.model.Tile
Gets a List/code> of every Unit directly located on this Tile.
getUnitList() - Method in class net.sf.freecol.common.model.Unit
 
getUnitMenu(UnitLabel) - Method in class net.sf.freecol.client.gui.panel.DragListener
 
getUnitName() - Method in class net.sf.freecol.client.gui.panel.LabourData.UnitData
 
getUnitPrice(UnitType) - Method in class net.sf.freecol.common.model.Europe
Returns the price of a unit in Europe.
getUnitProductivity(Unit) - Method in class net.sf.freecol.common.model.Building
Returns the maximum productivity of a unit working in this building.
getUnits() - Method in class net.sf.freecol.common.model.FoundingFather
Get the Units value.
getUnits() - Method in class net.sf.freecol.common.model.HighScore
Get the Units value.
getUnits() - Method in class net.sf.freecol.common.model.Player
 
getUnits() - Method in class net.sf.freecol.server.ai.ProductionCache
 
getUnitSafely(String, ServerPlayer) - Method in class net.sf.freecol.server.FreeColServer
Get a unit by ID, validating the ID as much as possible.
getUnitsAtSea() - Method in class net.sf.freecol.client.gui.panel.LabourData.UnitData
 
getUnitsInEurope() - Method in class net.sf.freecol.client.gui.panel.LabourData.UnitData
 
getUnitsOnLand() - Method in class net.sf.freecol.client.gui.panel.LabourData.UnitData
 
getUnitSummaryRowCount() - Method in class net.sf.freecol.client.gui.panel.LabourData.UnitData
 
getUnitType() - Method in class net.sf.freecol.client.gui.panel.LabourData.UnitData
 
getUnitType() - Method in class net.sf.freecol.common.model.AbstractUnit
Get the UnitType value.
getUnitType(String) - Method in class net.sf.freecol.common.Specification
 
getUnitType() - Method in class net.sf.freecol.server.ai.WorkerWish
Returns the type of unit needed for releasing this wish.
getUnitTypeChange(UnitTypeChange.ChangeType, Player) - Method in class net.sf.freecol.common.model.UnitType
Describe getUnitTypeChange method here.
getUnitTypeComparator() - Static method in class net.sf.freecol.client.gui.panel.ReportPanel
Returns a unit type comparator.
getUnitTypeList() - Method in class net.sf.freecol.common.Specification
 
getUnitTypesLearntInLostCity() - Method in class net.sf.freecol.common.model.UnitType
Get a list of UnitType which can learn in a lost city rumour
getUnitTypesPurchasedInEurope() - Method in class net.sf.freecol.common.Specification
Returns the unit types that can be purchased in Europe.
getUnitTypesTrainedInEurope() - Method in class net.sf.freecol.common.Specification
Returns the unit types that can be trained in Europe.
getUnitTypesWithAbility(String...) - Method in class net.sf.freecol.common.Specification
Return the unit types which have any of the given abilities
getUnitTypeTeaching(UnitType, UnitType) - Static method in class net.sf.freecol.common.model.Unit
Gets the UnitType which a teacher is teaching to a student.
getUnknownEnemy() - Method in class net.sf.freecol.common.model.Game
Returns the "Unknown Enemy" Player, which is used for privateers.
getUpgrades() - Method in class net.sf.freecol.common.model.FoundingFather
Get the Upgrades value.
getUpgradesFrom() - Method in class net.sf.freecol.common.model.BuildingType
 
getUpgradesTo() - Method in class net.sf.freecol.common.model.BuildingType
 
getUserConnectionHandler() - Method in class net.sf.freecol.server.FreeColServer
Gets the UserConnectionHandler.
getUserDirectory() - Static method in class net.sf.freecol.common.util.Utils
Generalize this method instead of calling it directly elsewhere.
getVacantColonyTileFor(Unit, boolean, GoodsType...) - Method in class net.sf.freecol.common.model.Colony
Returns a vacant ColonyTile where the given unit produces the maximum output of the given goodsType.
getVacantEntryLocation() - Method in class net.sf.freecol.common.model.Unit
Gets the Location in which this unit will be put when returning from Europe.
getVacantNation() - Method in class net.sf.freecol.common.model.Game
Returns a vacant nation.
getVacantNations() - Method in class net.sf.freecol.common.model.Game
Get the VacantNations value.
getVacantWorkLocationFor(Unit) - Method in class net.sf.freecol.common.model.Colony
Gets a vacant WorkLocation for the given Unit.
getValue() - Method in class net.sf.freecol.common.model.Ability
Get the Value value.
getValue() - Method in class net.sf.freecol.common.model.Modifier
Get the Value value.
getValue() - Method in class net.sf.freecol.common.model.Tension
Returns the current tension value.
getValue(TileType, GoodsType) - Method in class net.sf.freecol.common.model.TileImprovementType
Returns a value for use in AI decision making.
getValue() - Method in class net.sf.freecol.common.option.AudioMixerOption
Get the Value value.
getValue() - Method in class net.sf.freecol.common.option.BooleanOption
Gets the current value of this BooleanOption.
getValue() - Method in class net.sf.freecol.common.option.FileOption
Gets the current value of this FileOption.
getValue() - Method in class net.sf.freecol.common.option.IntegerOption
Gets the current value of this IntegerOption.
getValue() - Method in class net.sf.freecol.common.option.LanguageOption
Get the Value value.
getValue() - Method in class net.sf.freecol.common.option.ListOption
Gets the current value of this Option.
getValue() - Method in class net.sf.freecol.common.option.SelectOption
Gets the current value of this SelectOption.
getValue() - Method in class net.sf.freecol.common.option.StringOption
Gets the current value of this StringOption.
getValue() - Method in class net.sf.freecol.server.ai.ValuedAIObject
Get the Value value.
getValueRank() - Method in class net.sf.freecol.common.option.RangeOption
Gets the rank of the current selected value in the list of values of this RangeOption.
getValues() - Method in class net.sf.freecol.common.model.TypeCountMap
 
getVersion() - Method in class net.sf.freecol.common.ServerInfo
Returns the FreeCol version of the server.
getVersion() - Static method in class net.sf.freecol.FreeCol
Gets the current version of game.
getVideo(String) - Static method in class net.sf.freecol.common.resources.ResourceManager
Gets the Video represented by the given resource.
getVideo() - Method in class net.sf.freecol.common.resources.VideoResource
Gets the Video represented by this resource.
getView() - Method in class net.sf.freecol.client.gui.ViewMode
 
getViewMode() - Method in class net.sf.freecol.client.gui.GUI
Get the View Mode object
getViewOwner() - Method in class net.sf.freecol.common.model.Game
Returns the owner of this view of the game, or null if this game has all the information.
getVisibleGoodsCount() - Method in class net.sf.freecol.common.model.Unit
Returns the amount of goods that is carried by this unit.
getWantedGoods() - Method in class net.sf.freecol.common.model.IndianSettlement
 
getWantedGoods() - Method in class net.sf.freecol.common.model.PlayerExploredTile
 
getWarehouse() - Method in class net.sf.freecol.common.model.Colony
 
getWarehouseCapacity() - Method in class net.sf.freecol.common.model.Colony
Returns the capacity of this colony's warehouse.
getWarehousePanel() - Method in class net.sf.freecol.client.gui.panel.ColonyPanel
Returns a pointer to the WarehousePanel-object in use.
getWarnings(GoodsType, int, int) - Method in class net.sf.freecol.common.model.Colony
determine if there is a problem with the production of the specified good
getWeight(int) - Method in class net.sf.freecol.common.model.FoundingFather
Get the weight of this FoundingFather.
getWeight() - Method in class net.sf.freecol.server.ai.goal.Goal
Returns the relativeWeight this goal has been weighted with by its parent.
getWeightedRandom(Random, Collection<RandomChoice<T>>) - Static method in class net.sf.freecol.common.util.RandomChoice
 
getWeightedResources() - Method in class net.sf.freecol.common.model.TileType
 
getWholeMapIterator() - Method in class net.sf.freecol.common.model.Map
Gets an Iterator of every Tile on the map.
getWidth() - Method in class net.sf.freecol.client.gui.GUI
Returns the width of this GUI.
getWidth() - Method in class net.sf.freecol.common.io.sza.SimpleZippedAnimation
Gets the width of the animation.
getWidth() - Method in class net.sf.freecol.common.model.Map
Returns the width of this Map.
getWidth() - Method in class net.sf.freecol.server.generator.MapGeneratorOptions
Gets the width of the map to be created.
getWidth(int) - Static method in class net.sf.freecol.server.generator.MapGeneratorOptions
 
getWishIterator() - Method in class net.sf.freecol.server.ai.AIColony
Gets an Iterator for every Wish the Colony has.
getWishIterator() - Method in class net.sf.freecol.server.ai.AIPlayer
Returns an Iterator for all the wishes.
getWishIterator() - Method in class net.sf.freecol.server.ai.ColonialAIPlayer
Returns an Iterator for all the wishes.
getWishIterator() - Method in class net.sf.freecol.server.ai.EuropeanAIPlayer
Deprecated. Returns an Iterator for all the wishes.
getWishIterator() - Method in class net.sf.freecol.server.ai.StandardAIPlayer
Returns an Iterator for all the wishes.
getWorkAmount(TileImprovementType) - Method in class net.sf.freecol.common.model.Tile
Returns the number of turns it takes for a non-expert pioneer to perform the given TileImprovementType.
getWorkImprovement() - Method in class net.sf.freecol.common.model.Unit
Gets the TileImprovement that this pioneer is contributing to.
getWorkingAmateurs() - Method in class net.sf.freecol.client.gui.panel.LabourData.LocationData
 
getWorkingProfessionals() - Method in class net.sf.freecol.client.gui.panel.LabourData.LocationData
 
getWorkLeft() - Method in class net.sf.freecol.common.model.Unit
Get the number of turns of work left.
getWorkLocation() - Method in class net.sf.freecol.common.model.Unit
Gets the Building this unit is working in.
getWorkLocation() - Method in class net.sf.freecol.server.ai.ProductionCache.Entry
 
getWorkLocation() - Method in class net.sf.freecol.server.ai.WorkLocationPlan
Gets the WorkLocation this WorkLocationPlan controls.
getWorkLocationPlans() - Method in class net.sf.freecol.server.ai.ColonyPlan
Returns the WorkLocationPlans associated with this ColonyPlan.
getWorkLocations() - Method in class net.sf.freecol.common.model.Colony
Gets a List of every WorkLocation in this Colony.
getWorkPlaces() - Method in class net.sf.freecol.common.model.BuildingType
 
getWorkTile() - Method in class net.sf.freecol.common.model.ColonyTile
Gets the work tile.
getWorkTile() - Method in class net.sf.freecol.common.model.Unit
Gets the ColonyTile this unit is working in.
getWorkType(Unit) - Method in class net.sf.freecol.common.model.ColonyTile
Returns a worktype for a unit.
getWorkType() - Method in class net.sf.freecol.common.model.Unit
Gets the type of goods this unit is producing in its current occupation.
getX() - Method in class net.sf.freecol.common.model.Map.Position
Returns the x-coordinate of this Position.
getX() - Method in class net.sf.freecol.common.model.Tile
Returns the x-coordinate of this Tile.
getXMLElementTagName() - Static method in class net.sf.freecol.client.ClientOptions
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.client.gui.action.FreeColAction
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.Ability
Returns the XML tag name for this element.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.AbstractGoods
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.AbstractUnit
 
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.Building
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.BuildingType
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.Colony
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.ColonyTile
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.ColonyTradeItem
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.DiplomaticTrade
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.Europe
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.ExportData
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.FreeColGameObject
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.FreeColObject
Gets the tag name used to serialize this object, generally the class name starting with a lower case letter.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.Game
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.GameOptions
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.GoldTradeItem
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.Goods
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.GoodsContainer
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.GoodsTradeItem
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.HighScore
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.HistoryEvent
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.IndianSettlement
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.LostCityRumour
 
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.Map
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.Market
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.MarketData
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.ModelMessage
 
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.Modifier
Returns the XML tag name for this element.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.Monarch
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.NationOptions
 
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.Player
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.PlayerExploredTile
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.Region
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.Resource
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.Scope
 
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.StanceTradeItem
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.Tile
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.TileImprovement
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.TileItemContainer
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.TradeRoute
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.TradeRouteStop
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.Unit
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.model.UnitTradeItem
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.networking.BuildColonyMessage
The tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.networking.BuyMessage
The tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.networking.BuyPropositionMessage
The tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.networking.CashInTreasureTrainMessage
The tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.networking.ChatMessage
The tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.networking.ClaimLandMessage
The tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.networking.CloseTransactionMessage
The tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.networking.DebugForeignColonyMessage
The tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.networking.DeclareIndependenceMessage
The tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.networking.DeliverGiftMessage
The tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.networking.DiplomacyMessage
The tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.networking.DisembarkMessage
The tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.networking.EmigrateUnitMessage
The tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.networking.GetTransactionMessage
The tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.networking.GiveIndependenceMessage
The tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.networking.GoodsForSaleMessage
The tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.networking.JoinColonyMessage
The tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.networking.RenameMessage
The tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.networking.SellMessage
The tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.networking.SellPropositionMessage
The tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.networking.SetDestinationMessage
The tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.networking.SpySettlementMessage
The tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.networking.StatisticsMessage
 
getXMLElementTagName() - Static method in class net.sf.freecol.common.networking.UpdateCurrentStopMessage
The tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.option.AudioMixerOption
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.option.BooleanOption
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.option.FileOption
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.option.IntegerOption
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.option.LanguageOption
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.option.ListOption
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.option.OptionGroup
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.option.OptionMap
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.option.PercentageOption
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.option.RangeOption
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.option.SelectOption
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.option.StringOption
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.common.ServerInfo
Gets the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.ai.AIColony
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.ai.AIGoods
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.ai.AIMain
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.ai.AIObject
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.ai.AIPlayer
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.ai.AIUnit
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.ai.ColonialAIPlayer
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.ai.ColonyPlan
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.ai.goal.Goal
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.ai.GoodsWish
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.ai.mission.BuildColonyMission
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.ai.mission.CashInTreasureTrainMission
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.ai.mission.DefendSettlementMission
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.ai.mission.IdleAtColonyMission
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.ai.mission.IndianBringGiftMission
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.ai.mission.IndianDemandMission
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.ai.mission.PioneeringMission
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.ai.mission.PrivateerMission
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.ai.mission.ScoutingMission
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.ai.mission.TransportMission
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.ai.mission.UnitSeekAndDestroyMission
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.ai.mission.UnitWanderHostileMission
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.ai.mission.UnitWanderMission
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.ai.mission.WishRealizationMission
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.ai.mission.WorkInsideColonyMission
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.ai.NewAIPlayer
Deprecated. Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.ai.StandardAIPlayer
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.ai.TileImprovementPlan
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.ai.WorkerWish
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.ai.WorkLocationPlan
Returns the tag name of the root element representing this object.
getXMLElementTagName() - Static method in class net.sf.freecol.server.generator.MapGeneratorOptions
Gets the tag name of the root element representing this object.
getXMLItemElementTagName() - Method in class net.sf.freecol.common.option.RangeOption
Gets the tag name of the item element
getXMLItemElementTagName() - Method in class net.sf.freecol.common.option.SelectOption
Gets the tag name of the item element This method is not static to ensure proper overriding in readFromXMLImpl.
getXMLStreamReader() - Method in class net.sf.freecol.common.util.XMLStream
Get the XMLStreamReader.
getY() - Method in class net.sf.freecol.common.model.Map.Position
Returns the y-coordinate of this Position.
getY() - Method in class net.sf.freecol.common.model.Tile
Returns the y-coordinate of this Tile.
getYear(int) - Static method in class net.sf.freecol.common.model.Turn
Gets the year the given turn is in.
getYear() - Method in class net.sf.freecol.common.model.Turn
Gets the year this turn is in.
getYieldedUnitWeight(UnitType, AIObject) - Method in class net.sf.freecol.server.ai.goal.Goal
Returns the absolute weight of the unit which would be yielded by Goal.yieldUnit(UnitType,AIObject).
getZIndex() - Method in class net.sf.freecol.common.model.LostCityRumour
Get the ZIndex value.
getZIndex() - Method in class net.sf.freecol.common.model.Resource
Get the ZIndex value.
getZIndex() - Method in class net.sf.freecol.common.model.TileImprovement
Get the ZIndex value.
getZIndex() - Method in class net.sf.freecol.common.model.TileImprovementType
Get the ZIndex value.
getZIndex() - Method in class net.sf.freecol.common.model.TileItem
Get the ZIndex value.
giveIndependence(ServerPlayer) - Method in class net.sf.freecol.server.model.ServerPlayer
Gives independence to this player.
GiveIndependenceMessage - Class in net.sf.freecol.common.networking
The message sent when a player gives independence.
GiveIndependenceMessage(Player) - Constructor for class net.sf.freecol.common.networking.GiveIndependenceMessage
Create a new GiveIndependenceMessage for the given player.
GiveIndependenceMessage(Game, Element) - Constructor for class net.sf.freecol.common.networking.GiveIndependenceMessage
Create a new GiveIndependenceMessage from a supplied element.
Goal - Class in net.sf.freecol.server.ai.goal
A Goal is used to encapsulate a specific part of the decision-making process of an AI.
Goal(AIPlayer, Goal, float) - Constructor for class net.sf.freecol.server.ai.goal.Goal
Standard constructor
Goal(AIPlayer, Goal, float, AIUnit) - Constructor for class net.sf.freecol.server.ai.goal.Goal
Alternate constructor - directly add a unit to this Goal.
GoalConstants - Interface in net.sf.freecol.server.ai.goal
Contains constants used by the Goal classes.
GoalDecider - Interface in net.sf.freecol.common.model.pathfinding
Used by search in order to determine a goal.
GoldTradeItem - Class in net.sf.freecol.common.model
 
GoldTradeItem(Game, Player, Player, int) - Constructor for class net.sf.freecol.common.model.GoldTradeItem
Creates a new GoldTradeItem instance.
GoldTradeItem(Game, XMLStreamReader) - Constructor for class net.sf.freecol.common.model.GoldTradeItem
Creates a new GoldTradeItem instance.
Goods - Class in net.sf.freecol.common.model
Represents locatable goods of a specified type and amount.
Goods(Game, Location, GoodsType, int) - Constructor for class net.sf.freecol.common.model.Goods
Creates a standard Goods-instance given the place where the goods is.
Goods(Game, XMLStreamReader) - Constructor for class net.sf.freecol.common.model.Goods
Creates a new Goods instance.
Goods(Game, Element) - Constructor for class net.sf.freecol.common.model.Goods
Creates a new Goods instance.
GoodsContainer - Class in net.sf.freecol.common.model
Contains goods and can be used by a Location to make certain tasks easier.
GoodsContainer(Game, Location) - Constructor for class net.sf.freecol.common.model.GoodsContainer
Creates an empty GoodsContainer.
GoodsContainer(Game, Location, XMLStreamReader) - Constructor for class net.sf.freecol.common.model.GoodsContainer
Initiates a new GoodsContainer from an Element.
GoodsContainer(Game, Location, Element) - Constructor for class net.sf.freecol.common.model.GoodsContainer
Initiates a new GoodsContainer from an Element.
GoodsForSaleMessage - Class in net.sf.freecol.common.networking
The message sent when renaming a FreeColGameObject.
GoodsForSaleMessage(Unit, Settlement) - Constructor for class net.sf.freecol.common.networking.GoodsForSaleMessage
Create a new GoodsForSaleMessage with the supplied name.
GoodsForSaleMessage(Game, Element) - Constructor for class net.sf.freecol.common.networking.GoodsForSaleMessage
Create a new GoodsForSaleMessage from a supplied element.
GoodsLabel - Class in net.sf.freecol.client.gui.panel
This label holds Goods data in addition to the JLabel data, which makes it ideal to use for drag and drop purposes.
GoodsLabel(Goods, Canvas) - Constructor for class net.sf.freecol.client.gui.panel.GoodsLabel
Initializes this JLabel with the given goods data.
GoodsLabel(Goods, Canvas, boolean) - Constructor for class net.sf.freecol.client.gui.panel.GoodsLabel
Initializes this JLabel with the given goods data.
GoodsTradeItem - Class in net.sf.freecol.common.model
 
GoodsTradeItem(Game, Player, Player, Goods, Settlement) - Constructor for class net.sf.freecol.common.model.GoodsTradeItem
Creates a new GoodsTradeItem instance.
GoodsTradeItem(Game, XMLStreamReader) - Constructor for class net.sf.freecol.common.model.GoodsTradeItem
Creates a new GoodsTradeItem instance.
GoodsType - Class in net.sf.freecol.common.model
 
GoodsType(int) - Constructor for class net.sf.freecol.common.model.GoodsType
 
GoodsWish - Class in net.sf.freecol.server.ai
Represents the need for goods within a Colony.
GoodsWish(AIMain, Location, int, int, GoodsType) - Constructor for class net.sf.freecol.server.ai.GoodsWish
Creates a new GoodsWish.
GoodsWish(AIMain, Location, int, GoodsType) - Constructor for class net.sf.freecol.server.ai.GoodsWish
Creates a new GoodsWish, using a standard request amount of 100.
GoodsWish(AIMain, Element) - Constructor for class net.sf.freecol.server.ai.GoodsWish
Creates a new GoodsWish from the given XML-representation.
GoodsWish(AIMain, String) - Constructor for class net.sf.freecol.server.ai.GoodsWish
Creates a new GoodsWish.
GoodsWish(AIMain, XMLStreamReader) - Constructor for class net.sf.freecol.server.ai.GoodsWish
Creates a new GoodsWish.
GotoAction - Class in net.sf.freecol.client.gui.action
An action for making a unit move to a specific location.
GotoAdjacentGoal - Class in net.sf.freecol.server.ai.goal
 
GotoAdjacentGoal(AIPlayer, Goal, float, AIUnit, Tile) - Constructor for class net.sf.freecol.server.ai.goal.GotoAdjacentGoal
 
GotoTileAction - Class in net.sf.freecol.client.gui.action
An action to make a unit go to a specific tile.
governmentChange(int) - Method in class net.sf.freecol.common.model.Colony
Returns 1, 0, or -1 to indicate that government would improve, remain the same, or deteriorate if the colony had the given population.
grow(RiverSection, Map.Position) - Method in class net.sf.freecol.server.generator.River
Increases the size of this river.
grow() - Method in class net.sf.freecol.server.generator.RiverSection
Increases the size of this section by one.
growBranch(Map.Direction, int) - Method in class net.sf.freecol.server.generator.RiverSection
Increases the size a branch
GUI - Class in net.sf.freecol.client.gui
This class is responsible for drawing the map/background on the Canvas.
GUI(FreeColClient, Dimension, ImageLibrary) - Constructor for class net.sf.freecol.client.gui.GUI
The constructor to use.
GUIMessage - Class in net.sf.freecol.client.gui
Represents a message that can be displayed in the GUI.
GUIMessage(String, Color) - Constructor for class net.sf.freecol.client.gui.GUIMessage
The constructor to use.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z