com.nodelab | ![]() |
com.nodelab.0.107
Instance of Type
Inheriting from ScriptGenerator
An Actor is used as a glue between a Scene and a Source. It contains information about color and linewidth.
Type data | Value |
org.uninode.Type.displayPattern | a {att:org.uninode.Node.type} |
Attribute summary | Defined in | Uninode® Id | Properties | Default | |
Color | color | Actor | com.nodelab.0.10003 | ||
Real | lineWidth | Actor | com.nodelab.0.10002 | ||
String | toString This is the display string. | Node | org.uninode.0.102 | ||
Type | type The type of an object determines the behaviour and attributes of the object. | Node | org.uninode.0.101 | ||
String | uri | Node | org.uninode.0.103 |
Method summary | Defined in | Overrides | Properties | |
void | generateScript(ScriptGenerationInfo info) Prepare and generate initialization code | ScriptGenerator | ||
void | instanceScript(ScriptGenerationInfo info) return either variable name (like 'ave1', found in info), or a constructor call (new ...) | ScriptGenerator | ||
Color | com.nodelab.java.actor.Color | Actor | ||
void | com.nodelab.java.actor.ConstructorSoReCo | Actor | ||
DiagramPainter | com.nodelab.java.actor.DiagramPainter | Actor | ||
Real | com.nodelab.java.actor.Evaluate | Actor | ||
Real | com.nodelab.java.actor.LineWidth | Actor | ||
void | com.nodelab.java.actor.SetColorCo | Actor | ||
void | com.nodelab.java.actor.SetLineWidthRe | Actor | ||
void | com.nodelab.java.actor.Source | Actor |