| Package | Description |
|---|---|
| com.io7m.jregions.core.parameterized.volumes |
Volume types.
|
| Modifier and Type | Method and Description |
|---|---|
static <S> PVolumeL.Builder<S> |
PVolumeL.builder()
Creates a builder for
PVolumeL. |
PVolumeL.Builder<S> |
PVolumeL.Builder.from(PVolumeLType<S> instance)
Fill a builder with attribute values from the provided
com.io7m.jregions.core.parameterized.volumes.PVolumeLType<S> instance. |
PVolumeL.Builder<S> |
PVolumeL.Builder.from(VolumeValuesLType instance)
Fill a builder with attribute values from the provided
com.io7m.jregions.core.unparameterized.volumes.VolumeValuesLType instance. |
PVolumeL.Builder<S> |
PVolumeL.Builder.setMaximumX(long maximumX)
Initializes the value for the
maximumX attribute. |
PVolumeL.Builder<S> |
PVolumeL.Builder.setMaximumY(long maximumY)
Initializes the value for the
maximumY attribute. |
PVolumeL.Builder<S> |
PVolumeL.Builder.setMaximumZ(long maximumZ)
Initializes the value for the
maximumZ attribute. |
PVolumeL.Builder<S> |
PVolumeL.Builder.setMinimumX(long minimumX)
Initializes the value for the
minimumX attribute. |
PVolumeL.Builder<S> |
PVolumeL.Builder.setMinimumY(long minimumY)
Initializes the value for the
minimumY attribute. |
PVolumeL.Builder<S> |
PVolumeL.Builder.setMinimumZ(long minimumZ)
Initializes the value for the
minimumZ attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com