AreaSizeValuesITypeAreaIType, PAreaIType<S>public interface AreaValuesIType extends AreaSizeValuesIType
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 |
|---|---|---|
int |
maximumX() |
|
int |
maximumY() |
|
int |
minimumX() |
|
int |
minimumY() |
|
default int |
sizeX() |
|
default int |
sizeY() |
height, width@Parameter(order=0) int minimumX()
@Parameter(order=1) int maximumX()
@Parameter(order=2) int minimumY()
@Parameter(order=3) int maximumY()
default int sizeX()
sizeX in interface AreaSizeValuesITypedefault int sizeY()
sizeY in interface AreaSizeValuesITypeCopyright © 2017 <code@io7m.com> http://io7m.com