| Summary: | Merge IFXConnection, AbstractFXConnection, and FXCurveConnection into FXConnection, extracting an IFXConnectionRouter | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | GEF FX | Assignee: | gef-inbox <gef-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | matthias.wienand |
| Version: | unspecified | ||
| Target Milestone: | 3.10.0 (Mars) M2 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Alexander Nyßen
I implemented the proposed changes: - Replace abstract method AbstractFXConnection#computeGeometry() by introducing IFXConnectionRouter which is responsible for computing the geometry now. - Renamed AbstractFXConnection to FXConnection and made it concrete. - Removed FXCurveConnection (as it does not extend FXConnection by anything). - Added two default implementations for IFXConnectionRouter: FXPolylineConnectionRouter and FXPolyBezierConnectionRouter. The code is published on the master branch, therefore I change the status to RESOLVED, FIXED. |