X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=doc%2Findex.html;h=9bbe3f6e8b594da19e195669f2b83a0ac7bb0a0d;hb=8fca62d9f6b263ff2fc41d49155afdaafc113ae1;hp=4e2b55e32fcaa7db4fe4e9ebcc95d0fe3fccdc88;hpb=9806a517ca16f6dc9511546225dabb3eee940d37;p=javainspect.git diff --git a/doc/index.html b/doc/index.html index 4e2b55e..9bbe3f6 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2,7 +2,7 @@ JavaInspect - Utility to visualize java software - + @@ -211,11 +211,11 @@ License, or (at your option) any later version. -
  • See example produced graphs for Sixth 3D - 3D engine project. + + @@ -352,6 +356,7 @@ To enable commandline support, (study and) execute script:

     commandline launcher/install
    +
     

    @@ -474,7 +479,8 @@ classes and visualizing GraphViz itself.

    -
    // Create graph
    +
    +// Create graph
     final ClassGraph graph = new ClassGraph();
     
     // Add some random object to the graph. GraphViz will detect Class from
    @@ -490,6 +496,7 @@ graph.setKeepDotFile(true);
     // Produce bitmap image titled "JavaInspect.png" to the user Desktop
     // directory
     graph.generateGraph("JavaInspect");
    +
     
    @@ -553,7 +560,7 @@ Result:

    4.2.3 example 3: GraphViz embedded in another project

      -
    1. Download project Sixth code snapshot. +
    2. Download project Sixth code snapshot.
    3. Inspect and run *DataGraph.java*.
    4. @@ -718,7 +725,7 @@ data/structure using JVM debug port and mechanism.
    5. FEATURE: Possibility to attach to JVM using JVM agent.
    6. -
    7. FEATURE: Possibility to inspect graphs in 3D using Sixth 3D engine. +
    8. FEATURE: Possibility to inspect graphs in 3D using Sixth 3D engine.
    9. FEATURE: Possibility to select classes/fields/values to be @@ -763,8 +770,8 @@ project build/release process.