|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.CellView
This is a bean which client applications may use to get/set various properties for a row or column on a spreadsheet
Field Summary | |
private int |
dimension
The dimension for the associated group of cells. |
private CellFormat |
format
The cell format for the row/column |
private boolean |
hidden
Indicates whether or not this sheet is hidden |
Constructor Summary | |
CellView()
Default constructor |
Method Summary | |
int |
getDimension()
Gets the width of the column in charactersor the height of the row in 1/20ths |
CellFormat |
getFormat()
Accessor for the cell format for this group. |
boolean |
isHidden()
Accessor for the hidden nature of this row/column |
void |
setDimension(int d)
Sets the dimension for this view |
void |
setFormat(CellFormat cf)
Sets the cell format for this group of cells |
void |
setHidden(boolean h)
Sets the hidden status of this row/column |
Methods inherited from class java.lang.Object |
|
Field Detail |
private int dimension
private boolean hidden
private CellFormat format
Constructor Detail |
public CellView()
Method Detail |
public void setHidden(boolean h)
h
- the hidden flagpublic boolean isHidden()
public void setDimension(int d)
d
- the width of the column in characters, or the height of the
row in 1/20ths of a pointpublic int getDimension()
public void setFormat(CellFormat cf)
the
- format for every cell in the column/rowpublic CellFormat getFormat()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |