| java.lang.Object org.acm.seguin.util.TextFormatter
TextFormatter | public class TextFormatter (Code) | | Creates an object that can handle text formatting
author: Chris Seguin |
rightJustifyNumber | public static String rightJustifyNumber(long count, int size)(Code) | | Create a string that contains a number that is right justified
Parameters: count - the value to print Parameters: size - the size of the buffer Description of the Returned Value |
|
|