I want to get the new labeloffset after a label of a cell was moved.
For example, after you add a cell mxGraph.cellsAdded()
is called. After a cell is moved mxGraph.cellsMoved()
is called. But when you move a label of a cell, is there any method, event or anything else that could be used to react on this. I only found that mxGraph.repaint()
is called after label movement, but that is a very general method, and I hope there is something more specific.
Thanks for your help in advance!