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