Module imp2d

Class CircleGraphLayout

All Implemented Interfaces:
Manageable, Shareable

public class CircleGraphLayout extends Layout
This class implements a graph changing layout. The nodes will be arranged in one or more circles the first node of the list will be placed on top of the inner circle
  • Field Details

  • Constructor Details

    • CircleGraphLayout

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

      public int getLayerCount()
    • setLayerCount

      public void setLayerCount(int value)
    • getLayerDistance

      public double getLayerDistance()
    • setLayerDistance

      public void setLayerDistance(double value)
    • getNodeDistance

      public double getNodeDistance()
    • setNodeDistance

      public void setNodeDistance(double value)