jxl.read.biff
Class MulRKRecord

java.lang.Object
  |
  +--jxl.biff.RecordData
        |
        +--jxl.read.biff.MulRKRecord

class MulRKRecord
extends RecordData

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

row

private int row
The row containing these numbers

colFirst

private int colFirst
The first column these rk number occur on

colLast

private int colLast
The last column these rk numbers occur on

numrks

private int numrks
The number of rk numbers contained in this record

rknumbers

private int[] rknumbers
The array of rk numbers

xfIndices

private int[] xfIndices
The array of xf indices
Constructor Detail

MulRKRecord

public MulRKRecord(Record t)
Constructs the rk numbers from the raw data
Parameters:
t - the raw data
Method Detail

readRks

private void readRks(byte[] data)
Reads the rks from the raw data
Parameters:
data - the raw data

getRow

public int getRow()
Accessor for the row
Returns:
the row of containing these rk numbers

getFirstColumn

public int getFirstColumn()
The first column containing the rk numbers
Returns:
the first column

getNumberOfColumns

public int getNumberOfColumns()
Accessor for the number of rk values
Returns:
the number of rk values

getRKNumber

public int getRKNumber(int index)
Returns a specific rk number
Parameters:
index - the rk number to return
Returns:
the rk number in bits

getXFIndex

public int getXFIndex(int index)
Return a specific formatting index