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

Bug 385590

Summary: [GEF4] CAG support needed.
Product: [Tools] GEF Reporter: Matthias Wienand <matthias.wienand>
Component: GEF GeometryAssignee: Matthias Wienand <matthias.wienand>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Matthias Wienand CLA 2012-07-20 07:43:24 EDT
The Path should support CAG functionalities: adding, intersecting, subtracting, and computing the exclusive or of two areas. Examples and tests are needed for these methods.
Comment 1 Matthias Wienand CLA 2012-07-26 10:01:11 EDT
Added the missing CAG functionality. Added tests and 1 example program that demonstrates the Path#intersect(Path a, Path b) method. Pushed changes to master. Resolving as FIXED.