|
| Re: Coordinates of Connection Decorators [message #1019334 is a reply to message #1019330] |
Fri, 15 March 2013 09:16  |
Andreas Graf Messages: 129 Registered: July 2009 |
Senior Member |
|
|
I suspect from the default move connection decorator feature that the ga might hold the coordinates. I was trying the following in acreate feature:
decorator.setLocation(0.5);
getDiagramEditor().refreshRenderingDecorators(splitConnection);
System.out.println("!!!!!! "+xsrcGa.getX());
decorator.setLocation(0.01);
getDiagramEditor().refreshRenderingDecorators(splitConnection);
System.out.println("!!!!!! "+xsrcGa.getX());
And the X coordinate did not change. When is it refreshed?
|
|
|
Powered by
FUDForum. Page generated in 0.09282 seconds