Interface StyleGroupListener

All Known Implementing Classes:
GraphicGraph, GraphRendererBase

public interface StyleGroupListener
Listen at the changes in the style group set.
Author:
Antoine Dutot
  • Method Details

    • 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.