|
NextApp Echo App Container 1.0.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnextapp.echoservlet.ui.GridRenderingModel.PointerCell
An object used to describe a grid coordinate that is occupied by a multi-row and/or multi-column cell, but is not the origin (top-left cell) of that cell. A single instance of this object will be used for each origin cell. This single instance will appear in every location the origin cell occupies except its origin.
| Field Summary | |
private GridRenderingModel.OriginCell |
originCell
|
| Constructor Summary | |
GridRenderingModel.PointerCell(GridRenderingModel.OriginCell originCell)
Creates a new PointerCell to represent grid
coordinates occupied by a given OriginCell. |
|
| Method Summary | |
GridRenderingModel.OriginCell |
getOriginCell()
Returns the represented OriginCell. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private GridRenderingModel.OriginCell originCell
| Constructor Detail |
public GridRenderingModel.PointerCell(GridRenderingModel.OriginCell originCell)
PointerCell to represent grid
coordinates occupied by a given OriginCell.
| Method Detail |
public GridRenderingModel.OriginCell getOriginCell()
OriginCell.
OriginCell.
|
NextApp Echo App Container 1.0.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||