NextApp Echo
App Container 1.0.5

nextapp.echoservlet.ui
Class GridRenderingModel.PointerCell

java.lang.Object
  extended bynextapp.echoservlet.ui.GridRenderingModel.PointerCell
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
GridRenderingModel

private static final class GridRenderingModel.PointerCell
extends java.lang.Object
implements java.io.Serializable

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

originCell

private GridRenderingModel.OriginCell originCell
Constructor Detail

GridRenderingModel.PointerCell

public GridRenderingModel.PointerCell(GridRenderingModel.OriginCell originCell)
Creates a new PointerCell to represent grid coordinates occupied by a given OriginCell.

Method Detail

getOriginCell

public GridRenderingModel.OriginCell getOriginCell()
Returns the represented OriginCell.

Returns:
The represented OriginCell.

NextApp Echo
App Container 1.0.5