code-visualization

Can I configure code_swarm to only create the png files sans visual display?

Is there a way to configure code_swarm to only create the .png files. I think it would speed up the processing if it wasn't trying to display as it created the images. I've looked in the FAQ, but didn't notice anything about that in particular. ...

Algorithm visualization for C#

Is there any software that visualizes algorithms from code? As a flow chart of something similar. Not dependencies, inheritance and that kind of thing, but the code inside a function, or a series of functions. ...

Is it possible to display of the tree structure of the Java-code?

I am a newbie in Java. I am trying to figure out how to work this code. It seems to me that it would be very useful if in the beginning I get the general structure of the code (which methods exists and how they are interrelated). For example I see that "main" uses "createAndShowGUI" which, in its turn, uses "addComponentsToPane" and so o...

overview/understand architecture codes in eclipse

I have a maven project imported into Eclipse. I'm trying to understand the code pattern (architecture). What is the best way to do this? will use any UML Eclipse plugin help on this? will use sequence diagram, help on this? what plugins should I use? Please share your opinion. ...

Eclipse Code Visualizer

Is there code visualizer available (preferred as eclipse plugin)? ...

QT Dependency Visualizer

I have a lot of classes which interact with other classes through signal&slot mechanism, composition, inheratance etc. I wonder, is there any tool which visualizes(such as:UML-like diagrams) dependencies between classes in source code especially for QT based codes? Thanks. ...

What tools should I use to visualize structure of my code?

I have an application written in Java. In is stored in several files. It uses different classes with different methods. The code is big and complicated. I think it would be easier to understand the code if I have a graphical model of the code (some kind of directed graph). Are there some standard methods for visualization of code. I am t...

Scheme: Convert Code to picture

Hello Everyone, I have a weird Scheme question. This is a part of something bigger that I'm helping a friend with. I need to convert a Tree:Data into an image that accurately represents the tree (I'm sorry I don't have a sample image to show just yet). Please let me know if you have any ideas for this (and/or if you have questions) so...