| Package | Description |
|---|---|
| com.io7m.jregions.core.parameterized.areas |
Area types.
|
| Modifier and Type | Method | Description |
|---|---|---|
static <S> PAreaD.Builder<S> |
PAreaD.builder() |
Creates a builder for
PAreaD. |
PAreaD.Builder<S> |
PAreaD.Builder.from(PAreaDType<S> instance) |
Fill a builder with attribute values from the provided
com.io7m.jregions.core.parameterized.areas.PAreaDType<S> instance. |
PAreaD.Builder<S> |
PAreaD.Builder.from(AreaValuesDType instance) |
Fill a builder with attribute values from the provided
com.io7m.jregions.core.unparameterized.areas.AreaValuesDType instance. |
PAreaD.Builder<S> |
PAreaD.Builder.setMaximumX(double maximumX) |
Initializes the value for the
maximumX attribute. |
PAreaD.Builder<S> |
PAreaD.Builder.setMaximumY(double maximumY) |
Initializes the value for the
maximumY attribute. |
PAreaD.Builder<S> |
PAreaD.Builder.setMinimumX(double minimumX) |
Initializes the value for the
minimumX attribute. |
PAreaD.Builder<S> |
PAreaD.Builder.setMinimumY(double minimumY) |
Initializes the value for the
minimumY attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com