public interface CellValueRecordInterface
Sheet
,
Record
,
RecordFactory
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
short |
getColumn()
get the column this cell defines within the row
|
int |
getRow()
get the row this cell occurs on
|
short |
getXFIndex() |
boolean |
isAfter(CellValueRecordInterface i)
returns whether this cell is after the passed in cell
|
boolean |
isBefore(CellValueRecordInterface i)
returns whether this cell is before the passed in cell
|
boolean |
isEqual(CellValueRecordInterface i)
returns whether this cell represents the same cell (NOT VALUE)
|
void |
setColumn(short col)
set the column this cell defines within the row
|
void |
setRow(int row)
set the row this cell occurs on
|
void |
setXFIndex(short xf) |
int getRow()
short getColumn()
void setRow(int row)
row
- the row this cell occurs withinvoid setColumn(short col)
col
- the column this cell definesvoid setXFIndex(short xf)
short getXFIndex()
boolean isBefore(CellValueRecordInterface i)
i
- another cell interface record to compareboolean isAfter(CellValueRecordInterface i)
i
- record to compareboolean isEqual(CellValueRecordInterface i)
i
- record to compareObject clone()
Copyright © 2016 Open Microscopy Environment