org.graphstream.ui.graphicGraph
Interface StyleGroupListener
- All Known Implementing Classes:
- GraphicGraph, GraphRendererBase, SwingBasicGraphRenderer
public interface StyleGroupListener
Listen at the changes in the style group set.
- Author:
- Antoine Dutot
elementStyleChanged
void elementStyleChanged(Element element,
StyleGroup oldStyle,
StyleGroup style)
- The style of the element changed.
- Parameters:
element
- The element.oldStyle
- The old style.style
- The changed style or the new style of the element.
Copyright © 2011. All Rights Reserved.