I saw that is possible to use guidelines in the javascript version of mxGraph and I would like to know if has some way to do the same in the Java version?
Asked
Active
Viewed 141 times
1 Answers
1
No, JGraphX does not currently support guidelines. That said, the JavaScript and Java API are, to a greater extent, identical, looking at the JavaScript implementation would give a very good start if you did want to add this to Java.
Note that we (being the collective authors) don't actively add new features to the Java version any longer, it's only bug fixes.

Frodo Baggins
- 8,290
- 6
- 45
- 55
-
Thank you. I'll see if it's really necessary to use guidelines and study the javascript API to put this in java. – Davisson Paulino Sep 01 '13 at 20:30