- I
- I
Members
Constructors
Properties
The default value is an empty string, in which case no class is set for the visualization.
Multiple classes can be set by separating them with spaces, just like with the SVG class attribute.
Depending on this value, this style will provide a matching preconfigured IOrthogonalEdgeHelper via this renderer's context or null.
The default value is false.
See Also
Developer's Guide
Gets the renderer implementation that can be queried for implementations that provide details about the visual appearance and visual behavior for a given edge and this style instance.
const creator = style.renderer.getVisualCreator(edge, style)
const visual = creator.createVisual(context)Implements
IEdgeStyle.rendererA value of 0.0d will disable smoothing.
The default value is 0.
See Also
Developer's Guide
Gets or sets the visual arrow at the source end of edges that use this style.
Arrow instances may be shared between multiple style instances.
This property may not be null. To have no source arrow set, use NONE instead.
Note that changes to the properties of an arrow may not be immediately visible. It is therefore recommended to assign a new arrow instance to this property if you want to change aspects of the source arrow visualization.
The default value is NONE.
See Also
Developer's Guide
Gets or sets the visual arrow at the target end of edges that use this style.
Arrow instances may be shared between multiple style instances.
This property may not be null. To have no target arrow set, use NONE instead.
Note that changes to the properties of an arrow may not be immediately visible. It is therefore recommended to assign a new arrow instance to this property if you want to change aspects of the target arrow visualization.
The default value is NONE.
See Also
Developer's Guide