Class TableLayout.Cell

    • Field Detail

      • row

        public int row
      • col

        public int col
      • rowspan

        public int rowspan
      • colspan

        public int colspan
    • Constructor Detail

      • Cell

        public Cell()
      • Cell

        public Cell​(int row,
                    int col)
      • Cell

        public Cell​(int row,
                    int col,
                    int rowspan,
                    int colspan)