public class MergeCellsRecord extends Record
Modifier and Type | Class and Description |
---|---|
class |
MergeCellsRecord.MergedRegion
this is a low level representation of a MergedRegion of cells.
|
Modifier and Type | Field and Description |
---|---|
static short |
sid |
Constructor and Description |
---|
MergeCellsRecord() |
MergeCellsRecord(RecordInputStream in)
Constructs a MergedCellsRecord and sets its fields appropriately
|
Modifier and Type | Method and Description |
---|---|
int |
addArea(int rowfrom,
short colfrom,
int rowto,
short colto)
Add an area to consider a merged cell.
|
Object |
clone() |
protected void |
fillFields(RecordInputStream in)
called by the constructor, should set class level fields.
|
MergeCellsRecord.MergedRegion |
getAreaAt(int index)
return the MergedRegion at the given index.
|
short |
getNumAreas()
get the number of merged areas.
|
int |
getRecordSize()
gives the current serialized size of the record.
|
short |
getSid()
return the non static version of the id for this record.
|
void |
removeAreaAt(int area)
essentially unmerge the cells in the "area" stored at the passed in index
|
int |
serialize(int offset,
byte[] data)
called by the class that is responsible for writing this sucker.
|
void |
setNumAreas(short numareas)
Deprecated.
We now link the size to the actual array of merged regions
|
String |
toString()
get a string representation of the record (for biffview/debugging)
|
protected void |
validateSid(short id)
called by constructor, should throw runtime exception in the event of a
record passed with a differing ID.
|
isInValueSection, isValue, serialize
public static final short sid
public MergeCellsRecord()
public MergeCellsRecord(RecordInputStream in)
in
- the RecordInputstream to read the record fromprotected void fillFields(RecordInputStream in)
Record
fillFields
in class Record
in
- the RecordInputstream to read the record frompublic short getNumAreas()
public void setNumAreas(short numareas)
numareas
- number of areasgetNumAreas()
public int addArea(int rowfrom, short colfrom, int rowto, short colto)
rowfrom
- - the upper left hand corner's rowcolfrom
- - the upper left hand corner's colrowto
- - the lower right hand corner's rowcolto
- - the lower right hand corner's colpublic void removeAreaAt(int area)
area
- indexpublic MergeCellsRecord.MergedRegion getAreaAt(int index)
public int getRecordSize()
Record
getRecordSize
in class Record
public short getSid()
Record
public int serialize(int offset, byte[] data)
Record
public String toString()
Record
protected void validateSid(short id)
Record
validateSid
in class Record
id
- alleged id for this recordCopyright © 2014 Open Microscopy Environment