de.frag.umlplugin.uml.graph
Class Graph2DViewBuilder

java.lang.Object
  extended by de.frag.umlplugin.uml.graph.Graph2DViewBuilder

public class Graph2DViewBuilder
extends java.lang.Object

Creates and initializes a Graph2DView object.


Method Summary
static com.intellij.openapi.graph.view.Graph2DView createGraph2DView(com.intellij.openapi.project.Project project)
          Creates new graph 2D view for given diagram.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createGraph2DView

@NotNull
public static com.intellij.openapi.graph.view.Graph2DView createGraph2DView(@NotNull
                                                                                    com.intellij.openapi.project.Project project)
Creates new graph 2D view for given diagram.

Parameters:
project - project associated to the created graph view
Returns:
created view