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