|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IllegalEdgeException | |
| com.tensegrity.graph.model | Contains the graph model interface. |
| com.tensegrity.graph.view | Contains the graph view interface. |
| Uses of IllegalEdgeException in com.tensegrity.graph.model |
| Methods in com.tensegrity.graph.model that throw IllegalEdgeException | |
void |
GraphObjectContainer.addEdges(Edge[] edges)
Convenience method to add several edges to the GraphObjectContainer in one go.
|
void |
GraphObjectContainer.addEdge(Edge edge)
Adds the given edge to the GraphObjectContainer.
|
void |
GraphObjectContainer.removeEdge(Edge edge)
Removes the given edge from the GraphObjectContainer.
|
| Uses of IllegalEdgeException in com.tensegrity.graph.view |
| Methods in com.tensegrity.graph.view that throw IllegalEdgeException | |
void |
VisualGraphObjectContainer.removeVisualEdge(VisualEdge visualedge)
Removes the given VisualEdge object from this
VisualGraphObjectContainer.
|
void |
VisualGraphObjectContainer.removeIsolatedVisualEdge(VisualEdge visualedge)
Removes the given isolated VisualEdge object from
this VisualGraphObjectContainer.
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||