Class InfoLine


  • public class InfoLine
    extends Object
    • Constructor Detail

      • InfoLine

        public InfoLine()
    • Method Detail

      • getTitleLine

        public 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 "?".
        Parameters:
        mtLv - - method level
        title_I - - title index
        Returns:
        titles line as string
      • getValuesLine

        public String getValuesLine​(int mtLv)
        Returns values line as string.
        Columns are separated with char '|'.
        Parameters:
        mtLv - - method level
        Returns:
        values line as string