public class InfoLine extends Object
| Modifier and Type | Field and Description |
|---|---|
List<InfoValues> |
ivL |
| Constructor and Description |
|---|
InfoLine() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTitleLine(int mtLv,
int title_I)
Returns titles line as string appointed by title index (0..5).
Columns are separated with char '|'. If title index is < 0 returns "?". If title index is > 5 returns "?". |
String |
getValuesLine(int mtLv)
Returns values line as string.
Columns are separated with char '|'. |
public List<InfoValues> ivL
public String getTitleLine(int mtLv, int title_I)
mtLv - - method leveltitle_I - - title indexpublic String getValuesLine(int mtLv)
mtLv - - method levelCopyright © 2018. All rights reserved.