Class | Description |
---|---|
BipartiteGraphToolBarExtension<V extends Vertex,E extends Edge> |
Extends the toolbar of a host application by graph functionality to check whether a graph is bipartite.
|
BipartiteLayoutToolBarExtension<V extends Vertex,E extends Edge> |
Extends the toolbar of a host application by graph functionality to layout the vertices of a graph bipartite.
|
CircleLayoutToolBarExtension<V extends Vertex,E extends Edge> |
Extends the toolbar of a host application by graph functionality to layout the vertices of a graph in a circle.
|
CompleteBipartiteGraphToolBarExtension<V extends Vertex,E extends Edge> |
Extends the toolbar of a host application by graph functionality to check whether a graph is complete bipartite and to create complete bipartite graphs.
|
CompleteGraphToolBarExtension<V extends Vertex,E extends Edge> |
Extends the toolbar of a host application by graph functionality to check whether a graph is complete and to create complete graphs.
|
MatrixToGraphToolBarExtension<V extends Vertex,E extends Edge> |
Extends the toolbar of a host application by functionality to create graphs by use of an adjacency matrix.
|
RandomGraphToolBarExtension<V extends Vertex,E extends Edge> |
Extends the toolbar of a host application by functionality to create randomly generated graphs.
|
ToolBarExtension |
Base implementation of a toolbar extension.
|