public interface IsArea
Modifier and Type | Method and Description |
---|---|
double |
getBottom()
Returns the bottom of area.
|
default double |
getHeight()
Returns the height in pixel.
|
double |
getLeft()
Returns the left of area.
|
double |
getRight()
Returns the right of area.
|
double |
getTop()
Returns the top of area.
|
default double |
getWidth()
Returns the width in pixel.
|
static boolean |
isConsistent(IsArea area)
Returns
true if the are is consistent, otherwise false . |
static boolean isConsistent(IsArea area)
true
if the are is consistent, otherwise false
.area
- area instance to be checkedtrue
if the are is consistent, otherwise false
double getTop()
double getRight()
double getBottom()
double getLeft()
default double getWidth()
default double getHeight()