|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.biff.RecordData | +--jxl.biff.WritableRecordData | +--jxl.write.biff.SelectionRecord
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 |
|
Field Detail |
private SelectionRecord.PaneType pane
private int column
private int row
public static final SelectionRecord.PaneType lowerRight
public static final SelectionRecord.PaneType upperRight
public static final SelectionRecord.PaneType lowerLeft
public static final SelectionRecord.PaneType upperLeft
Constructor Detail |
public SelectionRecord(SelectionRecord.PaneType pt, int col, int r)
Method Detail |
public byte[] getData()
getData
in class WritableRecordData
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |