Package | Description |
---|---|
org.ginsim.core.graph.view.style |
Styles define visual properties for graph elements.
|
org.ginsim.gui.graph.view.style |
GUI for the definition of styles associated to graph elements.
|
org.ginsim.service.export.image | |
org.ginsim.service.tool.graphcomparator | |
org.ginsim.service.tool.interactionanalysis | |
org.ginsim.service.tool.localgraph | |
org.ginsim.service.tool.scc | |
org.ginsim.servicegui.tool.lrgcolorizer | |
org.ginsim.servicegui.tool.pathfinding | |
org.ginsim.servicegui.tool.regulatorygraphanimation |
animate the regulatory graph (by simply changing nodes and edge's colors)
according to a path/state in the state transition graph.
|
Modifier and Type | Method and Description |
---|---|
StyleProvider |
StyleManager.getStyleProvider()
Retrieve the current style provider.
|
Modifier and Type | Method and Description |
---|---|
void |
StyleManager.setStyleProvider(StyleProvider<V,E> provider)
Define the style provider, it will override graph's style until it is removed.
|
Modifier and Type | Field and Description |
---|---|
protected StyleProvider |
ColorizerPanel.style |
protected StyleProvider |
StyleColorizerCheckbox.styleProvider |
Modifier and Type | Method and Description |
---|---|
void |
ColorizerPanel.setStyle(StyleProvider style)
Set the style and enable the colorizeButton.
|
Constructor and Description |
---|
StyleColorizerCheckbox(String storeUserChoicePrefix,
Graph<?,?> graph,
StyleProvider styleProvider)
Create a ColorizerPanel containing the colorizeButton.
|
Modifier and Type | Method and Description |
---|---|
StyleProvider |
ImageExportService.getStyle(RegulatoryGraph lrg,
byte[] state) |
StyleProvider |
ImageExportService.getStyle(RegulatoryGraph lrg,
int[] state) |
StyleProvider |
ImageExportService.getStyle(RegulatoryGraph lrg,
org.colomoto.biolqm.tool.trapspaces.TrapSpace trap) |
Modifier and Type | Method and Description |
---|---|
void |
ImageExportService.exportSVG(Graph graph,
StyleProvider styler,
String fileName)
Export the graph to a SVG file
|
String |
ImageExportService.getSVG(Graph graph,
StyleProvider styler)
Get a SVG representation of the graph with a custom style
|
byte[] |
ImageExportService.rawPNG(Graph lrg,
StyleProvider styleProvider) |
Modifier and Type | Class and Description |
---|---|
class |
GraphComparatorStyleProvider
Provide styles for compared graphs.
|
Modifier and Type | Method and Description |
---|---|
StyleProvider |
GraphComparatorResult.getStyleProvider() |
Modifier and Type | Class and Description |
---|---|
class |
InteractionAnalysisStyleProvider
Provide a style to view interaction analysis results on the graph.
|
Modifier and Type | Method and Description |
---|---|
StyleProvider |
InteractionAnalysisAlgoResult.getStyle() |
Constructor and Description |
---|
InteractionAnalysisAlgoResult(StyleProvider style,
InteractionAnalysisReport report) |
Modifier and Type | Class and Description |
---|---|
class |
LocalGraphStyleProvider |
Modifier and Type | Class and Description |
---|---|
class |
ConnectivityStyleProvider
Color a graph according to its connected components.
|
Modifier and Type | Method and Description |
---|---|
StyleProvider |
SCCGraphService.getStyleProvider(List<NodeReducedData> sccs,
Graph graph) |
Modifier and Type | Class and Description |
---|---|
class |
LRGPatternStyleProvider |
Modifier and Type | Class and Description |
---|---|
class |
PathStyleProvider |
Modifier and Type | Class and Description |
---|---|
class |
LRGCustomStyleProvider |
class |
LRGStateStyleProvider |
class |
STGPathStyleProvider |
Copyright © 2005–2020. All rights reserved.