|
|||||||||
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.MulRKRecord
Contains an array of RK numbers
Field Summary | |
private int |
colFirst
The first column these rk number occur on |
private int |
colLast
The last column these rk number occur on |
private int[] |
rknumbers
The array of rk numbers |
private int |
row
The row containing these numbers |
private int[] |
xfIndices
The array of xf indices |
Fields inherited from class jxl.biff.WritableRecordData |
maxRecordLength |
Fields inherited from class jxl.biff.RecordData |
code, record |
Constructor Summary | |
MulRKRecord(java.util.List numbers)
Constructs the rk numbers from the integer cells |
Method Summary | |
byte[] |
getData()
Gets the binary data for output to file |
Methods inherited from class jxl.biff.WritableRecordData |
getBytes, handleContinueRecords |
Methods inherited from class jxl.biff.RecordData |
getCode, getRecord |
Methods inherited from class java.lang.Object |
|
Field Detail |
private int row
private int colFirst
private int colLast
private int[] rknumbers
private int[] xfIndices
Constructor Detail |
public MulRKRecord(java.util.List numbers)
numbers
- A list of jxl.write.Number objectsMethod Detail |
public byte[] getData()
getData
in class WritableRecordData
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |