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

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

public class BoxSizing
extends Object
implements Serializable

Creation-Date: 30.10.2005, 19:37:35

Author:
Thomas Morgner
See Also:
Serialized Form

Field Summary
static BoxSizing BORDER_BOX
           
static BoxSizing CONTENT_BOX
           
 
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

CONTENT_BOX

public static final BoxSizing CONTENT_BOX

BORDER_BOX

public static final BoxSizing BORDER_BOX
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