FeaturedMathRenderer

open class FeaturedMathRenderer(features: List<FeaturedMathRenderer.RenderFeature>) : MathRenderer

Implements MST render process with sequence of features.

Author

Iaroslav Postovalov

Constructors

FeaturedMathRenderer
Link copied to clipboard
common
fun FeaturedMathRenderer(features: List<FeaturedMathRenderer.RenderFeature>)

Types

RenderFeature
Link copied to clipboard
common
fun fun interface RenderFeature
Logical unit of MST rendering.

Functions

render
Link copied to clipboard
common
open override fun render(mst: MST): MathSyntax
Renders MST to MathSyntax.

Properties

features
Link copied to clipboard
common
val features: List<FeaturedMathRenderer.RenderFeature>
The applied features.

Inheritors

FeaturedMathRendererWithPostProcess
Link copied to clipboard

Sources

common source
Link copied to clipboard