Searched refs:getControlPoints (Results 1 - 13 of 13) sorted by relevance

/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/Layout/src/com/sun/hotspot/igv/layout/
H A DLink.java41 public List<Point> getControlPoints(); method in interface:Link
/openjdk10/jdk/make/src/classes/build/tools/generatenimbus/
H A DPath.java38 public List<Point> getControlPoints() { return controlPoints; } method in class:Path
H A DPainterGenerator.java269 List<Point> controlPoints = pshape.getControlPoints();
/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DClusterIngoingConnection.java73 public List<Point> getControlPoints() { method in class:ClusterIngoingConnection
H A DClusterOutgoingConnection.java65 public List<Point> getControlPoints() { method in class:ClusterOutgoingConnection
H A DClusterEdge.java60 public List<Point> getControlPoints() { method in class:ClusterEdge
H A DInterClusterConnection.java68 public List<Point> getControlPoints() { method in class:InterClusterConnection
H A DClusterNode.java126 List<Point> points = l.getControlPoints();
145 List<Point> points = new ArrayList<Point>(l.getControlPoints());
185 List<Point> arr = e.getControlPoints();
H A DHierarchicalClusterLayoutManager.java240 points.addAll(conn1.getControlPoints());
241 points.addAll(conn2.getControlPoints());
242 points.addAll(conn3.getControlPoints());
/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/
H A DBlockConnectionWidget.java108 public List<Point> getControlPoints() { method in class:BlockConnectionWidget
H A DHierarchicalGraphLayout.java72 public List<Point> getControlPoints() { method in class:HierarchicalGraphLayout.LinkWrapper
/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DConnection.java153 public List<Point> getControlPoints() { method in class:Connection
/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DDiagramScene.java643 List<Point> points = c.getControlPoints();
753 List<Point> controlPoints = c.getControlPoints();

Completed in 173 milliseconds