Class LatexManager

java.lang.Object
net.sourceforge.plantuml.LatexManager
All Implemented Interfaces:
AutoCloseable

public class LatexManager extends Object implements AutoCloseable
  • Constructor Details

    • LatexManager

      public LatexManager(String system, String preamble)
  • Method Details

    • getWidthHeightDepth

      public double[] getWidthHeightDepth(String s)
    • doGetWidthHeightDepth

      protected double[] doGetWidthHeightDepth(String s)
    • protectText

      public static String protectText(String text)
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable