Package | Description |
---|---|
org.ginsim.core.graph.backend |
Implementation of the graph backend.
|
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 |
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 | Field and Description |
---|---|
static NodeShape |
NodeAttributeReaderImpl.shape |
Modifier and Type | Method and Description |
---|---|
NodeShape |
NodeAttributeReaderImpl.getShape() |
Modifier and Type | Method and Description |
---|---|
NodeShape |
DefaultHTGNodeStyle.getNodeShape(HierarchicalNode hnode) |
Modifier and Type | Method and Description |
---|---|
NodeShape |
DefaultRegulatoryNodeStyle.getNodeShape(RegulatoryNode vertex) |
Modifier and Type | Method and Description |
---|---|
NodeShape |
DefaultTreeNodeStyle.getNodeShape(TreeNode vertex) |
Modifier and Type | Method and Description |
---|---|
NodeShape |
NodeAttributesReader.getShape() |
static NodeShape |
NodeShape.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeShape[] |
NodeShape.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
NodeShape |
CSSNodeStyle.shape |
Constructor and Description |
---|
CSSNodeStyle(Color background,
Color foreground,
Color textcolor,
NodeBorder border,
NodeShape shape)
A new style from the scratch
|
Modifier and Type | Method and Description |
---|---|
NodeShape |
NodeStyle.getNodeShape(V obj) |
NodeShape |
NodeStyleOverride.getNodeShape(V obj) |
NodeShape |
NodeStyleImpl.getNodeShape(V obj) |
Modifier and Type | Method and Description |
---|---|
boolean |
NodeStyle.matches(NodeShape shape,
Color bg,
Color fg,
Color text,
int w,
int h) |
boolean |
NodeStyleOverride.matches(NodeShape shape,
Color bg,
Color fg,
Color text,
int w,
int h) |
boolean |
NodeStyleImpl.matches(NodeShape shape,
Color bg,
Color fg,
Color text,
int w,
int h) |
Copyright © 2005–2020. All rights reserved.