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

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

public final class BorderEdge
extends Object


Field Summary
static BorderEdge EMPTY
           
 
Constructor Summary
BorderEdge(BorderStyle borderStyle, Color color, long width)
           
 
Method Summary
 boolean equals(Object o)
           
 BorderStyle getBorderStyle()
           
 Color getColor()
           
 long getWidth()
           
 int hashCode()
           
 boolean isEmpty()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

EMPTY

public static final BorderEdge EMPTY
Constructor Detail

BorderEdge

public BorderEdge(BorderStyle borderStyle,
                  Color color,
                  long width)
Method Detail

getBorderStyle

public BorderStyle getBorderStyle()

getColor

public Color getColor()

getWidth

public long getWidth()

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

isEmpty

public boolean isEmpty()