Uses of Class
bicliqueviz.VertexObj

Uses of VertexObj in bicliqueviz
 

Methods in bicliqueviz that return types with arguments of type VertexObj
 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()
           
 java.util.Hashtable<IDNodeTypePair,VertexObj> InfoFile.getIDToInfo()
           
 java.util.Hashtable<IDNodeTypePair,VertexObj> BiGraph.getInfoFile()
           
 java.util.Set<VertexObj> BiGraph.getPickedVertices()
           
 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 VertexObj
 int VertexObjComparator.compare(VertexObj obj1, VertexObj obj2)
           
 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)
           
 java.lang.String VertexToolTip.transform(VertexObj v)
           
 java.awt.Stroke VertexStroke.transform(VertexObj v)
           
 java.awt.Shape VertexSizeShape.transform(VertexObj v)
           
 java.awt.Paint VertexFillColour.transform(VertexObj v)
           
 java.lang.String CommunityToolTip.transform(VertexObj v)
           
 java.awt.Shape CommunitySizeShape.transform(VertexObj v)
           
 

Method parameters in bicliqueviz with type arguments of type VertexObj
 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
 javax.swing.JList BiGraph.findCommunities(java.util.Set<VertexObj> set)
           
 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)
           
 void BiCliqueWin.setVlist(java.util.Set<VertexObj> set)
          Sets the vertex community list for the selected vertices
 

Constructor parameters in bicliqueviz with type arguments of type VertexObj
SearchResultsWin(java.util.Vector<VertexObj> r, BiCliqueWin w)
           
VertexFillColour(edu.uci.ics.jung.visualization.picking.PickedInfo<VertexObj> pi)
           
VertexStroke(edu.uci.ics.jung.visualization.picking.PickedInfo<VertexObj> pi)