de.frag.umlplugin
Class ClassCloudGraph2DViewProvider

java.lang.Object
  extended by de.frag.umlplugin.ClassCloudGraph2DViewProvider
All Implemented Interfaces:
Graph2DViewProvider

public class ClassCloudGraph2DViewProvider
extends java.lang.Object
implements Graph2DViewProvider

Gets a Graph2DView from class cloud.


Constructor Summary
ClassCloudGraph2DViewProvider()
           
 
Method Summary
 com.intellij.openapi.graph.view.Graph2DView getGraph2DView(com.intellij.openapi.actionSystem.DataContext dataContext)
          Gets a Graph2DView from class cloud.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassCloudGraph2DViewProvider

public ClassCloudGraph2DViewProvider()
Method Detail

getGraph2DView

@Nullable
public com.intellij.openapi.graph.view.Graph2DView getGraph2DView(@NotNull
                                                                           com.intellij.openapi.actionSystem.DataContext dataContext)
Gets a Graph2DView from class cloud.

Specified by:
getGraph2DView in interface Graph2DViewProvider
Parameters:
dataContext - data context
Returns:
Graph2DView