Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IWorkflowBpmnAlignmentSelector
-
Packages that use IWorkflowBpmnAlignmentSelector Package Description de.xima.fc.common.workflow.bpmn de.xima.fc.interfaces.workflow.bpmn de.xima.fc.workflow.converter.bpmn -
-
Uses of IWorkflowBpmnAlignmentSelector in de.xima.fc.common.workflow.bpmn
Classes in de.xima.fc.common.workflow.bpmn that implement IWorkflowBpmnAlignmentSelector Modifier and Type Class Description class
EContainerItemAlignment
Predefined alignments for aligning boxes inside a container. -
Uses of IWorkflowBpmnAlignmentSelector in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type IWorkflowBpmnAlignmentSelector Modifier and Type Method Description Self
IWorkflowBpmnLayoutAlignmentOptionsBuilder. alignment(IWorkflowBpmnAlignmentSelector alignment)
Sets the alignment to apply to the items. -
Uses of IWorkflowBpmnAlignmentSelector in de.xima.fc.workflow.converter.bpmn
Classes in de.xima.fc.workflow.converter.bpmn that implement IWorkflowBpmnAlignmentSelector Modifier and Type Class Description class
EdgeRatioAlignmentSelector
AIWorkflowBpmnAlignmentSelector
that select a point on the edge in the given direction of an item's bounding box.
-