|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.biff.RecordData | +--jxl.read.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 numbers occur on |
private int |
numrks
The number of rk numbers contained in this record |
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.RecordData |
code, record |
Constructor Summary | |
MulRKRecord(Record t)
Constructs the rk numbers from the raw data |
Method Summary | |
int |
getFirstColumn()
The first column containing the rk numbers |
int |
getNumberOfColumns()
Accessor for the number of rk values |
int |
getRKNumber(int index)
Returns a specific rk number |
int |
getRow()
Accessor for the row |
int |
getXFIndex(int index)
Return a specific formatting index |
private void |
readRks(byte[] data)
Reads the rks from the raw data |
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 numrks
private int[] rknumbers
private int[] xfIndices
Constructor Detail |
public MulRKRecord(Record t)
t
- the raw dataMethod Detail |
private void readRks(byte[] data)
data
- the raw datapublic int getRow()
public int getFirstColumn()
public int getNumberOfColumns()
public int getRKNumber(int index)
index
- the rk number to returnpublic int getXFIndex(int index)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |