Uses of Enum
de.xima.fc.common.workflow.bpmn.EBpmnTextAnnotationDirectionHint
Packages that use EBpmnTextAnnotationDirectionHint
-
Uses of EBpmnTextAnnotationDirectionHint in de.xima.fc.common.workflow.bpmn
Subclasses with type arguments of type EBpmnTextAnnotationDirectionHint in de.xima.fc.common.workflow.bpmnModifier and TypeClassDescriptionenumEnumeration for the direction hint when computing the layout of aBpmnLabelfor aTextAnnotationthat annotates aBpmnElement.Methods in de.xima.fc.common.workflow.bpmn that return EBpmnTextAnnotationDirectionHintModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static EBpmnTextAnnotationDirectionHint[]EBpmnTextAnnotationDirectionHint.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EBpmnTextAnnotationDirectionHint in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type EBpmnTextAnnotationDirectionHintModifier and TypeMethodDescriptionIWorkflowBpmnLayoutAnnotatedElementBuilder.annotationDirection(EBpmnTextAnnotationDirectionHint direction) Sets a hint for the direction where the text annotation should be placed.