| 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 |
PAreaXYSplitBI<S,T extends PAreaBIType<S>>
An area that has been split into quadrants via an X and Y axis.
|
static class |
PAreaXYSplitBI.Builder<S,T extends PAreaBIType<S>>
Builds instances of type
PAreaXYSplitBI. |
interface |
PAreaXYSplitBIType<S,T extends PAreaBIType<S>>
An area that has been split into quadrants via an X and Y 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>> |
PAreaXYSplitBI.builder()
Creates a builder for
PAreaXYSplitBI. |
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. |
static <S,T extends PAreaBIType<S>> |
PAreaXYSplitBI.of(T x0y0,
T x1y0,
T x0y1,
T x1y1)
Construct a new immutable
PAreaXYSplitBI 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