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

Bug 483632

Summary: The JavaFX Shape related transform operations in Geometry2JavaFX and JavaFX2Geometry should be moved to FXUtils.
Product: [Tools] GEF Reporter: Alexander Nyßen <nyssen>
Component: GEF GeometryAssignee: gef-inbox <gef-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: matthias.wienand
Version: 0.2.0   
Target Milestone: 4.0.0 / 3.11.0 (Neon) M4   
Hardware: All   
OS: All   
Whiteboard:

Description Alexander Nyßen CLA 2015-12-04 02:23:45 EST
IMHO, GEF4 Geometry should only be related to pure geometric calculations and representations. We could move the Shape-related conversions to GEF4 FX (FXUtils).
Comment 1 Matthias Wienand CLA 2015-12-10 12:31:30 EST
I separated the conversions of JavaFX geometric abstractions from the conversions of JavaFX visualizations. The former is implemented via two utility classes within GEF4 Geometry, the latter via two utility classes within GEF4 FX. The code is published on the master branch, therefore, I resolve this ticket as fixed for 3.11.0M4.