Interface PVolumeSizeBIType<S>

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

@Immutable
public interface PVolumeSizeBIType<S>
extends VolumeSizeValuesBIType
The size of a volume with BigInteger coordinates.
  • Method Summary

    Modifier and Type Method Description
    java.math.BigInteger sizeX()  
    java.math.BigInteger sizeY()  
    java.math.BigInteger sizeZ()  
  • Method Details