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