org.pentaho.reporting.engine.classic.core.layout.model
Class BorderCorner

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.layout.model.BorderCorner

public final class BorderCorner
extends Object

Creation-Date: 03.04.2007, 13:57:52

Author:
Thomas Morgner

Field Summary
static BorderCorner EMPTY
           
 
Constructor Summary
BorderCorner(long width, long height)
           
 
Method Summary
 boolean equals(Object o)
           
 long getHeight()
           
 long getWidth()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

EMPTY

public static final BorderCorner EMPTY
Constructor Detail

BorderCorner

public BorderCorner(long width,
                    long height)
Method Detail

getWidth

public long getWidth()

getHeight

public long getHeight()

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