Interface PVolumeSizeIType<S>

Type Parameters:
S - A phantom type parameter indicating the coordinate space of the volume
All Superinterfaces:
VolumeSizeValuesIType
All Known Implementing Classes:
PVolumeSizeI

@Immutable public interface PVolumeSizeIType<S> extends VolumeSizeValuesIType
The size of a volume with int coordinates.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
    int
     
  • Method Details

    • sizeX

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

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

      @Parameter(order=1) int sizeZ()
      Specified by:
      sizeZ in interface VolumeSizeValuesIType
      Returns:
      The size of the area on the Z axis