Class GraphViewer<T>

java.lang.Object
com.amalgamasimulation.desktop.ui.views.GraphViewer<T>

public class GraphViewer<T> extends Object
  • Constructor Details

    • GraphViewer

      public GraphViewer(org.eclipse.swt.widgets.Composite parent)
  • Method Details

    • getDrawingPane

      public javafx.scene.layout.Pane getDrawingPane()
    • setGraph

      public void setGraph(List<T> nodes, Function<T,List<T>> childrenProvider, Function<T,String> nodeNamesProvider, double verticalGap, double horizontalGap)