public interface AreaValuesBIType extends AreaSizeValuesBIType
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 and Description |
|---|---|
default BigInteger |
height() |
BigInteger |
maximumX() |
BigInteger |
maximumY() |
BigInteger |
minimumX() |
BigInteger |
minimumY() |
default BigInteger |
width() |
BigInteger minimumX()
BigInteger maximumX()
BigInteger minimumY()
BigInteger maximumY()
default BigInteger width()
width in interface AreaSizeValuesBITypedefault BigInteger height()
height in interface AreaSizeValuesBITypeCopyright © 2017 <code@io7m.com> http://io7m.com