S - A phantom type parameter indicating the coordinate space of the
areaAreaSizeValuesBIType, AreaValuesBITypePAreaBI@Immutable public interface PAreaBIType<S> extends AreaValuesBIType
An area with BigInteger 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 | Description |
|---|---|---|
default void |
checkPreconditions() |
Check the preconditions for the parameters.
|
java.math.BigInteger |
maximumX() |
|
java.math.BigInteger |
maximumY() |
|
java.math.BigInteger |
minimumX() |
|
java.math.BigInteger |
minimumY() |
height, widthsizeX, sizeY@Parameter(order=0) java.math.BigInteger minimumX()
minimumX in interface AreaValuesBIType@Parameter(order=1) java.math.BigInteger maximumX()
maximumX in interface AreaValuesBIType@Parameter(order=2) java.math.BigInteger minimumY()
minimumY in interface AreaValuesBIType@Parameter(order=3) java.math.BigInteger maximumY()
maximumY in interface AreaValuesBIType@Check default void checkPreconditions()
Copyright © 2017 <code@io7m.com> http://io7m.com