Module imp2d

Class TouchLayout

All Implemented Interfaces:
Manageable, Shareable

public class TouchLayout extends Layout
A TouchLayout computes a graph layout based on a touch model.
  • Field Details

  • Constructor Details

    • TouchLayout

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