|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Settlement.SettlementType | |
---|---|
net.sf.freecol.client.gui | Contains the GUI classes. |
net.sf.freecol.common.model | Contains the game model. |
Uses of Settlement.SettlementType in net.sf.freecol.client.gui |
---|
Methods in net.sf.freecol.client.gui with parameters of type Settlement.SettlementType | |
---|---|
java.awt.Image |
ImageLibrary.getSettlementImage(Settlement.SettlementType settlementType)
Returns the graphics that will represent the given settlement. |
Uses of Settlement.SettlementType in net.sf.freecol.common.model |
---|
Methods in net.sf.freecol.common.model that return Settlement.SettlementType | |
---|---|
Settlement.SettlementType |
IndianSettlement.getTypeOfSettlement()
Gets the kind of Indian settlement. |
Settlement.SettlementType |
IndianNationType.getTypeOfSettlement()
Get the TypeOfSettlement value. |
static Settlement.SettlementType |
Settlement.SettlementType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Settlement.SettlementType[] |
Settlement.SettlementType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.sf.freecol.common.model with parameters of type Settlement.SettlementType | |
---|---|
void |
IndianNationType.setTypeOfSettlement(Settlement.SettlementType newTypeOfSettlement)
Set the TypeOfSettlement value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |