Interface AreaSizeValuesLType

All Known Subinterfaces:
AreaLType, AreaSizeLType, AreaValuesLType, PAreaLType<S>, PAreaSizeLType<S>
All Known Implementing Classes:
AreaL, AreaSizeL, PAreaL, PAreaSizeL

public interface AreaSizeValuesLType
The size of an area with long coordinates.
  • Method Summary

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

    • sizeX

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

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

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

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