S - A phantom type parameter indicating the coordinate space of the
volumeVolumeSizeValuesLType, VolumeValuesLTypePVolumeL@Immutable public interface PVolumeLType<S> extends VolumeValuesLType
A volume with long coordinates.
The coordinates of the area are given in half-closed form. That is,
minimumX() refers to the minimum inclusive value on the X
axis, and maximumX() refers to the maximum exclusive value on
the X axis. Likewise for the Y and Z axes.
| Modifier and Type | Method | Description |
|---|---|---|
default void |
checkPreconditions() |
Check the preconditions for the parameters.
|
long |
maximumX() |
|
long |
maximumY() |
|
long |
maximumZ() |
|
long |
minimumX() |
|
long |
minimumY() |
|
long |
minimumZ() |
sizeX, sizeY, sizeZ@Parameter(order=0) long minimumX()
minimumX in interface VolumeValuesLType@Parameter(order=1) long maximumX()
maximumX in interface VolumeValuesLType@Parameter(order=2) long minimumY()
minimumY in interface VolumeValuesLType@Parameter(order=3) long maximumY()
maximumY in interface VolumeValuesLType@Parameter(order=4) long minimumZ()
minimumZ in interface VolumeValuesLType@Parameter(order=5) long maximumZ()
maximumZ in interface VolumeValuesLType@Check default void checkPreconditions()
Copyright © 2017 <code@io7m.com> http://io7m.com