Package com.anylogic.engine.gui
- java.lang.Object
-
- com.anylogic.engine.gui.SVGFrame
@AnyLogicInternalAPI public class SVGFrame extends java.lang.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.
SVGFrame() |
|
SVGFrame(double time,
SVGCommand[] commands,
boolean fullFrame,
Experiment.State state,
long step,
double timeScale,
double progress,
int[] multiRunProgress,
long realTime,
long freeMemory,
int numConnections) |
|
Constructor | Description |
---|
SVGCommand[] |
getCommands() |
|
ConsoleItem[] |
getConsoleUpdate() |
|
EventInfo |
getEventInfo() |
|
long |
getFreeMemory() |
|
int[] |
getMultiRunProgress() |
|
long |
getNumber() |
|
int |
getNumConnections() |
|
double |
getProgress() |
|
long |
getRealTime() |
|
Experiment.State |
getState() |
|
long |
getStep() |
|
double |
getTime() |
|
double |
getTimeScale() |
|
boolean |
isFullFrame() |
|
void |
setConsoleUpdate(ConsoleItem[] consoleUpdate) |
|
void |
setEventInfo(EventInfo eventInfo) |
|
void |
setFullFrame(boolean fullFrame) |
|
void |
setNumber(long number) |
|
java.lang.String |
toString() |
|
Modifier and Type | Method | Description |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
@AnyLogicInternalAPI public SVGFrame()
@AnyLogicInternalAPI public SVGFrame(double time, SVGCommand[] commands, boolean fullFrame, Experiment.State state, long step, double timeScale, double progress, int[] multiRunProgress, long realTime, long freeMemory, int numConnections)
public long getNumber()
public void setNumber(long number)
public boolean isFullFrame()
public void setFullFrame(boolean fullFrame)
public ConsoleItem[] getConsoleUpdate()
public void setConsoleUpdate(ConsoleItem[] consoleUpdate)
public EventInfo getEventInfo()
public void setEventInfo(EventInfo eventInfo)
public double getTime()
public SVGCommand[] getCommands()
public Experiment.State getState()
public long getStep()
public double getTimeScale()
public double getProgress()
public int[] getMultiRunProgress()
public long getRealTime()
public long getFreeMemory()
public int getNumConnections()
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
How can we improve this article?
-