Package com.anylogic.engine.gui
- java.lang.Object
- com.anylogic.engine.gui.SVGFrameProducer
@AnyLogicInternalAPI public class SVGFrameProducer 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 |
---|---|
SVGFrameProducer() |
Modifier and Type | Method | Description |
---|---|---|
void | addCommand |
Should be accessed from model synchronized section only
|
long | generateNewId() | |
SVGFrame | getFrame | |
void | postInformationCommand | |
void | setBackEnabled |
public SVGFrameProducer()
@AnyLogicInternalAPI public SVGFrame getFrame(Experiment<?> experiment, Presentable presentable, boolean fullFrame)
- Parameters:
presentable
- may benull
when e.g. some error occurs during initialization
public void setBackEnabled(boolean backEnabled)
@AnyLogicInternalAPI public void addCommand(SVGCommand command)
Should be accessed from model synchronized section only
@AnyLogicInternalAPI public long generateNewId()
public void postInformationCommand(String type, String[] att, String[] val)