Interface AreaSizeValuesBIType

All Known Subinterfaces:
AreaBIType, AreaSizeBIType, AreaValuesBIType, PAreaBIType<S>, PAreaSizeBIType<S>
All Known Implementing Classes:
AreaBI, AreaSizeBI, PAreaBI, PAreaSizeBI

public interface AreaSizeValuesBIType
The size of an area with BigInteger coordinates.
  • Method Details

    • sizeX

      @Parameter(order=0) BigInteger sizeX()
      Returns:
      The size of the area on the X axis
    • sizeY

      @Parameter(order=1) BigInteger sizeY()
      Returns:
      The size of the area on the Y axis
    • width

      @Deprecated @Derived @Auxiliary default BigInteger width()
      Deprecated.
      Returns:
      The width of the area
    • height

      @Deprecated @Derived @Auxiliary default BigInteger height()
      Deprecated.
      Returns:
      The height of the area