Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 369373

Summary: Allow other GAs for passive connection decorators
Product: [Modeling] Graphiti Reporter: Michael Wenz <michael.wenz>
Component: CoreAssignee: Project Inbox <graphiti-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P4 CC: fabio.filippelli
Version: 0.8.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 369220    

Description Michael Wenz CLA 2012-01-23 06:13:28 EST
This is a split off from Bug 369220, point 1.
ConnectionDecorator with e.g. Rectangles and RoundedRectangles are not possible:
ConnectionDecorator decorator =
peCreateService.createConnectionDecorator(newConnection, false, 0.5, true);
Rectangle rectangle = gaService.createRectangle(decorator);
gaService.setLocationAndSize(rectangle, 1, 9, 100, 50);

If we add an invisible rectangle, a rectangle or a rounded rectangle to the
connection decorator it will not be drawn at all. The visualization will be
empty.
Because of this problem, we are not able to draw nested or multiple shapes,
because we want to add an invisible rectangle as first element, so we can use
more than one shape on the same level.
Comment 1 Michael Wenz CLA 2012-08-21 10:16:17 EDT
Due to limited team capacity this is out of scope for Kepler, unless there are
contributions