Interface LinkStyleFactory
-
public interface LinkStyleFactoryDefines 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinkStylegetLinkStyle(LinkStyleContext context)Returns the style for a link.
-
-
-
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
-
-