Interface VolumeSizeLType

All Superinterfaces:
VolumeSizeValuesLType
All Known Implementing Classes:
VolumeSizeL

@Immutable public interface VolumeSizeLType 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=2) long sizeZ()
      Specified by:
      sizeZ in interface VolumeSizeValuesLType
      Returns:
      The size of the area on the Z axis