| Package | Description |
|---|---|
| com.io7m.jregions.core.conversions |
Functions to convert between parameterized and unparameterized types.
|
| com.io7m.jregions.core.parameterized.areas |
Area types.
|
| com.io7m.jregions.core.parameterized.sizes |
Area sizes.
|
| com.io7m.jregions.generators |
Quickcheck generators.
|
| Modifier and Type | Method and Description |
|---|---|
static <S> PAreaSizeI<S> |
AreaSizeConversions.toPAreaSizeI(AreaSizeI a)
Convert an area size.
|
| Modifier and Type | Method and Description |
|---|---|
static <S> AreaSizeI |
AreaSizeConversions.toAreaSizeI(PAreaSizeI<S> a)
Convert an area size.
|
| Modifier and Type | Method and Description |
|---|---|
static <S> PAreaSizeI<S> |
PAreasI.size(PAreaI<S> area) |
| Modifier and Type | Method and Description |
|---|---|
PAreaSizeI<S> |
PAreaSizeI.Builder.build()
Builds a new
PAreaSizeI. |
static <S> PAreaSizeI<S> |
PAreaSizeI.of(int width,
int height)
Construct a new immutable
PAreaSizeI instance. |
| Modifier and Type | Method and Description |
|---|---|
static <S> boolean |
PAreaSizesI.includes(PAreaSizeI<S> a,
PAreaSizeI<S> b)
Determine if an area includes another area.
|
static <S> boolean |
PAreaSizesI.includes(PAreaSizeI<S> a,
PAreaSizeI<S> b)
Determine if an area includes another area.
|
| Modifier and Type | Method and Description |
|---|---|
PAreaSizeI<S> |
PAreaSizeIGenerator.next() |
Copyright © 2017 <code@io7m.com> http://io7m.com