void | 
IWorkflowBpmnColorizer.colorizeAssociation(de.xima.bpmn_model.api.element.bpmndi.BpmnEdge edge,
                   IOpaqueRgbHexColorProviding color) | 
 Applies a color to the edge of an association. 
 | 
void | 
IWorkflowBpmnColorizer.colorizeBoundaryEvent(de.xima.bpmn_model.api.element.bpmndi.BpmnShape shape,
                     IOpaqueRgbHexColorProviding color) | 
 Applies a color to the given shape representing a BPMN boundary event. 
 | 
void | 
IWorkflowBpmnColorizer.colorizeComplexGateway(de.xima.bpmn_model.api.element.bpmndi.BpmnShape shape,
                      IOpaqueRgbHexColorProviding color) | 
 Applies a color to the given shape representing a BPMN complex gateway. 
 | 
void | 
IWorkflowBpmnColorizer.colorizeDataObject(de.xima.bpmn_model.api.element.bpmndi.BpmnShape shape,
                  IOpaqueRgbHexColorProviding color) | 
 Applies a color to the given shape representing a BPMN data object. 
 | 
void | 
IWorkflowBpmnColorizer.colorizeDataStore(de.xima.bpmn_model.api.element.bpmndi.BpmnShape shape,
                 IOpaqueRgbHexColorProviding color) | 
 Applies a color to the given shape representing a BPMN data store. 
 | 
void | 
IWorkflowBpmnColorizer.colorizeEndEvent(de.xima.bpmn_model.api.element.bpmndi.BpmnShape shape,
                IOpaqueRgbHexColorProviding color) | 
 Applies a color to the given shape representing a BPMN end event. 
 | 
void | 
IWorkflowBpmnColorizer.colorizeEventBasedGateway(de.xima.bpmn_model.api.element.bpmndi.BpmnShape shape,
                         IOpaqueRgbHexColorProviding color) | 
 Applies a color to the given shape representing a BPMN eventBased gateway. 
 | 
void | 
IWorkflowBpmnColorizer.colorizeExclusiveGateway(de.xima.bpmn_model.api.element.bpmndi.BpmnShape shape,
                        IOpaqueRgbHexColorProviding color) | 
 Applies a color to the given shape representing a BPMN exclusive gateway. 
 | 
void | 
IWorkflowBpmnColorizer.colorizeInclusiveGateway(de.xima.bpmn_model.api.element.bpmndi.BpmnShape shape,
                        IOpaqueRgbHexColorProviding color) | 
 Applies a color to the given shape representing a BPMN inclusive gateway. 
 | 
void | 
IWorkflowBpmnColorizer.colorizeIntermediateCatchEvent(de.xima.bpmn_model.api.element.bpmndi.BpmnShape shape,
                              IOpaqueRgbHexColorProviding color) | 
 Applies a color to the given shape representing a BPMN intermediate catch event. 
 | 
void | 
IWorkflowBpmnColorizer.colorizeIntermediateThrowEvent(de.xima.bpmn_model.api.element.bpmndi.BpmnShape shape,
                              IOpaqueRgbHexColorProviding color) | 
 Applies a color to the given shape representing a BPMN intermediate throw event. 
 | 
void | 
IWorkflowBpmnColorizer.colorizeParallelGateway(de.xima.bpmn_model.api.element.bpmndi.BpmnShape shape,
                       IOpaqueRgbHexColorProviding color) | 
 Applies a color to the given shape representing a BPMN parallel gateway. 
 | 
void | 
IWorkflowBpmnColorizer.colorizeSequenceFlow(de.xima.bpmn_model.api.element.bpmndi.BpmnEdge edge,
                    IOpaqueRgbHexColorProviding color) | 
 Applies a color to the given sequence flow. 
 | 
void | 
IWorkflowBpmnColorizer.colorizeStartEvent(de.xima.bpmn_model.api.element.bpmndi.BpmnShape shape,
                  IOpaqueRgbHexColorProviding color) | 
 Applies a color to the given shape representing a BPMN start event. 
 | 
void | 
IWorkflowBpmnColorizer.colorizeTask(de.xima.bpmn_model.api.element.bpmndi.BpmnShape shape,
            IOpaqueRgbHexColorProviding color) | 
 Applies a color to the given shape representing a BPMN task. 
 | 
void | 
IWorkflowBpmnColorizer.colorizeTextAnnotation(de.xima.bpmn_model.api.element.bpmndi.BpmnShape shape,
                      IOpaqueRgbHexColorProviding color) | 
 Applies a color to the given shape representing a BPMN text annotation. 
 |