Package | Description |
---|---|
org.ginsim.core.graph.dynamicgraph |
State Transition Graphs, representing dynamical behaviours.
|
org.ginsim.core.graph.hierarchicaltransitiongraph | |
org.ginsim.core.graph.regulatorygraph |
The regulatory graph is the main graph, it represents the model.
|
org.ginsim.core.graph.tree |
The Tree graph is a representation of a logical functions, allowing a graphical representation.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDynamicEdgeStyle
Default style for edges in the State Transition Graph.
|
class |
DefaultDynamicNodeStyle
Default style for nodes in the State Transition Graph.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHTGNodeStyle
Default style for the HTG.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRegulatoryEdgeStyle
Default style for edge of regulatory graphs.
|
class |
DefaultRegulatoryNodeStyle |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTreeEdgeStyle |
class |
DefaultTreeNodeStyle |
Modifier and Type | Class and Description |
---|---|
class |
BaseStyle<S extends Style> |
class |
BaseStyleOverride<S extends Style> |
Modifier and Type | Interface and Description |
---|---|
interface |
EdgeStyle<V,E extends Edge<V>>
Define the visual parameters of an edge.
|
interface |
NodeStyle<V>
Define the visual parameters of a node.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseStyle<S extends Style> |
class |
BaseStyleOverride<S extends Style> |
class |
EdgeStyleImpl<V,E extends Edge<V>>
Simple implementation for EdgeStyle.
|
class |
EdgeStyleOverride<V,E extends Edge<V>> |
class |
NodeStyleImpl<V>
Simple implementation for NodeStyle.
|
class |
NodeStyleOverride<V> |
Modifier and Type | Field and Description |
---|---|
protected S |
BaseStyleOverride.baseStyle |
protected S |
BaseStyleOverride.defaultStyle |
protected S |
BaseStyle.parent |
Modifier and Type | Method and Description |
---|---|
Style |
BaseStyleOverride.getParent() |
Style |
Style.getParent() |
Style |
BaseStyle.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
NodeStyleOverride.copy(Style source) |
void |
Style.copy(Style source)
Copy properties from an existing style.
|
void |
BaseStyle.copy(Style source) |
void |
EdgeStyleOverride.copy(Style source) |
void |
StyleManager.deleteStyle(Style style) |
void |
StyleManager.renameStyle(Style style,
String newname) |
void |
StyleManager.styleUpdated(Style style)
Called when a style has been modified, it will refresh the view.
|
Modifier and Type | Method and Description |
---|---|
void |
StyleEditor.setStyle(Style style) |
void |
StyleEditionPanel.setStyle(Style style) |
Copyright © 2005–2020. All rights reserved.