Domanda

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?

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top