public final class AreaSizeConversions
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
static <S> AreaSizeBD |
toAreaSizeBD(PAreaSizeBD<S> a) |
Convert an area size.
|
static <S> AreaSizeBI |
toAreaSizeBI(PAreaSizeBI<S> a) |
Convert an area size.
|
static <S> AreaSizeD |
toAreaSizeD(PAreaSizeD<S> a) |
Convert an area size.
|
static <S> AreaSizeF |
toAreaSizeF(PAreaSizeF<S> a) |
Convert an area size.
|
static <S> AreaSizeI |
toAreaSizeI(PAreaSizeI<S> a) |
Convert an area size.
|
static <S> AreaSizeL |
toAreaSizeL(PAreaSizeL<S> a) |
Convert an area size.
|
static <S> PAreaSizeBD<S> |
toPAreaSizeBD(AreaSizeBD a) |
Convert an area size.
|
static <S> PAreaSizeBI<S> |
toPAreaSizeBI(AreaSizeBI a) |
Convert an area size.
|
static <S> PAreaSizeD<S> |
toPAreaSizeD(AreaSizeD a) |
Convert an area size.
|
static <S> PAreaSizeF<S> |
toPAreaSizeF(AreaSizeF a) |
Convert an area size.
|
static <S> PAreaSizeI<S> |
toPAreaSizeI(AreaSizeI a) |
Convert an area size.
|
static <S> PAreaSizeL<S> |
toPAreaSizeL(AreaSizeL a) |
Convert an area size.
|
public static <S> AreaSizeI toAreaSizeI(PAreaSizeI<S> a)
S - A phantom type parameter indicating the coordinate space of the
area sizea - The area sizepublic static <S> AreaSizeL toAreaSizeL(PAreaSizeL<S> a)
S - A phantom type parameter indicating the coordinate space of the
area sizea - The area sizepublic static <S> AreaSizeD toAreaSizeD(PAreaSizeD<S> a)
S - A phantom type parameter indicating the coordinate space of the
area sizea - The area sizepublic static <S> AreaSizeF toAreaSizeF(PAreaSizeF<S> a)
S - A phantom type parameter indicating the coordinate space of the
area sizea - The area sizepublic static <S> AreaSizeBD toAreaSizeBD(PAreaSizeBD<S> a)
S - A phantom type parameter indicating the coordinate space of the
area sizea - The area sizepublic static <S> AreaSizeBI toAreaSizeBI(PAreaSizeBI<S> a)
S - A phantom type parameter indicating the coordinate space of the
area sizea - The area sizepublic static <S> PAreaSizeI<S> toPAreaSizeI(AreaSizeI a)
S - A phantom type parameter indicating the coordinate space of the
area sizea - The area sizepublic static <S> PAreaSizeL<S> toPAreaSizeL(AreaSizeL a)
S - A phantom type parameter indicating the coordinate space of the
area sizea - The area sizepublic static <S> PAreaSizeD<S> toPAreaSizeD(AreaSizeD a)
S - A phantom type parameter indicating the coordinate space of the
area sizea - The area sizepublic static <S> PAreaSizeF<S> toPAreaSizeF(AreaSizeF a)
S - A phantom type parameter indicating the coordinate space of the
area sizea - The area sizepublic static <S> PAreaSizeBD<S> toPAreaSizeBD(AreaSizeBD a)
S - A phantom type parameter indicating the coordinate space of the
area sizea - The area sizepublic static <S> PAreaSizeBI<S> toPAreaSizeBI(AreaSizeBI a)
S - A phantom type parameter indicating the coordinate space of the
area sizea - The area sizeCopyright © 2017 <code@io7m.com> http://io7m.com