FeaturedMathRenderer

Implements MST render process with sequence of features.

Author

Iaroslav Postovalov

Constructors

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

Types

Link copied to clipboard
fun interface RenderFeature

Logical unit of MST rendering.

Functions

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

Renders MST to MathSyntax.

Properties

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

The applied features.

Inheritors

Link copied to clipboard

Sources

Link copied to clipboard