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