About 44,100 results
Open links in new tab
  1. Free java data visualization library? - Stack Overflow

    Dec 16, 2011 · Graphviz (short for Graph Visualization Software) is a package of open-source tools initiated by AT&T Labs Research for drawing graphs specified in DOT language scripts. …

  2. What is the best open-source java charting library? (other than ...

    I don't, not in Java. I found JChart2D better than JFreeChart, but it had its limitations as well; for one project I ended up making my own graphing library, a painful experience but it did what I …

  3. Tool to visualize code flow in Java? - Stack Overflow

    Sep 30, 2008 · These tools know how to generate structure diagrams (e.g. class diagram), but not behavior diagrams (this would require execution). So these tools doesn't answer the question …

  4. Java graph library for dynamic visualisation - Stack Overflow

    May 28, 2011 · I am in need of Java library for graphs that supports dynamic visualization. I need to have objects moving between the vertices and this has to be shown. 3D is not needed, a 2D …

  5. Recommendations for a heap analysis tool for Java? [closed]

    Consider Java VisualVM, jvisualvm, included with the JDK. A pathologic Swing program is examined here. For a more recent perspective, see the Monitoring and Management Guide: …

  6. Is there a visualization tool that can inspect a Java code base and ...

    Sep 30, 2010 · You can send the output to GraphViz. However, the visualization becomes less understandable as the number of packages grows. Now that CodePro AnalytiX [mentioned …

  7. Java Library to generate interactive Graph - Stack Overflow

    May 9, 2012 · i want to visualize our SOA services as graph. we have business services and domain services. -> domain service 1 e.g. business service 1 -> domain service 2 ...

  8. Are there any decent free Java data plotting libraries out there?

    Aug 9, 2008 · On a recent Java project, we needed a free Java based real-time data plotting utility. After much searching, we found this tool called the Scientific Graphics Toolkit or SGT …

  9. java - Are there any tools to visualize the objects being used in a ...

    Dec 1, 2009 · I used it ~10 years ago to fix some Java code written by people who mistakenly thought it wasn't possible to have memory leaks in Java. To find leas you take a "snapshot" at …

  10. graph - Visualizing a DAG - Stack Overflow

    Apr 5, 2016 · If you have a good chunk of RAM the DGML tools can render very pleasantly and make the interaction and exploration of the graph very intuitive. There's a decent overview of …

Refresh