Search this API

y.layout
Interface PartitionLayouter.InterEdgeRouter

All Known Implementing Classes:
PartitionLayouter.ChannelInterEdgeRouter, PartitionLayouter.OrthogonalInterEdgeRouter, PartitionLayouter.PolylineInterEdgeRouter
Enclosing class:
PartitionLayouter

public static interface PartitionLayouter.InterEdgeRouter

An PartitionLayouter.InterEdgeRouter is responsible for routing inter-edges. An inter-edge is an edge that connects nodes that belong to different partitions.

 

Method Summary
 void routeInterEdges(LayoutGraph graph, DataProvider partitionIDDP, DataProvider interEdgeDP)
          Routes inter-edges of the partitioned graph.
 

Method Detail

routeInterEdges

void routeInterEdges(LayoutGraph graph,
                     DataProvider partitionIDDP,
                     DataProvider interEdgeDP)
Routes inter-edges of the partitioned graph.

Parameters:
graph - the input graph
partitionIDDP - the partition ID for each node in the graph
interEdgeDP - the map that marks inter-edges

© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.