| Package | Description |
|---|---|
| com.io7m.jregions.core.parameterized.areas |
Area types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PAreaXSplitL<S,T extends PAreaLType<S>>
An area that has been split via the X axis.
|
static class |
PAreaXSplitL.Builder<S,T extends PAreaLType<S>>
Builds instances of type
PAreaXSplitL. |
interface |
PAreaXSplitLType<S,T extends PAreaLType<S>>
An area that has been split via the X axis.
|
class |
PAreaXYSplitL<S,T extends PAreaLType<S>>
An area that has been split into quadrants via an X and Y axis.
|
static class |
PAreaXYSplitL.Builder<S,T extends PAreaLType<S>>
Builds instances of type
PAreaXYSplitL. |
interface |
PAreaXYSplitLType<S,T extends PAreaLType<S>>
An area that has been split into quadrants via an X and Y axis.
|
class |
PAreaYSplitL<S,T extends PAreaLType<S>>
An area that has been split via the Y axis.
|
static class |
PAreaYSplitL.Builder<S,T extends PAreaLType<S>>
Builds instances of type
PAreaYSplitL. |
interface |
PAreaYSplitLType<S,T extends PAreaLType<S>>
An area that has been split via the Y axis.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PAreaL<S>
An area with long coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
static <S,T extends PAreaLType<S>> |
PAreaYSplitL.builder()
Creates a builder for
PAreaYSplitL. |
static <S,T extends PAreaLType<S>> |
PAreaXYSplitL.builder()
Creates a builder for
PAreaXYSplitL. |
static <S,T extends PAreaLType<S>> |
PAreaXSplitL.builder()
Creates a builder for
PAreaXSplitL. |
static <S,T extends PAreaLType<S>> |
PAreaYSplitL.of(T lower,
T upper)
Construct a new immutable
PAreaYSplitL instance. |
static <S,T extends PAreaLType<S>> |
PAreaXSplitL.of(T lower,
T upper)
Construct a new immutable
PAreaXSplitL instance. |
static <S,T extends PAreaLType<S>> |
PAreaXYSplitL.of(T x0y0,
T x1y0,
T x0y1,
T x1y1)
Construct a new immutable
PAreaXYSplitL instance. |
| Modifier and Type | Method and Description |
|---|---|
PAreaL.Builder<S> |
PAreaL.Builder.from(PAreaLType<S> instance)
Fill a builder with attribute values from the provided
com.io7m.jregions.core.parameterized.areas.PAreaLType<S> instance. |
Copyright © 2017 <code@io7m.com> http://io7m.com