Package net.sourceforge.plantuml.vizjs
Class VizJsEngine
- java.lang.Object
-
- net.sourceforge.plantuml.vizjs.VizJsEngine
-
public class VizJsEngine extends Object
-
-
Constructor Summary
Constructors Constructor Description VizJsEngine()
-
-
-
Constructor Detail
-
VizJsEngine
public VizJsEngine() throws ClassNotFoundException, NoSuchMethodException, SecurityException, IllegalAccessException, IllegalArgumentException, InvocationTargetException
-
-
Method Detail
-
isOk
public static boolean isOk()
-
execute
public String execute(String dot) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
-
-