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 Summary

    Modifier and Type Method Description
    default java.math.BigDecimal height()
    Deprecated.
    java.math.BigDecimal sizeX()  
    java.math.BigDecimal sizeY()  
    default java.math.BigDecimal width()
    Deprecated.
  • Method Details

    • sizeX

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

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

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

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