Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 369373 - Allow other GAs for passive connection decorators
Summary: Allow other GAs for passive connection decorators
Status: ASSIGNED
Alias: None
Product: Graphiti
Classification: Modeling
Component: Core (show other bugs)
Version: 0.8.0   Edit
Hardware: All All
: P4 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 369220
  Show dependency tree
 
Reported: 2012-01-23 06:13 EST by Michael Wenz CLA
Modified: 2012-08-21 10:16 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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