|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.libraries.base.util.PadMessage
public class 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.
Constructor Summary | |
---|---|
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 |
---|
public PadMessage(java.lang.Object message, int length)
message
- the message.length
- the padding size.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |