Class RefPtgBase

    • Constructor Detail

      • RefPtgBase

        protected RefPtgBase()
      • RefPtgBase

        protected RefPtgBase​(RefPtgBase other)
    • Method Detail

      • setRow

        public final void setRow​(int rowIndex)
      • getRow

        public final int getRow()
        Returns:
        the row number as an int
      • isRowRelative

        public final boolean isRowRelative()
      • setRowRelative

        public final void setRowRelative​(boolean rel)
      • isColRelative

        public final boolean isColRelative()
      • setColRelative

        public final void setColRelative​(boolean rel)
      • setColumn

        public final void setColumn​(int col)
      • getColumn

        public final int getColumn()
      • formatReferenceAsString

        protected String formatReferenceAsString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object