Class AbbreviationNodeFormatter.Factory
java.lang.Object
com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodeFormatter.Factory
- All Implemented Interfaces:
NodeFormatterFactory, Dependent
- Enclosing class:
AbbreviationNodeFormatter
public static class AbbreviationNodeFormatter.Factory
extends Object
implements NodeFormatterFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull NodeFormattercreate(@NotNull DataHolder options) Create a new node renderer for the specified rendering context.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface NodeFormatterFactory
affectsGlobalScope, getAfterDependents, getBeforeDependents
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
create
Description copied from interface:NodeFormatterFactoryCreate a new node renderer for the specified rendering context.- Specified by:
createin interfaceNodeFormatterFactory- Parameters:
options- the context for rendering (normally passed on to the node renderer)- Returns:
- a node renderer
-