jxl.write.biff
Class SelectionRecord

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

class SelectionRecord
extends WritableRecordData

Stores the current selection


Inner Class Summary
private static class SelectionRecord.PaneType
           
 
Field Summary
private  int column
          The top left column in this pane
static SelectionRecord.PaneType lowerLeft
           
static SelectionRecord.PaneType lowerRight
           
private  SelectionRecord.PaneType pane
          The pane type
private  int row
          The top left row in this pane
static SelectionRecord.PaneType upperLeft
           
static SelectionRecord.PaneType upperRight
           
 
Fields inherited from class jxl.biff.WritableRecordData
maxRecordLength
 
Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
SelectionRecord(SelectionRecord.PaneType pt, int col, int r)
          Constructor
 
Method Summary
 byte[] getData()
          Gets the binary data
 
Methods inherited from class jxl.biff.WritableRecordData
getBytes, handleContinueRecords
 
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

pane

private SelectionRecord.PaneType pane
The pane type

column

private int column
The top left column in this pane

row

private int row
The top left row in this pane

lowerRight

public static final SelectionRecord.PaneType lowerRight

upperRight

public static final SelectionRecord.PaneType upperRight

lowerLeft

public static final SelectionRecord.PaneType lowerLeft

upperLeft

public static final SelectionRecord.PaneType upperLeft
Constructor Detail

SelectionRecord

public SelectionRecord(SelectionRecord.PaneType pt,
                       int col,
                       int r)
Constructor
Method Detail

getData

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