|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jgraph.layout.JGraphLayoutAlgorithm
edu.iastate.metnet.graphmodel.RandomLayoutAlgorithm
public class RandomLayoutAlgorithm
| Field Summary |
|---|
| Fields inherited from class org.jgraph.layout.JGraphLayoutAlgorithm |
|---|
LAYOUT_ATTRIBUTES |
| Constructor Summary | |
|---|---|
RandomLayoutAlgorithm()
|
|
| Method Summary | |
|---|---|
void |
run(org.jgraph.JGraph graph,
java.lang.Object[] cells)
layout with all dynamic cells |
void |
run(org.jgraph.JGraph jgraph,
java.lang.Object[] dynamic_cells,
java.lang.Object[] static_cells)
layout without any static cells |
| Methods inherited from class org.jgraph.layout.JGraphLayoutAlgorithm |
|---|
applyLayout, applyLayout, createDialog, createDialog, createSettings, getHint, getMaximumProgress, getProgress, isAllowedToRun, populateDialog, setAllowedToRun, setMaximumProgress, setProgress |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RandomLayoutAlgorithm()
| Method Detail |
|---|
public void run(org.jgraph.JGraph jgraph,
java.lang.Object[] dynamic_cells,
java.lang.Object[] static_cells)
run in class org.jgraph.layout.JGraphLayoutAlgorithm
public void run(org.jgraph.JGraph graph,
java.lang.Object[] cells)
run in class org.jgraph.layout.JGraphLayoutAlgorithm
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||