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

@AnyLogicInternalAPI
public interface ExtDefaultAnimationProvider
extends AgentExtension

Field Summary

Method Summary

Modifier and TypeMethodDescription
ShapeTopLevelPresentationGroupcreateDefaultAnimation() 
ShapeTopLevelPresentationGroupgetDefaultAnimation() 
booleanonClick()
Should be overridden to define the reaction on mouse click.

Methods inherited from interface com.anylogic.engine.AgentExtension

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

Method Details

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.