|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.graph.classdiagram.ClassDiagramGenerator
This class is a generator class for making visual representations of java class- and interface hierarchies.
The ClassDiagramGenerator will scan a number
of java classes and/or interfaces and as a result a visual
representation of the class and interface hierarchy is returned.
The result is an object of type
VisualGraphView.
Synopsis of usage:
ClassTreeGenerator classtree = new ClassTreeGenerator();
VisualGraphView view =
classtree.makeClassTree(configuration);
getGraphFrame().newDocument(view);
| Constructor Summary | |
ClassDiagramGenerator()
Constructs a new ClassDiagramGenerator instance. |
|
| Method Summary | |
VisualGraphView |
makeClassTree(ClassDiagramConfiguration config)
Initiate tje class tree generation process. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ClassDiagramGenerator()
ClassDiagramGenerator instance.
| Method Detail |
public final VisualGraphView makeClassTree(ClassDiagramConfiguration config)
VisualGraphView.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||