The ReferenceFigure contains the directives that will be used to render the EObject's references.
ReferenceFigures are represented by edges on the diagram.
The ReferenceFigure accepts the following properties :
Category | Name | Description | Default literal |
---|---|---|---|
Appearance | color | The edge color | #000000 |
customSourceArrow | The custom source arrow (graphviz compliant arrow style, ignored if sourceArrowType is not set to 'custom') | ||
customTargetArrow | The custom target arrow (graphviz compliant arrow style, ignored if targetArrowType is not set to 'custom') | ||
minimumEdgeLength | Minimum edge length (same as Graphviz minlen property) | 1 | |
sourceArrowType | The source arrow type | none | |
style | The edge style | normal | |
targetArrowType | The target arrow type | normal | |
Model | eReference | The EReference that this figure will represent on the graph |