AnyLogic
Expand
Font size
  • 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.

Constructor Summary

Constructors 
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

Method Summary

All Methods Instance Methods Concrete Methods 
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

Methods inherited from class java.lang.Object

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

Constructor Detail

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 Detail

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 java.lang.String toString()
Overrides:
toString in class java.lang.Object
How can we improve this article?