Package | Description |
---|---|
org.ginsim.core.graph.dynamicgraph |
State Transition Graphs, representing dynamical behaviours.
|
org.ginsim.core.graph.regulatorygraph |
The regulatory graph is the main graph, it represents the model.
|
org.ginsim.core.graph.view.style |
Styles define visual properties for graph elements.
|
Modifier and Type | Method and Description |
---|---|
StyleProperty[] |
DefaultDynamicEdgeStyle.getProperties() |
Modifier and Type | Method and Description |
---|---|
protected Object |
DefaultDynamicEdgeStyle.getCustomProperty(StyleProperty prop) |
protected void |
DefaultDynamicEdgeStyle.setCustomProperty(StyleProperty prop,
Object value) |
Modifier and Type | Method and Description |
---|---|
StyleProperty[] |
DefaultRegulatoryEdgeStyle.getProperties() |
Modifier and Type | Method and Description |
---|---|
protected Object |
DefaultRegulatoryEdgeStyle.getCustomProperty(StyleProperty prop) |
protected void |
DefaultRegulatoryEdgeStyle.setCustomProperty(StyleProperty prop,
Object value) |
Modifier and Type | Class and Description |
---|---|
class |
ColorProperty |
class |
EnumProperty |
class |
IntegerProperty |
Modifier and Type | Field and Description |
---|---|
protected static StyleProperty[] |
EdgeStyleImpl.DEFAULT_PROPERTIES |
static StyleProperty[] |
NodeStyleImpl.DEFAULT_PROPERTIES |
Modifier and Type | Method and Description |
---|---|
static StyleProperty |
StyleProperty.createColorProperty(String name) |
StyleProperty[] |
EdgeStyleImpl.getProperties() |
StyleProperty[] |
BaseStyleOverride.getProperties() |
StyleProperty[] |
Style.getProperties()
Retrieve all properties used by this style.
|
StyleProperty[] |
NodeStyleImpl.getProperties() |
static StyleProperty[] |
StyleProperty.merge(StyleProperty[] base,
StyleProperty[] extra) |
Modifier and Type | Method and Description |
---|---|
protected Object |
EdgeStyleImpl.getCustomProperty(StyleProperty prop) |
protected Object |
NodeStyleImpl.getCustomProperty(StyleProperty prop) |
Object |
BaseStyleOverride.getParentProperty(StyleProperty property) |
Object |
Style.getParentProperty(StyleProperty property) |
Object |
BaseStyle.getParentProperty(StyleProperty property) |
Object |
EdgeStyleImpl.getProperty(StyleProperty prop) |
Object |
BaseStyleOverride.getProperty(StyleProperty prop) |
Object |
Style.getProperty(StyleProperty prop)
Retrieve the value of a property.
|
Object |
NodeStyleImpl.getProperty(StyleProperty prop) |
static StyleProperty[] |
StyleProperty.merge(StyleProperty[] base,
StyleProperty[] extra) |
static StyleProperty[] |
StyleProperty.merge(StyleProperty[] base,
StyleProperty[] extra) |
protected void |
EdgeStyleImpl.setCustomProperty(StyleProperty prop,
Object value) |
protected void |
NodeStyleImpl.setCustomProperty(StyleProperty prop,
Object value) |
void |
EdgeStyleImpl.setProperty(StyleProperty prop,
Object value) |
void |
BaseStyleOverride.setProperty(StyleProperty prop,
Object value) |
void |
Style.setProperty(StyleProperty prop,
Object value)
Assign a value to a property.
|
void |
NodeStyleImpl.setProperty(StyleProperty prop,
Object value) |
Copyright © 2005–2020. All rights reserved.