Module imp2d

Class RandomLayout

All Implemented Interfaces:
Manageable, Shareable

public class RandomLayout extends Layout
Visualizing the graph in random style
  • Field Details

    • $TYPE

      public static final RandomLayout.Type $TYPE
    • magnitude$FIELD

      public static final SCOType.Field magnitude$FIELD
    • count$FIELD

      public static final SCOType.Field count$FIELD
    • startWithRandom$FIELD

      public static final SCOType.Field startWithRandom$FIELD
    • displayTransformation$FIELD

      public static final SCOType.Field displayTransformation$FIELD
  • Constructor Details

    • RandomLayout

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