AnyLogic
Expand
Font size

public class ShapePositionWatcher<C extends Shape>
extends AbstractPositionWatcher<C>

Nested Class Summary

Nested classes/interfaces inherited from class com.anylogic.engine.omniverse_connector.AbstractPositionWatcher

AbstractPositionWatcher.BasisType

Constructor Summary

ConstructorDescription
ShapePositionWatcher(com.anylogic.engine.internal.presentation.PresentationObjectCoordinatesCache cache, boolean updateScale) 

Method Summary

Modifier and TypeMethodDescription
default StringgetFieldPath() 
PositionAndScalegetPosition(C shape) 

Methods inherited from class com.anylogic.engine.omniverse_connector.AbstractPositionWatcher

addGlobalTransformator, addTransformator, fixRotation, getFieldName, getFieldValue, setBasis, setFixBasisMirroring, setTopLevelAgent

Methods inherited from class java.lang.Object

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

Constructor Details

ShapePositionWatcher

public ShapePositionWatcher(com.anylogic.engine.internal.presentation.PresentationObjectCoordinatesCache cache,
 boolean updateScale)

Method Details

getPosition

public PositionAndScale getPosition(C shape)

getFieldPath

default String getFieldPath()