Interface LinkStyleFactory


  • public interface LinkStyleFactory
    Defines a style factory that depends on the currently evaluated link. A custom factory can be defined for a link configuration.
    Since:
    1.1.0
    • Method Detail

      • getLinkStyle

        LinkStyle getLinkStyle​(LinkStyleContext context)
        Returns the style for a link. This method will be called as many times as the number of links to and from the current node.
        Parameters:
        context - Context that provides data to factory
        Since:
        1.1.0