public interface Area2D extends Locatable2D
Modifier and Type | Method and Description |
---|---|
double |
getHeight()
Returns the height of the area.
|
double |
getWidth()
Returns the width of the area.
|
double |
getX()
Returns the base x coordinate of the area.
|
double |
getY()
Returns the base y coordinate of the area.
|
double getX()
getX
in interface Locatable2D
double getY()
getY
in interface Locatable2D
double getWidth()
double getHeight()
Copyright © AnyLogic North America, LLC. All Rights Reserved.