public class InfoLine
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.List<InfoValues> |
ivL |
| Constructor and Description |
|---|
InfoLine() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.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 "?". |
java.lang.String |
getValuesLine(int mtLv)
Returns values line as string.
Columns are separated with char '|'. |
public java.util.List<InfoValues> ivL
public java.lang.String getTitleLine(int mtLv,
int title_I)
mtLv - - method leveltitle_I - - title indexpublic java.lang.String getValuesLine(int mtLv)
mtLv - - method levelCopyright © 2019. All rights reserved.