Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.INamedBpmnElementLayout
- 
Packages that use INamedBpmnElementLayout Package Description de.xima.fc.interfaces.workflow.bpmn  - 
- 
Uses of INamedBpmnElementLayout in de.xima.fc.interfaces.workflow.bpmn
Subinterfaces of INamedBpmnElementLayout in de.xima.fc.interfaces.workflow.bpmn Modifier and Type Interface Description interfaceIAnnotatedNamedBpmnElementLayout<Element extends de.xima.bpmn_model.api.behavior.BpmnElement<?>>/** Represents a laid out BPMN element that has a visibleTextAnnotationinterfaceISubProcessBpmnElementLayout<Element extends de.xima.bpmn_model.api.element.bpmn.activities.SubProcess<?>>/** Represents a laid outSubProcessthat may have a visibletext annotation, a visiblename, and astartandend event.Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type INamedBpmnElementLayout Modifier and Type Method Description de.xima.bpmn_model.api.element.bpmndi.BpmnLabelIFlattenedAlignmentItemMap. createLabel(de.xima.bpmn_model.api.element.bpmndi.BpmnEdge edge, INamedBpmnElementLayout<?> namedElement)Creates the label for the given edge.de.xima.bpmn_model.api.element.bpmndi.BpmnLabelIFlattenedAlignmentItemMap. createLabel(de.xima.bpmn_model.api.element.bpmndi.BpmnShape shape, INamedBpmnElementLayout<?> namedElement)Creates the label for the given shape. 
 -