Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.ISubProcessBpmnElementLayout
-
Packages that use ISubProcessBpmnElementLayout Package Description de.xima.fc.interfaces.workflow.bpmn -
-
Uses of ISubProcessBpmnElementLayout in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return ISubProcessBpmnElementLayout Modifier and Type Method Description <S extends de.xima.bpmn_model.api.element.bpmn.activities.SubProcess<?>>
ISubProcessBpmnElementLayout<S>IWorkflowBpmnLayoutSubProcessBuilder. build(S subProcess)
Creates the layout for the given sub process, using the current layout settings.Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type ISubProcessBpmnElementLayout Modifier and Type Method Description de.xima.bpmn_model.api.element.bpmndi.BpmnShape
IFlattenedAlignmentItemMap. createExpandedSubProcessShape(ISubProcessBpmnElementLayout<? extends de.xima.bpmn_model.api.element.bpmn.activities.SubProcess<?>> subProcess)
Creates a BPMN shape
for the given expanded sub process and colorizes it with the default colors, if needed.
-