public class BasePLStat extends java.lang.Object implements PLStat
CARGO_MAX, COLONY_MAX, CREDITS_MAX, FLEET_MAX| Constructor and Description |
|---|
BasePLStat() |
| Modifier and Type | Method and Description |
|---|---|
void |
accrueValue() |
long |
getCurrentValue() |
java.awt.Color |
getGraphColor() |
java.lang.String |
getGraphLabel() |
long |
getGraphMax() |
java.lang.String |
getHoverText(long value) |
java.lang.String |
getId() |
java.lang.String |
getSharedCategory() |
long |
getValueForAllAccrued() |
protected java.lang.Object |
readResolve() |
public BasePLStat()
protected java.lang.Object readResolve()
public java.awt.Color getGraphColor()
getGraphColor in interface PLStatpublic java.lang.String getGraphLabel()
getGraphLabel in interface PLStatpublic void accrueValue()
accrueValue in interface PLStatpublic long getValueForAllAccrued()
getValueForAllAccrued in interface PLStatpublic long getCurrentValue()
public long getGraphMax()
getGraphMax in interface PLStatpublic java.lang.String getHoverText(long value)
getHoverText in interface PLStatpublic java.lang.String getSharedCategory()
getSharedCategory in interface PLStat