Package org.jfree.base.log
Class PadMessage
java.lang.Object
org.jfree.base.log.PadMessage
A message object that pads the output if the text is shorter than
the given length. This is usefull when concating multiple messages,
which should appear in a table like style.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
text
The message. -
length
private final int lengthThe padding size.
-
-
Constructor Details
-
PadMessage
Creates a new message.- Parameters:
message
- the message.length
- the padding size.
-
-
Method Details