Uses of Class
bicliqueviz.EdgeObj

Uses of EdgeObj in bicliqueviz
 

Methods in bicliqueviz that return types with arguments of type EdgeObj
 edu.uci.ics.jung.graph.UndirectedSparseGraph<VertexObj,EdgeObj> BiGraph.createBiclique(java.util.Vector<Biclique> bs)
           
 edu.uci.ics.jung.graph.UndirectedSparseGraph<VertexObj,EdgeObj> BiGraph.getGraph()
           
 edu.uci.ics.jung.algorithms.layout.FRLayout<VertexObj,EdgeObj> BiGraph.getGraphLayout()
           
 edu.uci.ics.jung.graph.UndirectedSparseGraph<VertexObj,EdgeObj> VertexComm.getVertexCommGraph()
           
 edu.uci.ics.jung.visualization.VisualizationViewer<VertexObj,EdgeObj> BiGraph.getVV()
           
 

Methods in bicliqueviz with parameters of type EdgeObj
 java.awt.Stroke EdgeStroke.transform(EdgeObj e)
           
 java.awt.Paint EdgeFill.transform(EdgeObj e)
           
 java.lang.String CommunityEdgeToolTip.transform(EdgeObj e)
           
 

Method parameters in bicliqueviz with type arguments of type EdgeObj
 void BiGraph.changeGraph(edu.uci.ics.jung.graph.Graph<VertexObj,EdgeObj> g)
           
 void BiCliqueWin.exportCommunity(edu.uci.ics.jung.graph.UndirectedSparseGraph<VertexObj,EdgeObj> g)
          Export the selected community to three seperate files one for node A names/IDs, one for Node B names/IDS and one for the links between them
 void CustomVertexLabelRenderer.labelVertex(edu.uci.ics.jung.visualization.RenderContext<VertexObj,EdgeObj> rc, edu.uci.ics.jung.algorithms.layout.Layout<VertexObj,EdgeObj> layout, VertexObj v, java.lang.String label)
          Labels the specified vertex with the specified label.
 void CustomVertexLabelRenderer.labelVertex(edu.uci.ics.jung.visualization.RenderContext<VertexObj,EdgeObj> rc, edu.uci.ics.jung.algorithms.layout.Layout<VertexObj,EdgeObj> layout, VertexObj v, java.lang.String label)
          Labels the specified vertex with the specified label.
 java.awt.Component CustomVertexLabelRenderer.prepareRenderer(edu.uci.ics.jung.visualization.RenderContext<VertexObj,EdgeObj> rc, edu.uci.ics.jung.visualization.VertexLabelRenderer graphLabelRenderer, java.lang.Object value, boolean isSelected, VertexObj vertex)
           
 void BiGraph.selectPartOfGraph(edu.uci.ics.jung.graph.UndirectedSparseGraph<VertexObj,EdgeObj> g)
           
 

Constructor parameters in bicliqueviz with type arguments of type EdgeObj
EdgeStroke(edu.uci.ics.jung.visualization.picking.PickedState<EdgeObj> p)