Package | Description |
---|---|
org.wandora.application.gui.topicpanels.graph3d |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNode |
class |
EuclideanNode |
class |
SphericalNode |
Modifier and Type | Method and Description |
---|---|
Node |
EuclideanWorld.addNode(java.lang.Object nodeObject) |
Node |
SphericalWorld.addNode(java.lang.Object nodeObject) |
Node |
World.addNode(java.lang.Object nodeObject) |
Node |
AbstractEdge.getNode1() |
Node |
Edge.getNode1() |
Node |
AbstractEdge.getNode2() |
Node |
Edge.getNode2() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<? extends Node> |
EuclideanWorld.getNodes() |
java.util.Collection<? extends Node> |
SphericalWorld.getNodes() |
java.util.Collection<? extends Node> |
World.getNodes() |
Modifier and Type | Method and Description |
---|---|
Edge |
EuclideanWorld.addEdge(Node node1,
Node node2) |
Edge |
SphericalWorld.addEdge(Node node1,
Node node2) |
Edge |
World.addEdge(Node node1,
Node node2) |
void |
EuclideanWorld.removeNode(Node node) |
void |
SphericalWorld.removeNode(Node node) |
void |
World.removeNode(Node node) |
Copyright 2004-2015 Wandora Team