Class TextUtil


  • public class TextUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TextUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String pad​(int colLength, int tabPos)  
      static java.lang.String padTwo​(java.lang.Object first, java.lang.Object second, int tab)  
      static java.lang.String paint​(char c, int amount)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TextUtil

        public TextUtil()
    • Method Detail

      • pad

        public static java.lang.String pad​(int colLength,
                                           int tabPos)
      • paint

        public static java.lang.String paint​(char c,
                                             int amount)
      • padTwo

        public static java.lang.String padTwo​(java.lang.Object first,
                                              java.lang.Object second,
                                              int tab)