AnyLogic
Expand
Font size

@AnyLogicInternalAPI
public abstract class PresentationUpdater
extends Object

Method Summary

Modifier and TypeMethodDescription
voidaddTempCommand(SVGCommand command) 
abstract voidexecute(Runnable r) 
Collection<SVGCommand>getAndClearTempCommands() 
static PresentationUpdatergetInstance() 
abstract booleanisActive() 
abstract voidstart() 
abstract voidwaitForFinish() 

Methods inherited from class java.lang.Object

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

Method Details

getInstance

@AnyLogicInternalAPI
public static PresentationUpdater getInstance()

start

@AnyLogicInternalAPI
public abstract void start()

execute

@AnyLogicInternalAPI
public abstract void execute(Runnable r)

waitForFinish

@AnyLogicInternalAPI
public abstract void waitForFinish()

isActive

@AnyLogicInternalAPI
public abstract boolean isActive()

addTempCommand

@AnyLogicInternalAPI
public void addTempCommand(SVGCommand command)

getAndClearTempCommands

public Collection<SVGCommand> getAndClearTempCommands()