jxl.write.biff
Class MulRKRecord

java.lang.Object
  |
  +--jxl.biff.RecordData
        |
        +--jxl.biff.WritableRecordData
              |
              +--jxl.write.biff.MulRKRecord
All Implemented Interfaces:
ByteData

class MulRKRecord
extends WritableRecordData

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.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
 
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 number occur on

rknumbers

private int[] rknumbers
The array of rk numbers

xfIndices

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

MulRKRecord

public MulRKRecord(java.util.List numbers)
Constructs the rk numbers from the integer cells
Parameters:
numbers - A list of jxl.write.Number objects
Method Detail

getData

public byte[] getData()
Gets the binary data for output to file
Overrides:
getData in class WritableRecordData
Returns:
the binary data