public class LapStatistic extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LapStatistic.Result |
| Constructor and Description |
|---|
LapStatistic() |
LapStatistic(int alignNumberColumn,
int alignNameColumn,
int alignLapTimeColumn,
int alignLapMemColumn,
int alignTotalMemColumn) |
| Modifier and Type | Method and Description |
|---|---|
LapStatistic.Result |
getLapResult() |
void |
printLapResult(String title) |
void |
printLapResultWithGc(String title) |
String |
toString(String title)
Der Rückgabewert entspricht der Ausgabe der Methode
printLapResult(String). |
String |
toStringWithGc(String title)
Der Rückgabewert entspricht der Ausgabe der Methode
printLapResultWithGc(String). |
public LapStatistic()
public LapStatistic(int alignNumberColumn,
int alignNameColumn,
int alignLapTimeColumn,
int alignLapMemColumn,
int alignTotalMemColumn)
public LapStatistic.Result getLapResult()
public void printLapResult(String title)
public void printLapResultWithGc(String title)
public String toString(String title)
printLapResult(String).title - Titel der Ausgabezeilepublic String toStringWithGc(String title)
printLapResultWithGc(String).title - Titel der Ausgabezeile