Package com.anylogic.engine
- All Superinterfaces:
AgentExtension
,java.io.Serializable
- All Known Subinterfaces:
ExtEntity
- All Known Implementing Classes:
ExtEntityContinuousDelegate
,ExtEntityDelegate
@AnyLogicInternalAPI public interface ExtDefaultAnimationProvider extends AgentExtension
P_AGENT_INTERACTIVE_DELEGATE, P_AGENT_WITH_SPATIAL_METRICS_DELEGATE, P_AGENT_WITH_SPECIFIC_SPACE, P_AGENT_WITH_SPECIFIC_SPACE_DELEGATE, P_ENTITY_DELEGATE, P_ENV_WITH_SPECIFIC_SPACE, P_ROOT, P_SPACE, P_USER_EXT
ShapeTopLevelPresentationGroup |
createDefaultAnimation() |
|
ShapeTopLevelPresentationGroup |
getDefaultAnimation() |
|
boolean |
onClick() |
Should be overridden to define the reaction on mouse click.
|
Modifier and Type | Method | Description |
---|
getAgent, next_xjal, onDestroy, onExtensionRemoved, priority, setNext_xjal, supportsInterface_xjal
@AnyLogicInternalAPI ShapeTopLevelPresentationGroup getDefaultAnimation()
@AnyLogicInternalAPI ShapeTopLevelPresentationGroup createDefaultAnimation()
@AnyLogicInternalAPI boolean onClick()
Should be overridden to define the reaction on mouse click.
- Returns:
- always return
false
here.
-
How can we improve this article?
-