public class WorkflowExport
extends java.lang.Object
| Constructor and Description |
|---|
WorkflowExport() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Main program produce an image from the workflow
|
static void |
writeImageFile(Workflow workflow,
java.io.File file,
DiagramConfiguration configuration)
Writes out a file containg the diagram as an image.
|
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - the command line argumentsjava.lang.Exceptionpublic static void writeImageFile(Workflow workflow, java.io.File file, DiagramConfiguration configuration) throws java.io.IOException
workflow - The workflowfile - The output fileconfiguration - The configurationjava.io.IOException