Uses of Class
com.storedobject.chart.GraphData.Force
Packages that use GraphData.Force
-
Uses of GraphData.Force in com.storedobject.chart
Methods in com.storedobject.chart that return GraphData.ForceModifier and TypeMethodDescriptionGraphData.Force.edgeLength
(double edgeLength) Sets the edge length for the force and returns the current instance of the Force object.GraphData.Force.friction
(double friction) Sets the friction value for this force instance.GraphData.getForce
(boolean createIfNotExist) Retrieves the instance of theForce
object.GraphData.Force.gravity
(double gravity) Sets the gravity parameter and returns the currentGraphData.Force
object.GraphData.Force.initialLayout
(GraphData.Layout initialLayout) Sets the initial layout for theForce
instance.GraphData.Force.layoutAnimation
(boolean layoutAnimation) Enables or disables layout animation for the force layout.GraphData.Force.repulsion
(int repulsion) Sets the repulsion value for the force configuration.Methods in com.storedobject.chart with parameters of type GraphData.ForceModifier and TypeMethodDescriptionGraphData.force
(GraphData.Force force) Sets the force layout configuration for the graph data.void
GraphData.setForce
(GraphData.Force force) Sets theForce
configuration for the graph layout.