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