| java.lang.Object org.jfree.base.log.PadMessage
PadMessage | public class PadMessage (Code) | | 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.
author: Thomas Morgner |
Constructor Summary | |
public | PadMessage(Object message, int length) Creates a new message. |
Method Summary | |
public String | toString() Returns a string representation of the message. |
PadMessage | public PadMessage(Object message, int length)(Code) | | Creates a new message.
Parameters: message - the message. Parameters: length - the padding size. |
toString | public String toString()(Code) | | Returns a string representation of the message.
the string. |
|
|