Class ViewParameters

    • Field Detail

      • showGrid

        public boolean showGrid
        Нужно отображать сетку.
      • blackAndWhiteMode

        public boolean blackAndWhiteMode
        Режим черно-белого просмотра.
      • showHeaders

        public boolean showHeaders
        Нужно отображать заголовки.
      • showGroups

        public boolean showGroups
        Нужно отображать группировки.
      • showNamedRowColumns

        public boolean showNamedRowColumns
        Нужно отображать именованные строки/колонки.
      • showNamedCells

        public boolean showNamedCells
        Нужно отображать именованные ячейки.
      • showComments

        public boolean showComments
        Нужно отображать рисунки примечаний.
      • fixedColumn

        public int fixedColumn
        Fixed column index
      • fixedColumnColumns

        public Columns fixedColumnColumns
        Column type for column fixation
      • fixedRow

        public int fixedRow
        Fixed row index
      • fixationPointColumn

        public int fixationPointColumn
        Fixation point for columns
      • fixationPointRow

        public int fixationPointRow
        Fixation point for rows
      • topFixationPointColumn

        public int topFixationPointColumn
        Top fixation point for columns
      • topFixationPointRow

        public int topFixationPointRow
        Top fixation point for rows
    • Constructor Detail

      • ViewParameters

        public ViewParameters()