Class GraphData.Edge

java.lang.Object
All Implemented Interfaces:
ComponentProperty
Enclosing class:
GraphData<N extends GraphData.Node>

public static class GraphData.Edge extends LineStyle
Represents a directional edge between two nodes in a graph structure. Inherits styling properties from the LineStyle class, providing additional encoded JSON representation that incorporates unique edge properties such as the edge's ID, source node, and destination node.
Author:
Syam