documentationfor yFiles for HTML 3.0.0.3

SimpleEdge

A mutable implementation of the IEdge interface that can be used without an IGraph.

Inheritance Hierarchy
SimpleEdge
Implemented Interfaces

Remarks

Note that this class is not the one used as the default implementation of a Graph's IEdges and casting them to SimpleEdge will fail. Instances of this class can be used without an accompanying graph instance. All the properties are mutable. An example of a possible use case would be the rendering of an edge into a graphics context: Simply create a SimpleEdge, associate a style with it and use the style's renderer instance to obtain a rendering for the edge.

Type Details

yFiles module
view

Constructors

Properties

Methods