public class TextUtil
extends Object
-
Constructor Summary
Constructors
-
Method Summary
pad(int colLength,
int tabPos)
paint(char c,
int amount)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TextUtil
public TextUtil()
-
Method Details
-
pad
public static String pad(int colLength,
int tabPos)
-
paint
public static String paint(char c,
int amount)
-