| Summary: | Extend API of ViewportModel with getter and setter for zoomfactor | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Markus Muehlbrandt <markus.muehlbrandt> |
| Component: | GEF MVC | Assignee: | Matthias Wienand <matthias.wienand> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | matthias.wienand |
| Version: | unspecified | ||
| Target Milestone: | 3.10.0 (Mars) M4 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Markus Muehlbrandt
I extended the AffineTransform class with methods to query zoom factor (#getScaleX(), #getScaleY()), rotation (#getRotation()), and translation (#getTranslateX(), #getTranslateY()). This should make it easy to use the API as is. I will update this ticket when the API advances. We decided not to change the API of the ViewportModel. Therefore, I resolve this ticket as fixed for target milestone 3.10.0M4. |