Uses of Class
org.jungrapht.visualization.layout.quadtree.ForceObject
-
Packages that use ForceObject Package Description org.jungrapht.visualization.layout.quadtree Support for spatial optimization of graph layout algorithms -
-
Uses of ForceObject in org.jungrapht.visualization.layout.quadtree
Fields in org.jungrapht.visualization.layout.quadtree declared as ForceObject Modifier and Type Field Description protected ForceObject<T>
Node. forceObject
Methods in org.jungrapht.visualization.layout.quadtree that return ForceObject Modifier and Type Method Description ForceObject
ForceObject. add(ForceObject<T> other)
ForceObject<T>
Node. getForceObject()
if this is an inner node, the forceObject represents the combined force and mass of the child nodes.Methods in org.jungrapht.visualization.layout.quadtree with parameters of type ForceObject Modifier and Type Method Description ForceObject
ForceObject. add(ForceObject<T> other)
protected void
ForceObject. addForceFrom(ForceObject<T> other)
override in the layoutAlgorithm to apply forces in a way that is consistent with the chosen implementation.void
BarnesHutQuadTree. applyForcesTo(ForceObject<T> visitor)
void
Node. applyForcesTo(ForceObject<T> visitor)
accept a visit from the visitor force object, and add this node's forces to the visitorprotected void
BarnesHutQuadTree. insert(ForceObject node)
void
Node. insert(ForceObject<T> element)
insert a new ForceObject into the tree.
-