Interface PVolumeSizeLType<S>

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

@Immutable public interface PVolumeSizeLType<S> extends VolumeSizeValuesLType
The size of a volume with long coordinates.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    long
     
    long
     
  • Method Details

    • sizeX

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

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

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