Searched refs:ClusterEdge (Results 1 - 2 of 2) sorted by relevance

/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DClusterEdge.java35 public class ClusterEdge implements Link { class in inherits:Link
41 public ClusterEdge(ClusterNode from, ClusterNode to) { method in class:ClusterEdge
H A DHierarchicalClusterLayoutManager.java114 ClusterEdge e = new ClusterEdge(start, end);

Completed in 107 milliseconds