Interface PVolumeSizeBDType<S>

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

@Immutable
public interface PVolumeSizeBDType<S>
extends VolumeSizeValuesBDType
The size of a volume with BigDecimal coordinates.
  • Method Summary

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