Package jadex.tools.comanalyzer.graph
Class VertexTransformer
- java.lang.Object
-
- jadex.tools.comanalyzer.graph.VertexTransformer
-
public class VertexTransformer extends java.lang.Object
This is a collection of vertex transformer that transforms agent group objects into other Objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VertexTransformer.IconSize
A transformer for assigning an icon of a specific size to the agent group.static class
VertexTransformer.Label
A Transformer for creating labels for agent groups.static class
VertexTransformer.LabelFont
A Transformer for assigning a normal or bold Font to the agent group labels.static class
VertexTransformer.ShapeSize
A transformer for assigning the shape size.static class
VertexTransformer.ToolTips
A transformer for tool tips.
-
Constructor Summary
Constructors Constructor Description VertexTransformer()
-