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