Uses of Interface
com.github.rjeschke.txtmark.Decorator
Packages that use Decorator
-
Uses of Decorator in com.github.rjeschke.txtmark
Classes in com.github.rjeschke.txtmark that implement DecoratorFields in com.github.rjeschke.txtmark declared as DecoratorModifier and TypeFieldDescriptionprivate DecoratorConfiguration.Builder.decorator(package private) final DecoratorConfiguration.decoratorMethods in com.github.rjeschke.txtmark with parameters of type DecoratorModifier and TypeMethodDescriptionstatic final StringTransforms an input file into HTML.static final StringTransforms an input file into HTML.static final StringTransforms an input file into HTML.static final StringTransforms an input file into HTML.static final StringProcessor.process(InputStream input, Decorator decorator) Transforms an input stream into HTML.static final StringProcessor.process(InputStream input, Decorator decorator, boolean safeMode) Transforms an input stream into HTML.static final StringProcessor.process(InputStream input, String encoding, Decorator decorator) Transforms an input stream into HTML.static final StringProcessor.process(InputStream input, String encoding, Decorator decorator, boolean safeMode) Transforms an input stream into HTML.static final StringTransforms an input stream into HTML.static final StringTransforms an input stream into HTML.static final StringTransforms an input String into HTML.static final StringTransforms an input String into HTML.Configuration.Builder.setDecorator(Decorator decorator) Sets the decorator for txtmark.Constructors in com.github.rjeschke.txtmark with parameters of type DecoratorModifierConstructorDescription(package private)Configuration(boolean safeMode, String encoding, Decorator decorator, BlockEmitter codeBlockEmitter, boolean forceExtendedProfile, SpanEmitter specialLinkEmitter, boolean allowSpacesInFencedDelimiters, boolean panicMode) Constructor.