public static class ReportPanel.CounterOfInt extends java.lang.Object implements ReportPanel.Counter
| Constructor and Description |
|---|
CounterOfInt(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTo(ReportPanel.Counter sub) |
void |
count(int value) |
java.lang.String |
getName() |
void |
reset() |
void |
show(java.util.Formatter f) |
public java.lang.String getName()
getName in interface ReportPanel.Counterpublic void reset()
reset in interface ReportPanel.Counterpublic void count(int value)
public void addTo(ReportPanel.Counter sub)
addTo in interface ReportPanel.Counterpublic void show(java.util.Formatter f)
show in interface ReportPanel.Counter