|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectNetworkPosition
public class NetworkPosition
Class NetworkPosition Description : this class places nodes of a network
| Constructor Summary | |
|---|---|
NetworkPosition()
|
|
| Method Summary | |
|---|---|
static void |
circle(Network n)
Node in circle |
static void |
grid(Network n)
Nodes in grid |
static void |
random(Network n)
Nodes in random positions |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NetworkPosition()
| Method Detail |
|---|
public static void circle(Network n)
n - network which you want to place nodespublic static void grid(Network n)
n - network which you want to place nodespublic static void random(Network n)
n - network which you want to place nodes
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||