Class AreaPtg

  • All Implemented Interfaces:
    java.lang.Cloneable, AreaI

    public final class AreaPtg
    extends Area2DPtgBase
    Specifies a rectangular area of cells A1:A4 for instance.
    • Constructor Detail

      • AreaPtg

        public AreaPtg​(int firstRow,
                       int lastRow,
                       int firstColumn,
                       int lastColumn,
                       boolean firstRowRelative,
                       boolean lastRowRelative,
                       boolean firstColRelative,
                       boolean lastColRelative)