public interface AreaIType extends AreaValuesIType
An area with int 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.
|
int |
maximumX() |
int |
maximumY() |
int |
minimumX() |
int |
minimumY() |
sizeX, sizeYheight, widthint minimumX()
minimumX in interface AreaValuesITypeint maximumX()
maximumX in interface AreaValuesITypeint minimumY()
minimumY in interface AreaValuesITypeint maximumY()
maximumY in interface AreaValuesITypedefault void checkPreconditions()
Copyright © 2017 <code@io7m.com> http://io7m.com