S - A phantom type parameter indicating the coordinate space of the
areaAreaSizeValuesIType, AreaValuesITypePAreaI@Immutable public interface PAreaIType<S> 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 | Description |
|---|---|---|
default void |
checkPreconditions() |
Check the preconditions for the parameters.
|
int |
maximumX() |
|
int |
maximumY() |
|
int |
minimumX() |
|
int |
minimumY() |
height, widthsizeX, sizeY@Parameter(order=0) int minimumX()
minimumX in interface AreaValuesIType@Parameter(order=1) int maximumX()
maximumX in interface AreaValuesIType@Parameter(order=2) int minimumY()
minimumY in interface AreaValuesIType@Parameter(order=3) int maximumY()
maximumY in interface AreaValuesIType@Check default void checkPreconditions()
Copyright © 2017 <code@io7m.com> http://io7m.com