Simple Highlight Decorator
This demo shows how to highlight a node or an edge when the mouse hovers over the said
node or edge.
Highlight Decoration
The demo uses the NodeStyleIndicatorRenderer and
EdgeStyleIndicatorRenderer classes to define custom highlight
visualizations for nodes and edges.
These renderers are registered with the graph's
decorator to customize the appearance of highlighted
graph elements.
Things to Try
Hover over any node or edge to observe the custom highlight effect.
Documentation