Uses of Class
org.processmining.plugins.graphviz.dot.Dot2Image.Engine
-
Packages that use Dot2Image.Engine Package Description org.processmining.plugins.graphviz.dot -
-
Uses of Dot2Image.Engine in org.processmining.plugins.graphviz.dot
Methods in org.processmining.plugins.graphviz.dot that return Dot2Image.Engine Modifier and Type Method Description static Dot2Image.EngineDot2Image.Engine. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Dot2Image.Engine[]Dot2Image.Engine. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.plugins.graphviz.dot with parameters of type Dot2Image.Engine Modifier and Type Method Description static booleanDot2Image. dot2image(java.lang.String dot, java.io.File file, Dot2Image.Type type, Dot2Image.Engine engine)static booleanDot2Image. dot2image(Dot dot, java.io.File file, Dot2Image.Type type, Dot2Image.Engine engine)static java.io.InputStreamDot2Image. dot2imageInputStream(java.lang.String dot, Dot2Image.Type type, Dot2Image.Engine engine)static java.io.InputStreamDot2Image. dot2imageInputStream(Dot dot, Dot2Image.Type type, Dot2Image.Engine engine)
-