Is there any Java library that allows me to draw the following diagrams? JFreeChart unfortunately does not include these types of charts.
Any help is appreciated, thanks!
Try jgraph or just create graphviz and render it separately or use the Graphviz Java API .