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