AnyLogic
Expand
Font size
All Implemented Interfaces:
Serializable

@AnyLogicInternalAPI
public final class BoundingRectangle
extends Object
implements Serializable
See Also:
Serialized Form

Method Summary

Modifier and TypeMethodDescription
voidadd(double x, double y) 
voidadd(BoundingRectangle rectangle) 
BoundingRectangleexpandByOffset(double offset) 
doublegetMaxX() 
doublegetMaxY() 
doublegetMinX() 
doublegetMinY() 

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Details

getMinX

@AnyLogicInternalAPI
public double getMinX()

getMinY

@AnyLogicInternalAPI
public double getMinY()

getMaxX

@AnyLogicInternalAPI
public double getMaxX()

getMaxY

@AnyLogicInternalAPI
public double getMaxY()

add

@AnyLogicInternalAPI
public void add(BoundingRectangle rectangle)

add

@AnyLogicInternalAPI
public void add(double x,
 double y)

expandByOffset

@AnyLogicInternalAPI
public BoundingRectangle expandByOffset(double offset)