Interface PVolumeSizeIType<S>
- Type Parameters:
S- A phantom type parameter indicating the coordinate space of the volume
- All Superinterfaces:
VolumeSizeValuesIType
- All Known Implementing Classes:
PVolumeSizeI
@Immutable public interface PVolumeSizeIType<S> extends VolumeSizeValuesIType
The size of a volume with
int coordinates.-
Method Details
-
sizeX
@Parameter(order=0) int sizeX()- Specified by:
sizeXin interfaceVolumeSizeValuesIType- Returns:
- The size of the area on the X axis
-
sizeY
@Parameter(order=1) int sizeY()- Specified by:
sizeYin interfaceVolumeSizeValuesIType- Returns:
- The size of the area on the Y axis
-
sizeZ
@Parameter(order=1) int sizeZ()- Specified by:
sizeZin interfaceVolumeSizeValuesIType- Returns:
- The size of the area on the Z axis
-