AnyLogic
Expand
Font size

@AnyLogicInternalAPI
public class SVGFrame
extends Object
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.

Constructor Summary

ConstructorDescription
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) 

Method Summary

Modifier and TypeMethodDescription
SVGCommand[]getCommands() 
ConsoleItem[]getConsoleUpdate() 
EventInfogetEventInfo() 
longgetFreeMemory() 
int[]getMultiRunProgress() 
longgetNumber() 
intgetNumConnections() 
doublegetProgress() 
longgetRealTime() 
Experiment.StategetState() 
longgetStep() 
doublegetTime() 
doublegetTimeScale() 
booleanisFullFrame() 
voidsetConsoleUpdate(ConsoleItem[] consoleUpdate) 
voidsetEventInfo(EventInfo eventInfo) 
voidsetFullFrame(boolean fullFrame) 
voidsetNumber(long number) 
StringtoString() 

Methods inherited from class java.lang.Object

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

Constructor Details

SVGFrame

@AnyLogicInternalAPI
public SVGFrame()

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)

Method Details

getNumber

public long getNumber()

setNumber

public void setNumber(long number)

isFullFrame

public boolean isFullFrame()

setFullFrame

public void setFullFrame(boolean fullFrame)

getConsoleUpdate

public ConsoleItem[] getConsoleUpdate()

setConsoleUpdate

public void setConsoleUpdate(ConsoleItem[] consoleUpdate)

getEventInfo

public EventInfo getEventInfo()

setEventInfo

public void setEventInfo(EventInfo eventInfo)

getTime

public double getTime()

getCommands

public SVGCommand[] getCommands()

getState

public Experiment.State getState()

getStep

public long getStep()

getTimeScale

public double getTimeScale()

getProgress

public double getProgress()

getMultiRunProgress

public int[] getMultiRunProgress()

getRealTime

public long getRealTime()

getFreeMemory

public long getFreeMemory()

getNumConnections

public int getNumConnections()

toString

public String toString()
Overrides:
toString in class Object