com.arctorus.documents.table
Class BorderStyle

java.lang.Object
  extended by com.arctorus.documents.table.BorderStyle
All Implemented Interfaces:
java.lang.Cloneable

public final class BorderStyle
extends java.lang.Object
implements java.lang.Cloneable

Style of a cell border.

See Also:
CellBorders, StrokeFormat

Field Summary
static BorderStyle DEFAULT
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Indicates whether some other object is "equal to" this one.
 StrokeFormat getFormat()
          Get format of a line used to draw a border.
 BorderStyleId getId()
          Get id of this border style.
 int hashCode()
          Returns a hash code value for the object.
 void setFormat(StrokeFormat format)
          Set format of a line used to draw a border.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final BorderStyle DEFAULT
Method Detail

getFormat

public StrokeFormat getFormat()
Get format of a line used to draw a border.


setFormat

public void setFormat(StrokeFormat format)
Set format of a line used to draw a border.

Parameters:
format - new border line format.

hashCode

public int hashCode()
Returns a hash code value for the object.

Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one.

Overrides:
equals in class java.lang.Object

getId

public BorderStyleId getId()
Get id of this border style.