Package | Description |
---|---|
org.ginsim.core.graph.backend |
Implementation of the graph backend.
|
org.ginsim.core.graph.view.style |
Styles define visual properties for graph elements.
|
Modifier and Type | Class and Description |
---|---|
class |
JgraphtBackendImpl<V,E extends Edge<V>> |
Modifier and Type | Method and Description |
---|---|
static GraphBackend |
JgraphtBackendImpl.getGraphBackend(Graph graph) |
Constructor and Description |
---|
EdgeAttributeReaderImpl(StyleManager<V,E> styleManager,
GraphBackend<V,E> backend,
NodeAttributesReader nreader) |
NodeAttributeReaderImpl(StyleManager<V,E> styleManager,
Graph<V,E> graph,
GraphBackend<V,E> backend) |
Constructor and Description |
---|
StyleManager(Graph<V,E> g,
GraphBackend<V,E> backend,
GraphFactory factory)
Create a style manager, defining default styles.
|
Copyright © 2005–2020. All rights reserved.