Class GraphData<N extends GraphData.Node>

java.lang.Object
com.storedobject.chart.GraphData<N>
Type Parameters:
N - The type of nodes that the graph will handle.

public class GraphData<N extends GraphData.Node> extends Object
The GraphData class represents a data structure used for managing and visualizing graph-based data. It supports operations such as adding nodes, connecting edges, and configuring various graph properties.
Author:
Syam