Class PlantUml


  • public class PlantUml
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PlantUml()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String generateSvg​(java.lang.String plantUml)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlantUml

        public PlantUml()
    • Method Detail

      • generateSvg

        public static java.lang.String generateSvg​(java.lang.String plantUml)