Interface NodeRendererFactory

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      @NotNull NodeRenderer apply​(@NotNull DataHolder options)
      Create a new node renderer for the specified rendering context.
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Method Detail

      • apply

        @NotNull
        @NotNull NodeRenderer apply​(@NotNull
                                    @NotNull DataHolder options)
        Create a new node renderer for the specified rendering context.
        Specified by:
        apply in interface java.util.function.Function<DataHolder,​NodeRenderer>
        Parameters:
        options - the context for rendering (normally passed on to the node renderer)
        Returns:
        a node renderer