Module imp2d

Class TreeLayout

All Implemented Interfaces:
Manageable, Shareable

public class TreeLayout extends Layout
This class implements a graph changing layout. The nodes will be arranged in tree style
  • Field Details

  • Constructor Details

    • TreeLayout

      public TreeLayout()
  • Method Details

    • createAlgorithm

      protected Layout.Algorithm createAlgorithm()
      Description copied from class: Layout
      Creates an algorithm for this layout.
      Specified by:
      createAlgorithm in class Layout
      Returns:
      a new Algorithm instance
    • getManageableType

      public ManageableType getManageableType()