| 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 |
PAreaXYSplitI<S,T extends PAreaIType<S>>
An area that has been split into quadrants via an X and Y axis.
|
static class |
PAreaXYSplitI.Builder<S,T extends PAreaIType<S>>
Builds instances of type
PAreaXYSplitI. |
interface |
PAreaXYSplitIType<S,T extends PAreaIType<S>>
An area that has been split into quadrants via an X and Y 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>> |
PAreaXYSplitI.builder()
Creates a builder for
PAreaXYSplitI. |
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. |
static <S,T extends PAreaIType<S>> |
PAreaXYSplitI.of(T x0y0,
T x1y0,
T x0y1,
T x1y1)
Construct a new immutable
PAreaXYSplitI 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
com.io7m.jregions.core.parameterized.areas.PAreaIType<S> instance. |
Copyright © 2017 <code@io7m.com> http://io7m.com