Class SuperscriptNodeRenderer.Factory

    • Constructor Summary

      Constructors 
      Constructor Description
      Factory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      NodeRenderer apply​(DataHolder options)
      Create a new node renderer for the specified rendering context.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • Factory

        public Factory()
    • Method Detail

      • apply

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