Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IWorkflowBpmnLayoutTaskBuilder
Packages that use IWorkflowBpmnLayoutTaskBuilder
-
Uses of IWorkflowBpmnLayoutTaskBuilder in de.xima.fc.interfaces.workflow.bpmn
Subinterfaces with type arguments of type IWorkflowBpmnLayoutTaskBuilder in de.xima.fc.interfaces.workflow.bpmnModifier and TypeInterfaceDescriptioninterfaceBuilder for the layout of a BPMNTask.interfaceBuilder for the layout of a BPMNTask.interfaceBuilder for the layout of a BPMNTask.Methods in de.xima.fc.interfaces.workflow.bpmn that return IWorkflowBpmnLayoutTaskBuilderModifier and TypeMethodDescriptionIWorkflowBpmnLayoutTaskBuilder.height(double height) The height of the task rectangle.IWorkflowBpmnLayoutTaskBuilder.inPort()Adds an in port to the task.IWorkflowBpmnLayouter.layoutTask()Creates a builder for creating the layout of a BPMNTask.IWorkflowBpmnLayoutTaskBuilder.outPort()Adds an out port to the task.IWorkflowBpmnLayoutTaskBuilder.width(double width) The width of the task rectangle.