| 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> PAreaSizeF<S> |
AreaSizeConversions.toPAreaSizeF(AreaSizeF a)
Convert an area size.
|
| Modifier and Type | Method and Description |
|---|---|
static <S> AreaSizeF |
AreaSizeConversions.toAreaSizeF(PAreaSizeF<S> a)
Convert an area size.
|
| Modifier and Type | Method and Description |
|---|---|
static <S> PAreaSizeF<S> |
PAreasF.size(PAreaF<S> area) |
| Modifier and Type | Method and Description |
|---|---|
PAreaSizeF<S> |
PAreaSizeF.Builder.build()
Builds a new
PAreaSizeF. |
static <S> PAreaSizeF<S> |
PAreaSizeF.of(float sizeX,
float sizeY)
Construct a new immutable
PAreaSizeF instance. |
| Modifier and Type | Method and Description |
|---|---|
static <S> boolean |
PAreaSizesF.includes(PAreaSizeF<S> a,
PAreaSizeF<S> b)
Determine if an area includes another area.
|
static <S> boolean |
PAreaSizesF.includes(PAreaSizeF<S> a,
PAreaSizeF<S> b)
Determine if an area includes another area.
|
| Modifier and Type | Method and Description |
|---|---|
PAreaSizeF<S> |
PAreaSizeFGenerator.next() |
Copyright © 2017 <code@io7m.com> http://io7m.com