org.pentaho.reporting.engine.classic.core.style
Class TextWrap

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.style.TextWrap
All Implemented Interfaces:
Serializable

public class TextWrap
extends Object
implements Serializable

Creation-Date: 30.10.2005, 19:37:35

Author:
Thomas Morgner
See Also:
Serialized Form

Field Summary
static TextWrap NONE
           
static TextWrap WRAP
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final TextWrap NONE

WRAP

public static final TextWrap WRAP
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object