> Some labels are created and added as child > figs, but without using addPathItem(), for example, see the default > constructor of FigEdgeModelElement.
I think addPathItem is used for all. Examples that are created in the constructor of FigEdgeModelElement are stereotypeFig and nameFig. That only creates instances of the Figs, it doesn't add them because the location may vary on different concrete classes. Take FigAssociation as a concrete example. The constructor there adds these to a FigGroup and then that FigGroup is added as a pathitem. That would make everything in that group a single label to be dragged together. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
