All Implemented Interfaces:
ILayerCell

@Disabled public class TestLayerCell extends LayerCell
  • Constructor Details

    • TestLayerCell

      public TestLayerCell(ILayer layer, int columnPosition, int rowPosition)
    • TestLayerCell

      public TestLayerCell(ILayer layer, int columnPosition, int rowPosition, DataCell cell)
    • TestLayerCell

      public TestLayerCell(ILayer layer, int originColumnPosition, int originRowPosition, int columnPosition, int rowPosition, int columnSpan, int rowSpan)
    • TestLayerCell

      public TestLayerCell(ILayerCell cell)
  • Method Details