|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractElement | |
---|---|
org.graphstream.graph.implementations | |
org.graphstream.ui.graphicGraph |
Uses of AbstractElement in org.graphstream.graph.implementations |
---|
Subclasses of AbstractElement in org.graphstream.graph.implementations | |
---|---|
class |
AbstractEdge
This class provides a basic implementation of Edge interface, to
minimize the effort required to implement this interface. |
class |
AbstractGraph
This class provides a basic implementation of Graph interface, to minimize the effort
required to implement this interface. |
class |
AbstractNode
This class provides a basic implementation of Node interface, to
minimize the effort required to implement this interface. |
class |
AdjacencyListGraph
A lightweight graph class intended to allow the construction of big graphs (millions of elements). |
class |
AdjacencyListNode
Nodes used with AdjacencyListGraph |
class |
DefaultGraph
Default implementation of graph. |
class |
MultiGraph
A graph implementation that supports multiple edges between two nodes. |
class |
MultiNode
Nodes used with MultiGraph |
class |
SingleGraph
An implementation of graph that supports only one edge between two nodes. |
class |
SingleNode
Nodes used with SingleGraph |
Uses of AbstractElement in org.graphstream.ui.graphicGraph |
---|
Subclasses of AbstractElement in org.graphstream.ui.graphicGraph | |
---|---|
class |
GraphicEdge
Graphical edge. |
class |
GraphicElement
Super class of all graphic node, edge, and sprite elements. |
class |
GraphicGraph
Graph representation used in display classes. |
class |
GraphicNode
Graphical node. |
class |
GraphicSprite
A small gentle sprite. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |