public static class Format.FormatPrinter extends Object
startPrinting(Format) is
called to execute formatted printing.
| Constructor and Description |
|---|
FormatPrinter(PrintWriter p,
int width) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
advance(int cnt) |
int |
getPos() |
void |
startPrinting(Format f) |
public FormatPrinter(PrintWriter p, int width)
public int getPos()
public void startPrinting(Format f)
protected void advance(int cnt)
see also the complete user documentation .