Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You might consider any of these:</p> <ul> <li><p><a href="http://www.jhotdraw.org" rel="nofollow noreferrer">JHotDraw</a>, cited <a href="https://stackoverflow.com/a/13997870/230513">here</a>, a meta-library for creating custom graph editors.</p></li> <li><p><a href="http://prefuse.org" rel="nofollow noreferrer">Prefuse</a> visualization <a href="https://stackoverflow.com/tags/prefuse/info">library</a>, illustrated <a href="https://stackoverflow.com/a/30395586/230513">here</a> and <a href="http://prefuse.org/gallery/" rel="nofollow noreferrer">here</a>.</p></li> <li><p><a href="http://xmlgraphics.apache.org/batik/" rel="nofollow noreferrer">Batik</a>, which implements SVG rendering.</p></li> <li><p><a href="http://www.jgraph.com/jgraph.html" rel="nofollow noreferrer">JGraph</a> <a href="http://www.diagram.ly/" rel="nofollow noreferrer">demo</a> and <a href="http://www.jgraph.com/doc/mxgraph/index_javavis.html" rel="nofollow noreferrer">user manual</a>.</p></li> <li><p><a href="http://graphstream-project.org" rel="nofollow noreferrer">GraphStream</a>, illustrated <a href="https://stackoverflow.com/a/45055683/230513">here</a>.</p></li> <li><p><a href="http://www.jfree.org/jfreechart/" rel="nofollow noreferrer">JFreeChart</a> <a href="http://www.jfree.org/jfreechart/api/javadoc/org/jfree/chart/renderer/xy/XYBubbleRenderer.html" rel="nofollow noreferrer"><code>XYBubbleRenderer</code></a></p></li> <li><p>A <code>JTree</code>, suggested <a href="https://stackoverflow.com/a/10126761/230513">here</a>, with a custom <a href="https://stackoverflow.com/a/4641530/230513"><code>TreeIcon</code></a>.</p></li> <li><p>A <a href="https://stackoverflow.com/a/10129112/230513">custom renderer</a>, with <em>x</em> based on a fraction of tree breadth and <em>y</em> based on recursion level.</p></li> <li><p>A simple graph editor such as <code>draw.GraphPanel</code>, illustrated <a href="https://stackoverflow.com/a/11944233/230513">here</a>.</p></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload