jxl.read.biff
Class MulBlankRecord

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

class MulBlankRecord
extends RecordData

Contains an array of Blank, formatted cells


Field Summary
private  int colFirst
          The first column these rk number occur on
private  int colLast
          The last column these blank numbers occur on
private  int numblanks
          The number of blank numbers contained in this record
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
MulBlankRecord(Record t)
          Constructs the blank numbers from the raw data
 
Method Summary
 int getFirstColumn()
          The first column containing the blank numbers
 int getNumberOfColumns()
          Accessor for the number of blank values
 int getRow()
          Accessor for the row
 int getXFIndex(int index)
          Return a specific formatting index
private  void readBlanks(byte[] data)
          Reads the blanks 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 blank numbers occur on

numblanks

private int numblanks
The number of blank numbers contained in this record

xfIndices

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

MulBlankRecord

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

readBlanks

private void readBlanks(byte[] data)
Reads the blanks from the raw data
Parameters:
data - the raw data

getRow

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

getFirstColumn

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

getNumberOfColumns

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

getXFIndex

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