|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.freecol.client.gui.panel.LabourData
public class LabourData
holds labour statistics for the labour report
Nested Class Summary | |
---|---|
static class |
LabourData.LocationData
|
static class |
LabourData.ProductionData
|
static class |
LabourData.UnitData
|
Constructor Summary | |
---|---|
LabourData(FreeColClient client)
|
Method Summary | |
---|---|
static java.util.List<UnitType> |
getLabourTypes(Player player)
|
LabourData.UnitData |
getSummary()
|
LabourData.UnitData |
getUnitData(UnitType unitType)
get profession data (create on demand) |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LabourData(FreeColClient client)
Method Detail |
---|
public static java.util.List<UnitType> getLabourTypes(Player player)
public LabourData.UnitData getUnitData(UnitType unitType)
unitType
- goods unitType
public LabourData.UnitData getSummary()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |