Uses of Interface
de.xima.fc.color.IOpaqueRgbHexColorProviding
Packages that use IOpaqueRgbHexColorProviding
Package
Description
-
Uses of IOpaqueRgbHexColorProviding in de.xima.fc.color
Classes in de.xima.fc.color that implement IOpaqueRgbHexColorProvidingModifier and TypeClassDescriptionfinal classA CSS color value, with optional transparency.final classRepresents an HSLul color triplet, see https://www.hsluv.org/final classRepresents an HSV color triplet.classRepresents an RGBA (red, green, blue, alpha) quadruplet.final classRepresents an RGB color triplet. -
Uses of IOpaqueRgbHexColorProviding in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type IOpaqueRgbHexColorProvidingModifier and TypeMethodDescriptionvoidIWorkflowBpmnColorizer.colorizeAssociation(de.xima.bpmn_model.api.element.bpmndi.BpmnEdge edge, IOpaqueRgbHexColorProviding color) Applies a color to the edge of an association.voidIWorkflowBpmnColorizer.colorizeBoundaryEvent(de.xima.bpmn_model.api.element.bpmndi.BpmnShape shape, IOpaqueRgbHexColorProviding color) Applies a color to the given shape representing a BPMN boundary event.voidIWorkflowBpmnColorizer.colorizeComplexGateway(de.xima.bpmn_model.api.element.bpmndi.BpmnShape shape, IOpaqueRgbHexColorProviding color) Applies a color to the given shape representing a BPMN complex gateway.voidIWorkflowBpmnColorizer.colorizeDataObject(de.xima.bpmn_model.api.element.bpmndi.BpmnShape shape, IOpaqueRgbHexColorProviding color) Applies a color to the given shape representing a BPMN data object.voidIWorkflowBpmnColorizer.colorizeDataStore(de.xima.bpmn_model.api.element.bpmndi.BpmnShape shape, IOpaqueRgbHexColorProviding color) Applies a color to the given shape representing a BPMN data store.voidIWorkflowBpmnColorizer.colorizeEndEvent(de.xima.bpmn_model.api.element.bpmndi.BpmnShape shape, IOpaqueRgbHexColorProviding color) Applies a color to the given shape representing a BPMN end event.voidIWorkflowBpmnColorizer.colorizeEventBasedGateway(de.xima.bpmn_model.api.element.bpmndi.BpmnShape shape, IOpaqueRgbHexColorProviding color) Applies a color to the given shape representing a BPMN eventBased gateway.voidIWorkflowBpmnColorizer.colorizeExclusiveGateway(de.xima.bpmn_model.api.element.bpmndi.BpmnShape shape, IOpaqueRgbHexColorProviding color) Applies a color to the given shape representing a BPMN exclusive gateway.voidIWorkflowBpmnColorizer.colorizeInclusiveGateway(de.xima.bpmn_model.api.element.bpmndi.BpmnShape shape, IOpaqueRgbHexColorProviding color) Applies a color to the given shape representing a BPMN inclusive gateway.voidIWorkflowBpmnColorizer.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.voidIWorkflowBpmnColorizer.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.voidIWorkflowBpmnColorizer.colorizeParallelGateway(de.xima.bpmn_model.api.element.bpmndi.BpmnShape shape, IOpaqueRgbHexColorProviding color) Applies a color to the given shape representing a BPMN parallel gateway.voidIWorkflowBpmnColorizer.colorizeSequenceFlow(de.xima.bpmn_model.api.element.bpmndi.BpmnEdge edge, IOpaqueRgbHexColorProviding color) Applies a color to the given sequence flow.voidIWorkflowBpmnColorizer.colorizeStartEvent(de.xima.bpmn_model.api.element.bpmndi.BpmnShape shape, IOpaqueRgbHexColorProviding color) Applies a color to the given shape representing a BPMN start event.voidIWorkflowBpmnColorizer.colorizeTask(de.xima.bpmn_model.api.element.bpmndi.BpmnShape shape, IOpaqueRgbHexColorProviding color) Applies a color to the given shape representing a BPMN task.voidIWorkflowBpmnColorizer.colorizeTextAnnotation(de.xima.bpmn_model.api.element.bpmndi.BpmnShape shape, IOpaqueRgbHexColorProviding color) Applies a color to the given shape representing a BPMN text annotation. -
Uses of IOpaqueRgbHexColorProviding in de.xima.fc.workflow.taglib.model
Classes in de.xima.fc.workflow.taglib.model that implement IOpaqueRgbHexColorProvidingModifier and TypeClassDescriptionfinal classRepresents an opaque (=no transparency) color for a node or trigger.