|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.hagenah.diplomacy.map.Person
de.hagenah.diplomacy.map.Country
public final class Country
The Country class represent a power, e.g. Germany in Standard.
| Field Summary | |
|---|---|
static int |
TOSTRING_OWNER
Returns the name of the country as owner e.g. |
| Fields inherited from class de.hagenah.diplomacy.map.Person |
|---|
MASTER, OBSERVER, POWER, TOSTRING_CSS, TOSTRING_HTML, TOSTRING_SHORT |
| Method Summary | |
|---|---|
java.lang.String |
getOwnerName()
Returns the name of the country as owner (e.g. |
java.util.SortedSet |
getStartCenters()
Returns all start center Provinces. |
java.util.SortedSet |
getStartUnits()
Returns all start unit SubProvinces. |
java.lang.String |
toString(int flags)
Return a text for the country (e.g. |
| Methods inherited from class de.hagenah.diplomacy.map.Person |
|---|
compareTo, equals, getAbbreviation, getColor, getName, hashCode, isMaster, isObserver, isPower, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int TOSTRING_OWNER
| Method Detail |
|---|
public java.lang.String getOwnerName()
public java.util.SortedSet getStartCenters()
public java.util.SortedSet getStartUnits()
public java.lang.String toString(int flags)
toString in class Personflags - TOSTRING_SHORT, TOSTRING_HTML, TOSTRING_CSS, TOSTRING_OWNER
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||