conn.startEndPoint.setTop(nearestCP.getCenterTop());
}
}
}
conn.calculateStandardPointsPositions();
conn.drawSections();
}
private int getDraggableCenterLeft(EndPoint w) {
return (w.getAbsoluteLeft() - context.boundaryPanel.getAbsoluteLeft() + (int) Math.floor((double) ((double) w
.getOffsetWidth() / (double) 2)));