|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Edge
interface, to
minimize the effort required to implement this interface.Graph
interface, to minimize the effort
required to implement this interface.AbstractGraph(id, true, false)
Node
interface, to
minimize the effort required to implement this interface.element
in the array.
attribute
is found, the corresponding
attribute_class
must be instantiated and inserted in the
current element being parsed.
Graph.addEdge(String, String, String)
, but this edge can be
directed between the two given nodes.
Graph.addEdge(String, String, String)
but the nodes are
identified by their indices.
Graph.addEdge(String, String, String, boolean)
but the nodes are
identified by their indices.
Graph.addEdge(String, String, String)
but the node references are
given instead of node identifiers.
Graph.addEdge(String, String, String, boolean)
but the node
references are given instead of node identifiers.
SpriteManager.addSprite(String, Class)
but also allows to specify an
initial position.
Viewer.addView(String, GraphRenderer)
but allows to specify
that the view uses a frame or not.
AdjacencyListGraph
AttributeSink
objects registered to this
graph.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |