AnyLogic
Expand
Font size
All Superinterfaces:
AgentExtension, java.io.Serializable
All Known Subinterfaces:
ExtEntity
All Known Implementing Classes:
ExtEntityContinuousDelegate, ExtEntityDelegate

@AnyLogicInternalAPI
public interface ExtDefaultAnimationProvider
extends AgentExtension

Field Summary

Fields inherited from interface com.anylogic.engine.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

Method Summary

All Methods Instance Methods Abstract Methods 
ShapeTopLevelPresentationGroup createDefaultAnimation()  
ShapeTopLevelPresentationGroup getDefaultAnimation()  
boolean onClick()
Should be overridden to define the reaction on mouse click.
Modifier and Type Method Description

Methods inherited from interface com.anylogic.engine.AgentExtension

getAgent, next_xjal, onDestroy, onExtensionRemoved, priority, setNext_xjal, supportsInterface_xjal

Method Detail

getDefaultAnimation

@AnyLogicInternalAPI
ShapeTopLevelPresentationGroup getDefaultAnimation()

createDefaultAnimation

@AnyLogicInternalAPI
ShapeTopLevelPresentationGroup createDefaultAnimation()

onClick

@AnyLogicInternalAPI
boolean onClick()
Should be overridden to define the reaction on mouse click.
Returns:
always return false here.
How can we improve this article?