Interface AreaSizeValuesIType

All Known Subinterfaces:
AreaIType, AreaSizeIType, AreaValuesIType, PAreaIType<S>, PAreaSizeIType<S>
All Known Implementing Classes:
AreaI, AreaSizeI, PAreaI, PAreaSizeI

public interface AreaSizeValuesIType
The size of an area with int coordinates.
  • Method Summary

    Modifier and Type
    Method
    Description
    default int
    Deprecated.
    int
     
    int
     
    default int
    Deprecated.
  • Method Details

    • sizeX

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

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

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

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