Interface PAreaSizeIType<S>

Type Parameters:
S - A phantom type parameter indicating the coordinate space of the area
All Superinterfaces:
AreaSizeValuesIType
All Known Implementing Classes:
PAreaSizeI

@Immutable public interface PAreaSizeIType<S> extends AreaSizeValuesIType
The size of an area with int coordinates.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    A builder for size values.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     

    Methods inherited from interface com.io7m.jregions.core.unparameterized.sizes.AreaSizeValuesIType

    height, width
  • Method Details

    • sizeX

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

      @Parameter(order=1) int sizeY()
      Specified by:
      sizeY in interface AreaSizeValuesIType
      Returns:
      The size of the area on the Y axis