Package org.graphstream.ui.graphicGraph
Interface StyleGroupListener
- All Known Implementing Classes:
GraphicGraph,GraphRendererBase
public interface StyleGroupListener
Listen at the changes in the style group set.
- Author:
- Antoine Dutot
-
Method Summary
Modifier and Type Method Description voidelementStyleChanged(Element element, StyleGroup oldStyle, StyleGroup style)The style of the element changed.
-
Method Details
-
elementStyleChanged
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.
-