|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.util.TextFormatter
public class TextFormatter
Creates an object that can handle text formatting
Constructor Summary | |
---|---|
TextFormatter()
|
Method Summary | |
---|---|
static java.lang.String |
rightJustifyNumber(long count,
int size)
Create a string that contains a number that is right justified |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextFormatter()
Method Detail |
---|
public static java.lang.String rightJustifyNumber(long count, int size)
count
- the value to printsize
- the size of the buffer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |