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

Method Summary
 void elementStyleChanged(Element element, StyleGroup oldStyle, StyleGroup style)
          The style of the element changed.
 

Method Detail

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 © 2013. All Rights Reserved.