AnyLogic
Expand
Font size

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

Constructor Summary

ConstructorDescription
SVGCommand() 
SVGCommand(String cmd, String id, String[] att, String[] val) 

Method Summary

Modifier and TypeMethodDescription
String[]getAtt() 
StringgetCmd() 
StringgetId() 
String[]getVal() 
StringtoString() 

Methods inherited from class java.lang.Object

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

Constructor Details

SVGCommand

@AnyLogicInternalAPI
public SVGCommand()

SVGCommand

@AnyLogicInternalAPI
public SVGCommand(String cmd,
 String id,
 String[] att,
 String[] val)

Method Details

getCmd

public String getCmd()

getId

public String getId()

getAtt

public String[] getAtt()

getVal

public String[] getVal()

toString

public String toString()
Overrides:
toString in class Object