Uses of Class
org.graphstream.graph.implementations.AbstractElement
| Package | Description |
|---|---|
| org.graphstream.graph.implementations | |
| org.graphstream.ui.graphicGraph |
-
Uses of AbstractElement in org.graphstream.graph.implementations
Subclasses of AbstractElement in org.graphstream.graph.implementations Modifier and Type Class Description classAbstractEdgeThis class provides a basic implementation ofEdgeinterface, to minimize the effort required to implement this interface.classAbstractGraphThis class provides a basic implementation ofGraphinterface, to minimize the effort required to implement this interface.classAbstractNodeThis class provides a basic implementation ofNodeinterface, to minimize the effort required to implement this interface.classAdjacencyListGraphA lightweight graph class intended to allow the construction of big graphs (millions of elements).classAdjacencyListNodeNodes used withAdjacencyListGraphclassDefaultGraphDefault implementation of graph.classMultiGraphA graph implementation that supports multiple edges between two nodes.classMultiNodeNodes used withMultiGraphclassSingleGraphAn implementation of graph that supports only one edge between two nodes.classSingleNodeNodes used withSingleGraph -
Uses of AbstractElement in org.graphstream.ui.graphicGraph
Subclasses of AbstractElement in org.graphstream.ui.graphicGraph Modifier and Type Class Description classGraphicEdgeGraphical edge.classGraphicElementSuper class of all graphic node, edge, and sprite elements.classGraphicGraphGraph representation used in display classes.classGraphicNodeGraphical node.classGraphicSpriteA small gentle sprite.