AreaSizeValuesLTypeAreaLType, PAreaLType<S>public interface AreaValuesLType extends AreaSizeValuesLType
An area with long 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 |
|---|---|---|
long |
maximumX() |
|
long |
maximumY() |
|
long |
minimumX() |
|
long |
minimumY() |
|
default long |
sizeX() |
|
default long |
sizeY() |
height, width@Parameter(order=0) long minimumX()
@Parameter(order=1) long maximumX()
@Parameter(order=2) long minimumY()
@Parameter(order=3) long maximumY()
@Derived default long sizeX()
sizeX in interface AreaSizeValuesLType@Derived default long sizeY()
sizeY in interface AreaSizeValuesLTypeCopyright © 2017 <code@io7m.com> http://io7m.com