Interface ILayerCell

All Known Implementing Classes:
AbstractLayerCell, CellFixture, InvertedLayerCell, LayerCell, SpanningLayerCell, TestLayerCell, TransformedLayerCell, TranslatedLayerCell

public interface ILayerCell
  • Method Details

    • getOriginColumnPosition

      int getOriginColumnPosition()
    • getOriginRowPosition

      int getOriginRowPosition()
    • getLayer

      ILayer getLayer()
    • getColumnPosition

      int getColumnPosition()
    • getRowPosition

      int getRowPosition()
    • getColumnIndex

      int getColumnIndex()
    • getRowIndex

      int getRowIndex()
    • getColumnSpan

      int getColumnSpan()
    • getRowSpan

      int getRowSpan()
    • isSpannedCell

      boolean isSpannedCell()
    • getDisplayMode

      DisplayMode getDisplayMode()
      Returns:
      The DisplayMode this cell is currently in.
      Since:
      2.0
    • getConfigLabels

      LabelStack getConfigLabels()
    • getDataValue

      Object getDataValue()
    • getBounds

      org.eclipse.swt.graphics.Rectangle getBounds()