org.jfree.report.util
Class Log.PadMessage

java.lang.Object
  extended byorg.jfree.report.util.Log.PadMessage
Enclosing class:
Log

public static class Log.PadMessage
extends java.lang.Object

A message object that pads the output if the text is shorted than the given length.


Constructor Summary
Log.PadMessage(java.lang.Object message, int length)
          Creates a new message.
 
Method Summary
 java.lang.String toString()
          Returns a string representation of the message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Log.PadMessage

public Log.PadMessage(java.lang.Object message,
                      int length)
Creates a new message.

Parameters:
message - the message.
length - the padding size.
Method Detail

toString

public java.lang.String toString()
Returns a string representation of the message.

Returns:
the string.