Package | Description |
---|---|
org.wandora.application.gui.topicpanels.graph3d |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEdge |
class |
EuclideanEdge |
class |
SphericalEdge |
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) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<? extends Edge> |
EuclideanWorld.getEdges() |
java.util.Collection<? extends Edge> |
SphericalWorld.getEdges() |
java.util.Collection<? extends Edge> |
World.getEdges() |
Modifier and Type | Method and Description |
---|---|
void |
EuclideanWorld.removeEdge(Edge edge) |
void |
SphericalWorld.removeEdge(Edge edge) |
void |
World.removeEdge(Edge edge) |
Copyright 2004-2015 Wandora Team