Package | Description |
---|---|
org.ginsim.core.graph.backend |
Implementation of the graph backend.
|
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 NodeBorder |
NodeAttributeReaderImpl.border |
Modifier and Type | Method and Description |
---|---|
NodeBorder |
NodeAttributeReaderImpl.getBorder() |
Modifier and Type | Method and Description |
---|---|
NodeBorder |
NodeAttributesReader.getBorder() |
static NodeBorder |
NodeBorder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeBorder[] |
NodeBorder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
NodeBorder |
CSSNodeStyle.border |
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 |
---|---|
NodeBorder |
NodeStyle.getNodeBorder(V obj) |
NodeBorder |
NodeStyleOverride.getNodeBorder(V obj) |
NodeBorder |
NodeStyleImpl.getNodeBorder(V obj) |
Copyright © 2005–2020. All rights reserved.