| Package | Description |
|---|---|
| psdi.webclient.applet.wfcanvas.applet | |
| psdi.webclient.applet.wfcanvas.diagram | |
| psdi.webclient.applet.wfcanvas.diagram.editable |
| Modifier and Type | Method and Description |
|---|---|
static void |
WorkflowExport.writeImageFile(Workflow workflow,
java.io.File file,
DiagramConfiguration configuration)
Writes out a file containg the diagram as an image.
|
| Modifier and Type | Method and Description |
|---|---|
DiagramConfiguration |
DiagramConfiguration.scale(int scaleFactor)
Scales all the parts of the configuration by a percentage
and returns a new configuration object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Diagram.setConfiguration(DiagramConfiguration configuration)
Sets the configuration for the diagram
|
| Constructor and Description |
|---|
DiagramWorkflowNode(WorkflowNode node,
DiagramConfiguration configuration)
Constructs a diagram node
|
DiagramWorkflowNode(WorkflowNode node,
DiagramConfiguration configuration,
boolean inToolbar)
Constructs a diagram node
|
| Constructor and Description |
|---|
EditableDiagramWorkflowNode(WorkflowNode node,
DiagramConfiguration configuration,
boolean inToolbar,
DnDContainer container)
Constructs a diagram node
|
EditableDiagramWorkflowNode(WorkflowNode node,
DiagramConfiguration configuration,
DnDContainer container)
Constructs a diagram node
|