|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.frag.umlplugin.codenavigator.graph.GraphBuilder
public class GraphBuilder
Builds simple UML graphs for a single central class and several other classes around this central class.
Nested Class Summary | |
---|---|
static class |
GraphBuilder.EdgeInfo
Stores additional edge information. |
static class |
GraphBuilder.NodeInfo
Stores additional node information. |
Constructor Summary | |
---|---|
GraphBuilder()
|
Method Summary | |
---|---|
com.intellij.openapi.graph.view.Graph2D |
createGraph(com.intellij.psi.PsiClass psiClass)
Creates a new graph for the given class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphBuilder()
Method Detail |
---|
@NotNull public com.intellij.openapi.graph.view.Graph2D createGraph(@NotNull com.intellij.psi.PsiClass psiClass)
psiClass
- new central class
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |