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