Class SelectRowGroupsCommand

    • Constructor Detail

      • SelectRowGroupsCommand

        public SelectRowGroupsCommand​(ILayer layer,
                                      int columnPosition,
                                      int rowPosition,
                                      boolean withShiftMask,
                                      boolean withControlMask,
                                      boolean moveAnchortoTopOfGroup)
      • SelectRowGroupsCommand

        public SelectRowGroupsCommand​(ILayer layer,
                                      int columnPosition,
                                      int rowPosition,
                                      boolean withShiftMask,
                                      boolean withControlMask,
                                      boolean moveAnchortoTopOfGroup,
                                      int rowPositionToMoveIntoViewport)
      • SelectRowGroupsCommand

        public SelectRowGroupsCommand​(ILayer layer,
                                      int columnPosition,
                                      int rowPosition,
                                      boolean withShiftMask,
                                      boolean withControlMask)
    • Method Detail

      • getColumnPosition

        public int getColumnPosition()
      • isWithShiftMask

        public boolean isWithShiftMask()
      • isWithControlMask

        public boolean isWithControlMask()
      • isMoveAnchorToTopOfGroup

        public boolean isMoveAnchorToTopOfGroup()
      • getRowPositionToMoveIntoViewport

        public int getRowPositionToMoveIntoViewport()