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