Uses of Class
com.storedobject.chart.GraphData.Node
Packages that use GraphData.Node
-
Uses of GraphData.Node in com.storedobject.chart
Classes in com.storedobject.chart with type parameters of type GraphData.NodeModifier and TypeClassDescriptionclassGraphData<N extends GraphData.Node>The GraphData class represents a data structure used for managing and visualizing graph-based data.Subclasses of GraphData.Node in com.storedobject.chartModifier and TypeClassDescriptionstatic classTheValueNodeclass represents a type ofNodethat holds a numerical value.static classA concrete implementation of theGraphData.Nodeclass representing a node in a 2D space.Methods in com.storedobject.chart that return GraphData.NodeModifier and TypeMethodDescriptionGraphData.Edge.getDestinationNode()Retrieves the destination node of this edge.GraphData.Edge.getSourceNode()Retrieves the source node of this edge.GraphData.XYNode.x(double x) Sets the x-coordinate of this node and returns the current instance.GraphData.XYNode.y(double y) Sets the y-coordinate value for the node and returns the node instance.Methods in com.storedobject.chart with parameters of type GraphData.NodeModifier and TypeMethodDescriptionfinal voidAdds one or more nodes to the list of nodes if they are not null.GraphData.Edge.connectTo(GraphData.Node target) Establishes a connection from the current destination node of thisEdgeto the specified target node by creating or retrieving an edge between them.GraphData.Node.connectTo(GraphData.Node target) Connects the current node to the specified target node by creating an edge between them.Adds one or more nodes to the graph and returns the updated graph data.