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 Summary

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

    • sizeX

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

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

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

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