Class GraphData.XYNode

java.lang.Object
com.storedobject.chart.GraphData.Node
com.storedobject.chart.GraphData.XYNode
All Implemented Interfaces:
ComponentPart, ComponentProperty
Enclosing class:
GraphData<N extends GraphData.Node>

public static class GraphData.XYNode extends GraphData.Node
A concrete implementation of the GraphData.Node class representing a node in a 2D space. This class extends the base functionality of GraphData.Node to include x and y coordinates for spatial positioning and provides methods to manipulate and retrieve these coordinates.
Author:
Syam