Class Grid

    • Method Detail

      • add

        public void add​(OriginCell cell,
                        int columnSpan,
                        int rowSpan)
        Deprecated.
      • getCell

        public Cell getCell​(int column,
                            int row)
        Deprecated.
      • setCell

        public void setCell​(int column,
                            int row,
                            Cell cell)
        Deprecated.
      • getColumns

        protected MeasureList getColumns()
        Deprecated.
      • getRows

        protected MeasureList getRows()
        Deprecated.
      • addError

        public void addError​(int i,
                             int j)
        Deprecated.
      • hasError

        public boolean hasError​(int i,
                                int j)
        Deprecated.
      • getColumnCount

        public int getColumnCount()
        Deprecated.
      • getRowCount

        public int getRowCount()
        Deprecated.
      • gridAsString

        public String gridAsString()
        Deprecated.
        Prints the state of the grid as an Unicode shape like this: ┏━┳━┳━┳━┯━┓ ┃█┃█┃█┃█│➞┃ ┠─╂─╊━╇━┿━┫ ┃⬇┃⬇┃█│➞│➞┃ ┣━╉─╊━╈━╈━┫ ┃█┃⬇┃█┃█┃█┃ ┣━╇━╇━╉─╊━┩ ┃█│➞│➞┃⬇┃◌│ ┡━┿━┿━╉─╂─┤ │◌│◌│◌┃⬇┃◌│ └─┴─┴─┺━┹─┘