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