Uses of Class
de.cau.cs.kieler.klay.force.graph.FParticle

Packages that use FParticle
de.cau.cs.kieler.klay.force.graph Basic structures for the force layouter. 
de.cau.cs.kieler.klay.force.model Force model of the KLay Force layout algorithm. 
 

Uses of FParticle in de.cau.cs.kieler.klay.force.graph
 

Subclasses of FParticle in de.cau.cs.kieler.klay.force.graph
 class FBendpoint
          A bend point in the force graph.
 class FLabel
          A label in the force graph.
 class FNode
          A node in the force graph.
 

Methods in de.cau.cs.kieler.klay.force.graph that return types with arguments of type FParticle
 Iterable<FParticle> FGraph.getParticles()
          Returns a list of all particles occurring in the graph: vertices, labels, and bend points.
 

Methods in de.cau.cs.kieler.klay.force.graph with parameters of type FParticle
 int FGraph.getConnection(FParticle particle1, FParticle particle2)
          Determines the amount of connection between the two given particles, considering the priority value of the respective edges.
 

Uses of FParticle in de.cau.cs.kieler.klay.force.model
 

Methods in de.cau.cs.kieler.klay.force.model with parameters of type FParticle
static void AbstractForceModel.avoidSamePosition(Random random, FParticle u, FParticle v)
          Avoid having nodes on the same position by moving them a little.
protected abstract  KVector AbstractForceModel.calcDisplacement(FParticle forcer, FParticle forcee)
          Calculate a displacement for the given particles.
protected  KVector EadesModel.calcDisplacement(FParticle forcer, FParticle forcee)
          Calculate a displacement for the given particles.
protected  KVector FruchtermanReingoldModel.calcDisplacement(FParticle forcer, FParticle forcee)
          Calculate a displacement for the given particles.