public interface LocatedObject
| Modifier and Type | Method and Description |
|---|---|
void |
attachObject(LocatedObject object)
Attaches other object to this one.
|
void |
detachObject(LocatedObject object)
Detaches the object from this one.
|
Position |
getCenterAbsolutePosition()
Gets the absolute (x,y) point of the object.
|
void |
setCenterAbsolutePosition(Position position)
Sets the absolute (x,y) point of the object.
|
Position getCenterAbsolutePosition()
void setCenterAbsolutePosition(Position position)
position - the new positionvoid attachObject(LocatedObject object)
object - The object to be attached.void detachObject(LocatedObject object)
object - The object to be detached.Copyright © 2012-2013 ADELE Research Group. All Rights Reserved.