|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GraphEventListener in ccvisu |
---|
Classes in ccvisu that implement GraphEventListener | |
---|---|
class |
ScreenDisplay
Frame implementation for displaying the layout on the screen device. |
Fields in ccvisu with type parameters of type GraphEventListener | |
---|---|
protected java.util.Vector<GraphEventListener> |
Minimizer.listener
when chages occur in the graph |
Methods in ccvisu with parameters of type GraphEventListener | |
---|---|
void |
Minimizer.addGraphEventListener(GraphEventListener listener)
Constructor |
static void |
CCVisu.computeLayout(GraphData graph,
int nrIterations,
float attrExponent,
float repuExponent,
boolean vertRepu,
boolean noWeight,
float gravitation,
GraphData initialLayout,
boolean fixedInitPos,
GraphEventListener listener)
Compute layout for a given graph. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |