Class GraphData.Force

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

public static class GraphData.Force extends Object implements ComponentProperty
Represents a force-directed layout configuration as a property of a chart component. This class defines various attributes that influence the behavior and appearance of the force-directed layout, such as repulsion, gravity, friction, edge length, and the initial layout configuration.
Author:
Syam