Class ShowCellInViewportCommand

    • Constructor Detail

      • ShowCellInViewportCommand

        public ShowCellInViewportCommand​(int columnPosition,
                                         int rowPosition)
        Parameters:
        columnPosition - The column position in the underlying layer of the ViewportLayer that should be shown in the viewport.
        rowPosition - The row position in the underlying layer of the ViewportLayer that should be shown in the viewport.
        Since:
        1.6
    • Method Detail

      • getColumnPosition

        public int getColumnPosition()
        Returns:
        The column position in the layer below the ViewportLayer to be shown.
      • getRowPosition

        public int getRowPosition()
        Returns:
        The row position in the layer below the ViewportLayer to be shown.