S - A phantom type parameter indicating the coordinate space of the
areaAreaSizeValuesDType, AreaValuesDTypePAreaD@Immutable public interface PAreaDType<S> extends AreaValuesDType
An area with double 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.
|
double |
maximumX() |
|
double |
maximumY() |
|
double |
minimumX() |
|
double |
minimumY() |
height, widthsizeX, sizeY@Parameter(order=0) double minimumX()
minimumX in interface AreaValuesDType@Parameter(order=1) double maximumX()
maximumX in interface AreaValuesDType@Parameter(order=2) double minimumY()
minimumY in interface AreaValuesDType@Parameter(order=3) double maximumY()
maximumY in interface AreaValuesDType@Check default void checkPreconditions()
Copyright © 2017 <code@io7m.com> http://io7m.com