Class SimTocNodeFormatter.Factory
java.lang.Object
com.vladsch.flexmark.ext.toc.internal.SimTocNodeFormatter.Factory
- All Implemented Interfaces:
NodeFormatterFactory
,Dependent
- Enclosing class:
- SimTocNodeFormatter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull NodeFormatter
create
(@NotNull 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 com.vladsch.flexmark.formatter.NodeFormatterFactory
affectsGlobalScope, getAfterDependents, getBeforeDependents
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
create
Description copied from interface:NodeFormatterFactory
Create a new node renderer for the specified rendering context.- Specified by:
create
in interfaceNodeFormatterFactory
- Parameters:
options
- the context for rendering (normally passed on to the node renderer)- Returns:
- a node renderer
-