Open benjaminaaron opened 11 years ago
I was if curious has something similar, I know from Windows Forms and I found something ;-): http://docs.oracle.com/javase/7/docs/api/java/awt/Graphics2D.html#transform(java.awt.geom.AffineTransform) http://docs.oracle.com/javase/7/docs/api/java/awt/geom/AffineTransform.html
Nice!! I might want to implement it first myself though to understand the mechanics of it... then i can still use the library method ;)
It would be nice to be able to change the entire orientation of the graph. So building the tree from left to right for instance instead of top down. This can probably done fairly simply in the GraphPanel - together with the zoom ability. Like a visual post-production of the view?