Package com.anylogic.engine.gui
- java.lang.Object
- com.anylogic.engine.gui.SVGFrameCollector
@AnyLogicInternalAPI public abstract class SVGFrameCollector extends Object
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.
it may be removed/renamed in future.
| Constructor | Description |
|---|---|
SVGFrameCollector |
| Modifier and Type | Method | Description |
|---|---|---|
void | destroy() | |
abstract SVGFrame | getEmptyFrame | |
abstract SVGFrame | getModelFrame | |
AnimationPacket | getUpdate |
public SVGFrameCollector(IExperimentHost host)
public abstract SVGFrame getModelFrame(boolean fullFrame, Runnable onStartWithMutexAcquired, Consumer<SVGFrame> onFinishWithMutexAcquired)
public abstract SVGFrame getEmptyFrame(Runnable onStartWithMutexAcquired, Consumer<SVGFrame> onFinishWithMutexAcquired)
public void destroy()
public AnimationPacket getUpdate(boolean fullFrame)