| Package | Description |
|---|---|
| com.io7m.jregions.core.parameterized.volumes |
Volume types.
|
| Modifier and Type | Method | 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(java.math.BigInteger maximumX) |
Initializes the value for the
maximumX attribute. |
PVolumeBI.Builder<S> |
PVolumeBI.Builder.setMaximumY(java.math.BigInteger maximumY) |
Initializes the value for the
maximumY attribute. |
PVolumeBI.Builder<S> |
PVolumeBI.Builder.setMaximumZ(java.math.BigInteger maximumZ) |
Initializes the value for the
maximumZ attribute. |
PVolumeBI.Builder<S> |
PVolumeBI.Builder.setMinimumX(java.math.BigInteger minimumX) |
Initializes the value for the
minimumX attribute. |
PVolumeBI.Builder<S> |
PVolumeBI.Builder.setMinimumY(java.math.BigInteger minimumY) |
Initializes the value for the
minimumY attribute. |
PVolumeBI.Builder<S> |
PVolumeBI.Builder.setMinimumZ(java.math.BigInteger minimumZ) |
Initializes the value for the
minimumZ attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com