use of org.eclipse.draw2d.ConnectionLayer in project jbosstools-hibernate by jbosstools.
the class DiagramEditPart method setupManhattanConnectionRouter.
public void setupManhattanConnectionRouter() {
ConnectionLayer connLayer = (ConnectionLayer) getLayer(LayerConstants.CONNECTION_LAYER);
connLayer.setConnectionRouter(new ManhattanConnectionRouter());
getOrmDiagram().setupManhattanConnectionRouter();
}
Aggregations