|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.biff.RecordData | +--jxl.biff.WritableRecordData | +--jxl.write.biff.DimensionRecord
Record which contains the bounds of the sheet
Field Summary | |
private byte[] |
data
The binary data |
private int |
numCols
The number of columns in the sheet |
private int |
numRows
The number of rows in the sheet |
Fields inherited from class jxl.biff.RecordData |
code, record |
Constructor Summary | |
DimensionRecord(int r,
int c)
Constructor |
Method Summary | |
protected byte[] |
getData()
Gets the binary data to be written to the output file |
Methods inherited from class jxl.biff.WritableRecordData |
getBytes |
Methods inherited from class jxl.biff.RecordData |
getCode, getRecord |
Methods inherited from class java.lang.Object |
|
Field Detail |
private int numRows
private int numCols
private byte[] data
Constructor Detail |
public DimensionRecord(int r, int c)
c
- the number of columnsr
- the number of rowsMethod Detail |
protected byte[] getData()
getData
in class WritableRecordData
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |