Interface DelegatingNodeRendererFactory

All Superinterfaces:
Function<DataHolder,NodeRenderer>, NodeRendererFactory
All Known Implementing Classes:
DelegatingNodeRendererFactoryWrapper

public interface DelegatingNodeRendererFactory extends NodeRendererFactory
Factory for instantiating new node renderers when rendering is done.
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable Set<Class<?>>
    List of renderer factories to which this factory's renderer may delegate rendering

    Methods inherited from interface java.util.function.Function

    andThen, compose

    Methods inherited from interface com.vladsch.flexmark.html.renderer.NodeRendererFactory

    apply
  • Method Details

    • getDelegates

      @Nullable @Nullable Set<Class<?>> getDelegates()
      List of renderer factories to which this factory's renderer may delegate rendering
      Returns:
      list of renderer factories