Uses of Interface
annas.graph.drawing.Placer

Packages that use Placer
annas.graph.drawing   
 

Uses of Placer in annas.graph.drawing
 

Classes in annas.graph.drawing that implement Placer
 class ForceBasedPlacer<N,A extends ArcInterface<N>>
          Uses a Forced based iterative algorithm to find the optimal location of each node.
 class LinePlacer<N,A extends ArcInterface<N>>
          Places Nodes on a straight line
 

Constructors in annas.graph.drawing with parameters of type Placer
GraphDrawer(GraphInterface<N,A> graph, DrawNode<N> nodeDrawer, DrawArc<A> arcDrawer, Placer<N,A> placer)