Package com.anylogic.engine.markup
- java.lang.Object
-
- com.anylogic.engine.markup.BoundingRectangle
- All Implemented Interfaces:
java.io.Serializable
@AnyLogicInternalAPI public final class BoundingRectangle extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
void |
add(double x,
double y) |
|
void |
add(BoundingRectangle rectangle) |
|
BoundingRectangle |
expandByOffset(double offset) |
|
double |
getMaxX() |
|
double |
getMaxY() |
|
double |
getMinX() |
|
double |
getMinY() |
|
Modifier and Type | Method | Description |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@AnyLogicInternalAPI public double getMinX()
@AnyLogicInternalAPI public double getMinY()
@AnyLogicInternalAPI public double getMaxX()
@AnyLogicInternalAPI public double getMaxY()
@AnyLogicInternalAPI public void add(BoundingRectangle rectangle)
@AnyLogicInternalAPI public void add(double x, double y)
@AnyLogicInternalAPI public BoundingRectangle expandByOffset(double offset)
-
How can we improve this article?
-