Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IAnnotatedBpmnElementLayout
- 
Packages that use IAnnotatedBpmnElementLayout Package Description de.xima.fc.interfaces.workflow.bpmn  - 
- 
Uses of IAnnotatedBpmnElementLayout in de.xima.fc.interfaces.workflow.bpmn
Subinterfaces of IAnnotatedBpmnElementLayout 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 IAnnotatedBpmnElementLayout Modifier and Type Method Description de.xima.bpmn_model.api.element.bpmndi.BpmnShapeIFlattenedAlignmentItemMap. createTextAnnotationShape(IAnnotatedBpmnElementLayout<?> annotatedLayout)Creates a BPMN shapefor the given text annotation, colorizes it with the default colors if needed, andadds a labelto the shape. 
 -