tomnelson / jungrapht-visualization

visualization and sample code from Java Universal Network Graph ported to use JGraphT models and algorithms
Other
47 stars 7 forks source link

Create rectangular shaped magnification view lens #2

Closed tomnelson closed 4 years ago

tomnelson commented 4 years ago

View Lenses are all elliptical, however a rectangular shape may be a better effect for the magnification view lens. An approach would be to make the lens shape settable and have all view related code respond to the actual lens shape instead of assuming a radius of an elliptical lens.

tomnelson commented 4 years ago

done. All 4 lens types may now be rectangular instead of only elliptical