Interface VolumeSizeValuesBDType

All Known Subinterfaces:
PVolumeBDType<S>, PVolumeSizeBDType<S>, VolumeBDType, VolumeSizeBDType, VolumeValuesBDType
All Known Implementing Classes:
PVolumeBD, PVolumeSizeBD, VolumeBD, VolumeSizeBD

public interface 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

    • sizeX

      @Parameter(order=0) java.math.BigDecimal sizeX()
      Returns:
      The size of the area on the X axis
    • sizeY

      @Parameter(order=1) java.math.BigDecimal sizeY()
      Returns:
      The size of the area on the Y axis
    • sizeZ

      @Parameter(order=2) java.math.BigDecimal sizeZ()
      Returns:
      The size of the area on the Z axis