| 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> PAreaSizeBI<S> |
AreaSizeConversions.toPAreaSizeBI(AreaSizeBI a)
Convert an area size.
|
| Modifier and Type | Method and Description |
|---|---|
static <S> AreaSizeBI |
AreaSizeConversions.toAreaSizeBI(PAreaSizeBI<S> a)
Convert an area size.
|
| Modifier and Type | Method and Description |
|---|---|
static <S> PAreaSizeBI<S> |
PAreasBI.size(PAreaBI<S> area) |
| Modifier and Type | Method and Description |
|---|---|
PAreaSizeBI<S> |
PAreaSizeBI.Builder.build()
Builds a new
PAreaSizeBI. |
static <S> PAreaSizeBI<S> |
PAreaSizeBI.of(BigInteger width,
BigInteger height)
Construct a new immutable
PAreaSizeBI instance. |
| Modifier and Type | Method and Description |
|---|---|
static <S> boolean |
PAreaSizesBI.includes(PAreaSizeBI<S> a,
PAreaSizeBI<S> b)
Determine if an area includes another area.
|
static <S> boolean |
PAreaSizesBI.includes(PAreaSizeBI<S> a,
PAreaSizeBI<S> b)
Determine if an area includes another area.
|
| Modifier and Type | Method and Description |
|---|---|
PAreaSizeBI<S> |
PAreaSizeBIGenerator.next() |
Copyright © 2017 <code@io7m.com> http://io7m.com