Module imp2d

Class SugiyamaLayout

All Implemented Interfaces:
Manageable, Shareable

public class SugiyamaLayout extends Layout
the original from: Dexu Zhao This class implements a graph changing layout. The nodes will be arranged in sugiyama style
  • Field Details

  • Constructor Details

    • SugiyamaLayout

      public SugiyamaLayout()
  • 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()