Searched refs:getTo (Results 1 - 24 of 24) sorted by relevance

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Layout/src/com/sun/hotspot/igv/layout/
H A DLink.java37 public Port getTo(); method in interface:Link
H A DLayoutGraph.java59 Port p2 = l.getTo();
140 Port other = l.getTo();
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DClusterIngoingConnection.java49 inputSlot = c.getTo();
61 public Port getTo() { method in class:ClusterIngoingConnection
H A DInterClusterConnection.java56 public Port getTo() { method in class:InterClusterConnection
74 return "InterClusterConnection[from=" + getFrom() + ", to=" + getTo() + "]";
H A DClusterEdge.java48 public Port getTo() { method in class:ClusterEdge
H A DClusterOutgoingConnection.java53 public Port getTo() { method in class:ClusterOutgoingConnection
H A DOldHierarchicalLayoutManager.java163 Port port = e.getData().getEdge().getTo();
239 relativeEnd = edge.getTo().getRelativePosition();
242 assert relativeEnd.x >= 0 && relativeEnd.x <= edge.getTo().getVertex().getSize().width;
243 assert relativeEnd.y >= 0 && relativeEnd.y <= edge.getTo().getVertex().getSize().height;
271 Point point = edge.getTo().getVertex().getPosition();
421 return o1.getTo().getVertex().compareTo(o2.getTo().getVertex());
430 graph.createEdge(graph.getNode(edge.getFrom().getVertex()), graph.getNode(edge.getTo().getVertex()), data, data);
571 Point to = otherEdge.getTo().getVertex().getPosition();
646 Point to = otherEdge.getTo()
[all...]
H A DHierarchicalLayoutManager.java2022 result = l1.getTo().getVertex().compareTo(l2.getTo().getVertex());
2030 result = l1.getTo().getRelativePosition().x - l2.getTo().getRelativePosition().x;
2058 assert vertexToLayoutNode.containsKey(l.getTo().getVertex());
2060 edge.to = vertexToLayoutNode.get(l.getTo().getVertex());
2062 edge.relativeTo = l.getTo().getRelativePosition().x;
2071 vertexToLayoutNode.containsKey(l.getTo().getVertex())) {
2075 LayoutNode to = vertexToLayoutNode.get(l.getTo().getVertex());
H A DHierarchicalClusterLayoutManager.java126 Port toPort = l.getTo();
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/
H A DBlockConnectionWidget.java52 this.to = (BlockWidget) scene.findWidget(edge.getTo());
62 public Port getTo() { method in class:BlockConnectionWidget
H A DHierarchicalGraphLayout.java68 public Port getTo() { method in class:HierarchicalGraphLayout.LinkWrapper
H A DControlFlowScene.java118 assert g.getBlocks().contains(e.getTo());
120 this.setEdgeTarget(e, e.getTo());
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DInputBlockEdge.java46 public InputBlock getTo() { method in class:InputBlockEdge
H A DInputEdge.java70 public int getTo() { method in class:InputEdge
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DConnection.java105 return "Connection(" + getFrom().getVertex() + " to " + getTo().getVertex() + ")";
112 public Port getTo() { method in class:Connection
H A DDiagram.java140 int to = e.getTo();
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DLineWidget.java129 public Point getTo() { method in class:LineWidget
176 if (w.getFrom().equals(getTo())) {
181 if (predecessor == null || predecessor.getTo().equals(getFrom())) {
H A DMultiConnectionWidget.java114 InputSlot inputSlot = (InputSlot) c.getTo();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/
H A DWsaPropertyBag.java71 public String getTo() throws XMLStreamException { method in class:WsaPropertyBag
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Difference/src/com/sun/hotspot/igv/difference/
H A DDifference.java135 int to = e.getTo();
150 int to = e.getTo();
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/serialization/
H A DPrinter.java213 p.setProperty(Parser.TO_PROPERTY, Integer.toString(edge.getTo()));
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/ServerCompiler/src/com/sun/hotspot/igv/servercompiler/
H A DServerCompilerScheduler.java568 int to = e.getTo();
588 assert to == e.getTo();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/message/
H A DHeaderList.java499 public String getTo(AddressingVersion av, SOAPVersion sv) { method in class:HeaderList
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DDiagramScene.java666 FigureWidget w1 = figureWidgets.get((Figure) c.getTo().getVertex());

Completed in 77 milliseconds