Package net.sourceforge.plantuml
Class LatexManager
- java.lang.Object
-
- net.sourceforge.plantuml.LatexManager
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class LatexManager extends java.lang.Object implements java.lang.AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description LatexManager(java.lang.String system, java.lang.String preamble)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()protected double[]doGetWidthHeightDepth(java.lang.String s)double[]getWidthHeightDepth(java.lang.String s)static java.lang.StringprotectText(java.lang.String text)
-
-
-
Method Detail
-
getWidthHeightDepth
public double[] getWidthHeightDepth(java.lang.String s)
-
doGetWidthHeightDepth
protected double[] doGetWidthHeightDepth(java.lang.String s)
-
protectText
public static java.lang.String protectText(java.lang.String text)
-
close
public void close()
- Specified by:
closein interfacejava.lang.AutoCloseable
-
-