|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arctorus.documents.table.BorderStyle
public final class BorderStyle
Style of a cell border.
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 |
---|
public static final BorderStyle DEFAULT
Method Detail |
---|
public StrokeFormat getFormat()
public void setFormat(StrokeFormat format)
format
- new border line format.public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public BorderStyleId getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |