com.eliad.model
Interface ExtentCell

All Known Implementing Classes:
AtomicCell

public interface ExtentCell

This interface embodies the idea of the extension of a cell over the "following" cells, that is, cells to the right and to the bottom.

Version:
1.0 05/04/00
Author:
Patrick Mérissert-Coffinières
See Also:
SpanModel

Method Summary
 int getColumn()
          Returns the column of the anchor of this span.
 int getColumnCount()
          Returns the number of columns taken by the span
 java.lang.Object getIdentifier()
          Returns the identifier object for this cell.
 int getRow()
          Returns the row of the anchor of this span.
 int getRowCount()
          Returns the number of rows taken by the span
 

Method Detail

getColumn

public int getColumn()
Returns the column of the anchor of this span.
Postconditions:
return >= 0

getRow

public int getRow()
Returns the row of the anchor of this span.
Postconditions:
return >= 0

getColumnCount

public int getColumnCount()
Returns the number of columns taken by the span
Postconditions:
return > 0

getRowCount

public int getRowCount()
Returns the number of rows taken by the span
Postconditions:
return > 0

getIdentifier

public java.lang.Object getIdentifier()
Returns the identifier object for this cell. The identifier object will be accessible to the renderers through the GridContext