Uses of Class
de.xima.fc.common.workflow.bpmn.EBpmnTextAnnotationDirectionHint
-
Packages that use EBpmnTextAnnotationDirectionHint Package Description de.xima.fc.common.workflow.bpmn de.xima.fc.interfaces.workflow.bpmn -
-
Uses of EBpmnTextAnnotationDirectionHint in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn that return EBpmnTextAnnotationDirectionHint Modifier and Type Method Description static EBpmnTextAnnotationDirectionHint
EBpmnTextAnnotationDirectionHint. valueOf(String name)
Returns 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 EBpmnTextAnnotationDirectionHint Modifier and Type Method Description Self
IWorkflowBpmnLayoutAnnotatedElementBuilder. annotationDirection(EBpmnTextAnnotationDirectionHint direction)
Sets a hint for the direction where the text annotation should be placed.
-