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