Package | Description |
---|---|
org.ginsim.core.graph |
Define the main Graph interfaces, and a GraphManager to handle graph types
|
org.ginsim.core.graph.backend |
Implementation of the graph backend.
|
org.ginsim.core.io.parser |
Some tools to build parsers and writers for xml and text formats
|
org.ginsim.gui.graph.view.style |
GUI for the definition of styles associated to graph elements.
|
org.ginsim.service.tool.localgraph | |
org.ginsim.servicegui.tool.pathfinding |
Modifier and Type | Method and Description |
---|---|
StyleManager<V,E> |
AbstractGraph.getStyleManager() |
StyleManager<V,E> |
Graph.getStyleManager()
Retrieve the style manager for this 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) |
Modifier and Type | Field and Description |
---|---|
protected StyleManager<V,E> |
GINMLWriter.styleManager |
Modifier and Type | Method and Description |
---|---|
static void |
GinmlHelper.applyEdgeVisualSettings(Edge<?> edge,
StyleManager styleManager,
EdgeAttributesReader ereader,
NodeAttributesReader nreader,
String qName,
Attributes attributes)
we are reading edge visual settings from a ginml file, apply them on
the current edge.
|
static void |
GinmlHelper.applyNodeVisualSettings(NodeAttributesReader vareader,
StyleManager stylemanager,
String qName,
Attributes attributes)
we are reading node visual settings from a ginml file, apply them on
the current node.
|
static boolean |
GinmlHelper.loadEdgeStyle(StyleManager styleManager,
EdgeAttributesReader ereader,
Attributes attributes)
Load style and intermediate points from GINML.
|
static boolean |
GinmlHelper.loadNodeStyle(StyleManager styleManager,
NodeAttributesReader vreader,
Attributes attributes)
Load node position and style from GINML
|
Modifier and Type | Field and Description |
---|---|
protected StyleManager |
StyleColorizerCheckbox.styleManager |
Constructor and Description |
---|
EdgeRoutingPanel(StyleManager manager) |
StyleEditionPanel(GraphGUI gui,
StyleManager styleManager) |
StyleEditor(StyleManager manager) |
Constructor and Description |
---|
LocalGraphStyleProvider(StyleManager<RegulatoryNode,RegulatoryMultiEdge> styleManager,
Map<RegulatoryMultiEdge,LocalGraphCategory> functionalityMap,
Map<RegulatoryNode,ActivityLevel> activityMap) |
Constructor and Description |
---|
PathStyleProvider(StyleManager manager) |
Copyright © 2005–2020. All rights reserved.