Package com.anylogic.engine.presentation
- java.lang.Object
- com.anylogic.engine.presentation.PresentationUpdater
@AnyLogicInternalAPI public abstract class PresentationUpdater extends Object
Modifier and Type | Method | Description |
---|---|---|
void | addTempCommand | |
abstract void | execute | |
Collection<SVGCommand> | getAndClearTempCommands() | |
static PresentationUpdater | getInstance() | |
abstract boolean | isActive() | |
abstract void | start() | |
abstract void | waitForFinish() |
@AnyLogicInternalAPI public static PresentationUpdater getInstance()
@AnyLogicInternalAPI public abstract void start()
@AnyLogicInternalAPI public abstract void execute(Runnable r)
@AnyLogicInternalAPI public abstract void waitForFinish()
@AnyLogicInternalAPI public abstract boolean isActive()
@AnyLogicInternalAPI public void addTempCommand(SVGCommand command)
public Collection<SVGCommand> getAndClearTempCommands()