Class AreaPtg

All Implemented Interfaces:
Cloneable, AreaI

public final class AreaPtg extends Area2DPtgBase
Specifies a rectangular area of cells A1:A4 for instance.
Author:
Jason Height (jheight at chariot dot net dot au)
  • Field Details

  • Constructor Details

    • AreaPtg

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

      public AreaPtg(LittleEndianInput in)
    • AreaPtg

      public AreaPtg(AreaReference arearef)
  • Method Details