|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jfree.workbook.Border
Represents the border settings for a style range.
Doesn't support color borders yet.
Field Summary | |
protected int |
bottom
The bottom border. |
protected int |
diagonal
The diagonal 'border'. |
protected int |
left
The left border. |
protected int |
reverseDiagonal
The reverse diagonal 'border'. |
protected int |
right
The right border. |
protected int |
top
The top border. |
Fields inherited from interface org.jfree.workbook.BorderConstants |
DASHED1, DASHED2, DASHED3, DASHED4, DOTTED, DOUBLE, EXTRA_THICK_LINE, LINE, NONE, THICK_DASHED1, THICK_DASHED2, THICK_DASHED3, THICK_DASHED4, THICK_LINE |
Constructor Summary | |
Border(int top,
int bottom,
int left,
int right,
int diagonal,
int reverseDiagonal)
Standard constructor. |
Method Summary | |
int |
getBottom()
Returns the line type for the border at the bottom of a cell. |
int |
getDiagonal()
Returns the line type for the border diagonally crossing a cell. |
int |
getLeft()
Returns the line type for the border at the left of a cell. |
int |
getReverseDiagonal()
Returns the line type for the border reverse-diagonally crossing a cell. |
int |
getRight()
Returns the line type for the border at the right of a cell. |
int |
getTop()
Returns the line type for the border at the top of a cell. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int top
protected int bottom
protected int left
protected int right
protected int diagonal
protected int reverseDiagonal
Constructor Detail |
public Border(int top, int bottom, int left, int right, int diagonal, int reverseDiagonal)
top
- the top border style.bottom
- the bottom border style.left
- the left border style.right
- the right border style.diagonal
- the diagonal border style.reverseDiagonal
- The reverse diagonal border style.Method Detail |
public int getTop()
public int getBottom()
public int getLeft()
public int getRight()
public int getDiagonal()
public int getReverseDiagonal()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |