Package | Description |
---|---|
idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation |
This package contains a basic implementation of an
IDAREWorkbook compatible with the IDARE Interface. |
Modifier and Type | Method and Description |
---|---|
BasicIDARECell |
BasicIDARERow.createCell()
Create a Blank Cell at the end of this row.
|
BasicIDARECell |
BasicIDARERow.createCell(IDARECell.CellType type)
Create a Cell with a specified type at the end of this row
This is the same as a call to createCell(type,getLastCellNum()-1)
|
BasicIDARECell |
BasicIDARERow.createCell(IDARECell.CellType CellType,
int pos)
Create a Cell of the specified type at the specified position.
|
BasicIDARECell |
BasicIDARERow.createCell(int pos)
Create a blank cell at a specified position, overwriting any cell existing at the provided position
This is the same as the Call createCell(CellType.BLANK,pos)
|
Modifier and Type | Method and Description |
---|---|
int |
BasicIDARERow.getCellIndex(BasicIDARECell cell)
Get the position/index of a given Cell
|
Copyright © 2018. All rights reserved.