Package | Description |
---|---|
psdi.webclient.applet.wfcanvas.applet | |
psdi.webclient.applet.wfcanvas.diagram | |
psdi.webclient.applet.wfcanvas.diagram.editable |
Modifier and Type | Field and Description |
---|---|
protected DiagramConfiguration |
WorkflowApplet.configuration |
Modifier and Type | Method and Description |
---|---|
static void |
WorkflowExport.writeImageFile(psdi.webclient.applet.wfcanvas.Workflow workflow,
java.io.File file,
DiagramConfiguration configuration)
Writes out a file containg the diagram as an image.
|
Modifier and Type | Field and Description |
---|---|
protected DiagramConfiguration |
DiagramWorkflowNode.configuration |
protected DiagramConfiguration |
Diagram.configuration |
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 |
---|---|
protected DiagramWorkflowNode |
Diagram.createDiagramNode(psdi.webclient.applet.wfcanvas.WorkflowNode node,
DiagramConfiguration configuration)
Creates a workflow node
|
void |
Diagram.setConfiguration(DiagramConfiguration configuration)
Sets the configuration for the diagram
|
Constructor and Description |
---|
DiagramWorkflowNode(psdi.webclient.applet.wfcanvas.WorkflowNode node,
DiagramConfiguration configuration)
Constructs a diagram node
|
DiagramWorkflowNode(psdi.webclient.applet.wfcanvas.WorkflowNode node,
DiagramConfiguration configuration,
boolean inToolbar)
Constructs a diagram node
|
Modifier and Type | Method and Description |
---|---|
protected DiagramWorkflowNode |
EditableDiagram.createDiagramNode(psdi.webclient.applet.wfcanvas.WorkflowNode node,
DiagramConfiguration configuration)
Creates a workflow node
|
Constructor and Description |
---|
EditableDiagramWorkflowNode(psdi.webclient.applet.wfcanvas.WorkflowNode node,
DiagramConfiguration configuration,
boolean inToolbar,
DnDContainer container)
Constructs a diagram node
|
EditableDiagramWorkflowNode(psdi.webclient.applet.wfcanvas.WorkflowNode node,
DiagramConfiguration configuration,
DnDContainer container)
Constructs a diagram node
|