Class DataLayerFixture

  • All Implemented Interfaces:
    ILayer, ILayerListener, IUniqueIndexLayer, IPersistable

    public class DataLayerFixture
    extends BaseDataLayerFixture
    A DataLayer for use in unit tests with a pre-canned Default column layout: DO NOT FORMAT ! Position: 0 1 2 3 4 Width : 150 100 35 100 80 -------|------|----|------|---- Default Row layout: Position | Height 0 | 40 1 | 70 2 | 25 3 | 40 4 | 50 5 | 40 6 | 100
    • Constructor Detail

      • DataLayerFixture

        public DataLayerFixture​(int colCount,
                                int rowCount,
                                int colWidth,
                                int rowHeight)
      • DataLayerFixture

        public DataLayerFixture​(int preferedColumnWidth,
                                int preferedRowHeight)
      • DataLayerFixture

        public DataLayerFixture()