How can I change the routing style of the edges using the mxCell class?
for (mxCell cell : cells) {
mxGraph.setCellStyle("edgeStyle=" + edge style + ";", new Object[] { cell });
}
Can I have something like that?
How can I change the routing style of the edges using the mxCell class?
for (mxCell cell : cells) {
mxGraph.setCellStyle("edgeStyle=" + edge style + ";", new Object[] { cell });
}
Can I have something like that?