S - A phantom type parameter indicating the coordinate space of the
areapublic interface PAreaBDType<S> extends AreaValuesBDType
An area with BigDecimal coordinates.
The coordinates of the area are given in half-closed form. That is,
minimumX() refers to the minimum inclusive value on the X
axis, and maximumX() refers to the maximum exclusive value on
the X axis. Likewise for the Y axis.
| Modifier and Type | Method and Description |
|---|---|
default void |
checkPreconditions()
Check the preconditions for the parameters.
|
BigDecimal |
maximumX() |
BigDecimal |
maximumY() |
BigDecimal |
minimumX() |
BigDecimal |
minimumY() |
sizeX, sizeYheight, widthBigDecimal minimumX()
minimumX in interface AreaValuesBDTypeBigDecimal maximumX()
maximumX in interface AreaValuesBDTypeBigDecimal minimumY()
minimumY in interface AreaValuesBDTypeBigDecimal maximumY()
maximumY in interface AreaValuesBDTypedefault void checkPreconditions()
Copyright © 2017 <code@io7m.com> http://io7m.com