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 Details
-
sizeX
@Parameter(order=0) java.math.BigDecimal sizeX()- Specified by:
sizeXin interfaceVolumeSizeValuesBDType- Returns:
- The size of the area on the X axis
-
sizeY
@Parameter(order=1) java.math.BigDecimal sizeY()- Specified by:
sizeYin interfaceVolumeSizeValuesBDType- Returns:
- The size of the area on the Y axis
-
sizeZ
@Parameter(order=1) java.math.BigDecimal sizeZ()- Specified by:
sizeZin interfaceVolumeSizeValuesBDType- Returns:
- The size of the area on the Z axis
-