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 interface
IAnnotatedNamedBpmnElementLayout<Element extends de.xima.bpmn_model.api.behavior.BpmnElement<?>>
/** Represents a laid out BPMN element that has a visibleTextAnnotation
interface
ISubProcessBpmnElementLayout<Element extends de.xima.bpmn_model.api.element.bpmn.activities.SubProcess<?>>
/** Represents a laid outSubProcess
that may have a visibletext annotation
, a visiblename
, and astart
andend 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.BpmnShape
IFlattenedAlignmentItemMap. createTextAnnotationShape(IAnnotatedBpmnElementLayout<?> annotatedLayout)
Creates a BPMN shape
for the given text annotation, colorizes it with the default colors if needed, andadds a label
to the shape.
-