| Package | Description |
|---|---|
| com.io7m.jregions.core.parameterized.areas |
Area types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PAreaXSplitBD<S,T extends PAreaBDType<S>>
An area that has been split via the X axis.
|
static class |
PAreaXSplitBD.Builder<S,T extends PAreaBDType<S>>
Builds instances of type
PAreaXSplitBD. |
interface |
PAreaXSplitBDType<S,T extends PAreaBDType<S>>
An area that has been split via the X axis.
|
class |
PAreaYSplitBD<S,T extends PAreaBDType<S>>
An area that has been split via the Y axis.
|
static class |
PAreaYSplitBD.Builder<S,T extends PAreaBDType<S>>
Builds instances of type
PAreaYSplitBD. |
interface |
PAreaYSplitBDType<S,T extends PAreaBDType<S>>
An area that has been split via the Y axis.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PAreaBD<S>
An area with BigDecimal coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
static <S,T extends PAreaBDType<S>> |
PAreaYSplitBD.builder()
Creates a builder for
PAreaYSplitBD. |
static <S,T extends PAreaBDType<S>> |
PAreaXSplitBD.builder()
Creates a builder for
PAreaXSplitBD. |
static <S,T extends PAreaBDType<S>> |
PAreaYSplitBD.of(T lower,
T upper)
Construct a new immutable
PAreaYSplitBD instance. |
static <S,T extends PAreaBDType<S>> |
PAreaXSplitBD.of(T lower,
T upper)
Construct a new immutable
PAreaXSplitBD instance. |
| Modifier and Type | Method and Description |
|---|---|
PAreaBD.Builder<S> |
PAreaBD.Builder.from(PAreaBDType<S> instance)
Fill a builder with attribute values from the provided
PAreaBDType instance. |
Copyright © 2017 <code@io7m.com> http://io7m.com