Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IWorkflowBpmnLayoutDataObjectBuilder
-
Packages that use IWorkflowBpmnLayoutDataObjectBuilder Package Description de.xima.fc.interfaces.workflow.bpmn -
-
Uses of IWorkflowBpmnLayoutDataObjectBuilder in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return IWorkflowBpmnLayoutDataObjectBuilder Modifier and Type Method Description IWorkflowBpmnLayoutDataObjectBuilder
IWorkflowBpmnLayoutDataObjectBuilder. height(double height)
The height of the data object rectangle.IWorkflowBpmnLayoutDataObjectBuilder
IWorkflowBpmnLayouter. layoutDataObject()
Creates a builder for creating the layout of a BPMNDataObjectReference
.IWorkflowBpmnLayoutDataObjectBuilder
IWorkflowBpmnLayoutDataObjectBuilder. width(double width)
The width of the data object rectangle.
-