Interface ISelfStyleProvider


public interface ISelfStyleProvider
Provides a mechanism to style nodes and edges when they are created. After each node or edge is created, the self styling method will be called with both the element and the widget.
  • Method Details

    • selfStyleConnection

      void selfStyleConnection(Object element, GraphConnection connection)
      Styles a connection
    • selfStyleNode

      void selfStyleNode(Object element, GraphNode node)
      Styles a node