Interface VolumeSizeValuesIType
- All Known Subinterfaces:
PVolumeIType<S>,PVolumeSizeIType<S>,VolumeIType,VolumeSizeIType,VolumeValuesIType
- All Known Implementing Classes:
PVolumeI,PVolumeSizeI,VolumeI,VolumeSizeI
public interface VolumeSizeValuesIType
The size of a volume with
int coordinates.-
Method Summary
-
Method Details
-
sizeX
@Parameter(order=0) int sizeX()- Returns:
- The size of the area on the X axis
-
sizeY
@Parameter(order=1) int sizeY()- Returns:
- The size of the area on the Y axis
-
sizeZ
@Parameter(order=2) int sizeZ()- Returns:
- The size of the area on the Z axis
-