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, Size2D size)Renders a math formula.

MathRenderer()

public MathRenderer()

Creates a new instance.

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

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

Renders a math formula.

Parameters:

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