Interface VolumeSizeBDType

All Superinterfaces:
VolumeSizeValuesBDType
All Known Implementing Classes:
VolumeSizeBD

@Immutable
public interface VolumeSizeBDType
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