| Package | Description |
|---|---|
| com.io7m.jregions.core.parameterized.areas |
Area types.
|
| Modifier and Type | Class and 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 |
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 and Description |
|---|---|
class |
PAreaF<S>
An area with float coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
static <S,T extends PAreaFType<S>> |
PAreaYSplitF.builder()
Creates a builder for
PAreaYSplitF. |
static <S,T extends PAreaFType<S>> |
PAreaXSplitF.builder()
Creates a builder for
PAreaXSplitF. |
static <S,T extends PAreaFType<S>> |
PAreaYSplitF.of(T lower,
T upper)
Construct a new immutable
PAreaYSplitF instance. |
static <S,T extends PAreaFType<S>> |
PAreaXSplitF.of(T lower,
T upper)
Construct a new immutable
PAreaXSplitF instance. |
| Modifier and Type | Method and 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