this.nodeBounds.put(nodeId, nodePart.getNodeBounds());
}
private void addConnectionToPersistenceCache(DiagramConnectionPart connPart)
{
ConnectionHashKey connKey = ConnectionHashKey.createKey(connPart);
this.connectionBendPoints.put(connKey, connPart.getBendpoints());
if (connPart.getLabel() != null && connPart.getLabelPosition() != null)
{
this.connectionLabelPositions.put(connKey, new Point(connPart.getLabelPosition()));
}