public class MsgPrinter extends Object
Modifier and Type | Field and Description |
---|---|
int |
lw
The line width to use
|
Constructor and Description |
---|
MsgPrinter(int linewidth)
Creates a new message printer with the specified line width and
with the default locale.
|
Modifier and Type | Method and Description |
---|---|
int |
getLineWidth()
Returns the line width that is used for formatting.
|
void |
print(PrintWriter out,
int flind,
int ind,
String msg)
Formats the message to print in the current line width, by
breaking the message into lines between words.
|
void |
setLineWidth(int linewidth)
Sets the line width to the specified value.
|
public MsgPrinter(int linewidth)
linewidth
- The line width for which to format (in
characters)public int getLineWidth()
public void setLineWidth(int linewidth)
linewidth
- The new line width to use (in cahracters)public void print(PrintWriter out, int flind, int ind, String msg)
out
- Where to print the message.flind
- The indentation for the first line.ind
- The indentation for the other lines.msg
- The message to format and print.Copyright © 2014 Open Microscopy Environment