public interface AreaValuesFType extends AreaSizeValuesFType
An area with float 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 |
|---|---|
float |
maximumX() |
float |
maximumY() |
float |
minimumX() |
float |
minimumY() |
default float |
sizeX() |
default float |
sizeY() |
height, widthfloat minimumX()
float maximumX()
float minimumY()
float maximumY()
default float sizeX()
sizeX in interface AreaSizeValuesFTypedefault float sizeY()
sizeY in interface AreaSizeValuesFTypeCopyright © 2017 <code@io7m.com> http://io7m.com