Module imp2d

Class ForceBasedLayout.FBAlgorithm

java.lang.Object
de.grogra.imp2d.layout.Layout.Algorithm
de.grogra.imp2d.layout.ForceBasedLayout.FBAlgorithm
Enclosing class:
ForceBasedLayout

public class ForceBasedLayout.FBAlgorithm extends Layout.Algorithm
  • Constructor Details

    • FBAlgorithm

      public FBAlgorithm()
  • Method Details

    • layout

      protected void layout(Node nodes)
      Description copied from class: Layout.Algorithm
      This method has to be implemented to perform the layout.
      Specified by:
      layout in class Layout.Algorithm
      Parameters:
      nodes - the first node of the linked list of all nodes
      See Also: