MathRenderer

Inheritance: java.lang.Object

public abstract class MathRenderer

Implements rendering of math formula.

Constructors

ConstructorDescription
MathRenderer()Creates a new instance.

Methods

MethodDescription
render(String formula, OutputStream stream, MathRendererOptions mathRendererOptions)Renders a math formula.

MathRenderer()

public MathRenderer()

Creates a new instance.

render(String formula, OutputStream stream, MathRendererOptions mathRendererOptions)

public Size2D render(String formula, OutputStream stream, MathRendererOptions mathRendererOptions)

Renders a math formula.

Parameters:

ParameterTypeDescription
formulajava.lang.StringThe formula LaTeX program.
streamjava.io.OutputStreamThe stream to write the output to.
mathRendererOptionsMathRendererOptionsThe rendering options.

Returns: Size2D - The output image size.