jxl.read.biff
Class PaneRecord

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

class PaneRecord
extends RecordData

Contains the cell dimensions of this worksheet


Field Summary
private  int columnsVisible
          The number of columns visible in the top left pane
private  int rowsVisible
          The number of rows visible in the top left pane
 
Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
PaneRecord(Record t)
          Constructs the dimensions from the raw data
 
Method Summary
 int getColumnsVisible()
          Accessor for the numbe rof columns visible in the top left pane
 int getRowsVisible()
          Accessor for the number of rows in the top left pane
 
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

rowsVisible

private int rowsVisible
The number of rows visible in the top left pane

columnsVisible

private int columnsVisible
The number of columns visible in the top left pane
Constructor Detail

PaneRecord

public PaneRecord(Record t)
Constructs the dimensions from the raw data
Parameters:
t - the raw data
Method Detail

getRowsVisible

public final int getRowsVisible()
Accessor for the number of rows in the top left pane
Returns:
the number of rows visible in the top left pane

getColumnsVisible

public final int getColumnsVisible()
Accessor for the numbe rof columns visible in the top left pane
Returns:
the number of columns visible in the top left pane