Package | Description |
---|---|
org.ginsim.core.graph.backend |
Implementation of the graph backend.
|
org.ginsim.core.graph.regulatorygraph |
The regulatory graph is the main graph, it represents the model.
|
org.ginsim.core.graph.view |
Define the layout and appearance of graph elements.
|
org.ginsim.core.graph.view.css |
Customise Graph views through CSS-like commands.
|
org.ginsim.core.graph.view.style |
Styles define visual properties for graph elements.
|
Modifier and Type | Method and Description |
---|---|
EdgeEnd |
EdgeAttributeReaderImpl.getLineEnd() |
Modifier and Type | Method and Description |
---|---|
EdgeEnd |
DefaultRegulatoryEdgeStyle.getEnding(RegulatoryMultiEdge edge) |
Modifier and Type | Method and Description |
---|---|
EdgeEnd |
EdgeAttributesReader.getLineEnd() |
static EdgeEnd |
EdgeEnd.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdgeEnd[] |
EdgeEnd.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
EdgeEnd |
CSSEdgeStyle.lineEnd |
Constructor and Description |
---|
CSSEdgeStyle(Color lineColor,
EdgeEnd lineEnd,
int curve,
float border)
A new style from the scratch
|
Modifier and Type | Method and Description |
---|---|
EdgeEnd |
EdgeStyleImpl.getEnding(E edge) |
EdgeEnd |
EdgeStyle.getEnding(E edge) |
EdgeEnd |
EdgeStyleOverride.getEnding(E edge) |
Copyright © 2005–2020. All rights reserved.