PLConnection plc = new PLConnection();
plc.setAttribute("id" , cfrDest.getID());
// result.setAttribute("frameColor" , cfSrc.getAttribute("frameColor"));
// plc.setAttribute("type" , cfSrc.getAttribute("type"));
plc.setAttribute("CFRModifier" , modifier.getName());
plc.startPoint(gcfDest.getDisplayBox().x , gcfDest.getDisplayBox().y);
Figure figureSrc = mFigure.get(f.getID());
plc.endPoint(figureSrc.getDisplayBox().x , figureSrc.getDisplayBox().y);
}
}