public abstract class MathRenderer extends Object
Implements rendering of math formula.
Constructor and Description |
---|
MathRenderer()
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
render(String formula,
OutputStream stream,
MathRendererOptions mathRendererOptions,
Size2D size)
Renders a math formula.
|
public void render(String formula, OutputStream stream, MathRendererOptions mathRendererOptions, Size2D size)
Renders a math formula.
formula
- The formula LaTeX program.stream
- The stream to write the output to.mathRendererOptions
- The rendering options.size
- The output image size.