Interface AreaSizeValuesBDType

All Known Subinterfaces:
AreaBDType, AreaSizeBDType, AreaValuesBDType, PAreaBDType<S>, PAreaSizeBDType<S>
All Known Implementing Classes:
AreaBD, AreaSizeBD, PAreaBD, PAreaSizeBD

public interface AreaSizeValuesBDType
The size of an area with BigDecimal coordinates.
  • Method Details

    • sizeX

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

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

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

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