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)
|