GraphLab Project

Uses of Class
graphlab.graph.graph.SubGraph

Packages that use SubGraph
graphlab.plugins.main.ccp   
graphlab.plugins.main.core   
graphlab.plugins.main.core.actions.vertex   
graphlab.plugins.main.saveload   
graphlab.plugins.main.saveload.image   
graphlab.plugins.main.saveload.matrix   
graphlab.plugins.main.select   
graphlab.plugins.main.ui   
 

Uses of SubGraph in graphlab.plugins.main.ccp
 

Methods in graphlab.plugins.main.ccp with parameters of type SubGraph
static void Copy.copy(SubGraph subGraph)
          copies the given subgraph as a (GraphML) String to clipboard
static void Copy.copyGraph(SubGraph sd, GraphModel g)
          copies the sd to g
static void Cut.cut(SubGraph sd, GraphModel gg, BlackBoard bb)
           
 

Uses of SubGraph in graphlab.plugins.main.core
 

Methods in graphlab.plugins.main.core with parameters of type SubGraph
 void CorePluginMethods.copyToClipboard(SubGraph selection)
           
 void CorePluginMethods.cutToClipboard(SubGraph selection)
           
 

Uses of SubGraph in graphlab.plugins.main.core.actions.vertex
 

Fields in graphlab.plugins.main.core.actions.vertex declared as SubGraph
protected  SubGraph AddVertex.sd
           
 

Uses of SubGraph in graphlab.plugins.main.saveload
 

Methods in graphlab.plugins.main.saveload with parameters of type SubGraph
 void SaveLoadPluginMethods.copySelectedAsMatrix(SubGraph sd)
          copies the Vertices and Edges as a graph to clipboard
 

Uses of SubGraph in graphlab.plugins.main.saveload.image
 

Methods in graphlab.plugins.main.saveload.image with parameters of type SubGraph
 GraphModel CopyAsImage.createGraph(SubGraph sd, BlackBoard b)
          creates a new graph with the selected edges and vertices, the new graph will be built on the given blackboard
 

Uses of SubGraph in graphlab.plugins.main.saveload.matrix
 

Methods in graphlab.plugins.main.saveload.matrix with parameters of type SubGraph
static void CopyAsMatrix.copyAsMatrix(GraphModel gg, SubGraph sd)
          sd should be a subset of g
 

Uses of SubGraph in graphlab.plugins.main.select
 

Methods in graphlab.plugins.main.select that return SubGraph
static SubGraph RectangularSelect.calculateSelected(GraphModel g, java.awt.Rectangle bounds)
           
 SubGraph SelectPluginMethods.getSelected()
           
 SubGraph DeSelect.getSelection()
           
 SubGraph InvertSelection.getSelection()
           
 SubGraph SelectAll.getSelection()
           
static SubGraph Select.getSelection(BlackBoard blackboard)
           
 

Methods in graphlab.plugins.main.select with parameters of type SubGraph
 void SelectPluginMethods.setSelected(SubGraph sd)
           
static void Select.setSelection(BlackBoard blackboard, SubGraph sg)
           
 

Uses of SubGraph in graphlab.plugins.main.ui
 

Methods in graphlab.plugins.main.ui with parameters of type SubGraph
 java.awt.Component SubGraphRenderer.getRendererComponent(SubGraph sd)
           
 


GraphLab Project