Package com.anylogic.engine.markup
- java.lang.Object
- com.anylogic.engine.markup.Obstacle
- All Implemented Interfaces:
Serializable
@AnyLogicInternalAPI public final class Obstacle extends Object implements Serializable
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.
it may be removed/renamed in future.
- See Also:
- Serialized Form
Constructor | Description |
---|---|
Obstacle | |
Obstacle |
public Obstacle(Point p1, Point p2, AbstractMarkup parent)
public Obstacle(Point p1, Point p2)
public Point getP1()
public void setP1(Point p1)
public Point getP2()
public void setP2(Point p2)
public double getX1()
public double getY1()
public double getX2()
public double getY2()
public AbstractMarkup getMarkup()
Currently used only for: Lift, OverheadCrane, JibCrane, PalletRack, Storage
- Returns: