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