See: Description
Interface | Description |
---|---|
CSSStyle |
Style are dedicated to store some graphical attributes of graphical elements like node and edges
|
Class | Description |
---|---|
AllSelector |
A simple selector with two categories to select all the nodes or all the edges.
|
CascadingStyleSheet |
This class represent the CSS object itself
|
CascadingStyleSheetManager | |
Colorizer |
Do some generic work to colorize properly a graph, given a selector.
|
CSSEdgeStyle |
EdgeStyle store some graphical attributes of an edge
Attributes :
- lineColor : the line color = any Color
- shape : the style of the edge = straight or curve
- lineEnd : the line end = positive, negative, double or unknown
|
CSSNodeStyle |
NodeStyle store some graphical attributes of a node
Attributes :
- background : the color for the background = any Color
- foreground : the color for the text and the border = any Color
- border : the style of the border = simple, raised or strong
- shape : the shape = ellipse or rectangle
|
Selector |
A Selector implementation for GINsim.
|
Exception | Description |
---|---|
CSSSyntaxException |
Copyright © 2005–2020. All rights reserved.