Uses of Class
de.xima.fc.common.geometry.Positioned
Packages that use Positioned
Package
Description
-
Uses of Positioned in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn with parameters of type PositionedModifier and TypeMethodDescriptionfinal <Value, Children extends IWorkflowBpmnAlignmentItem<?,?>>
IWorkflowBpmnAlignmentItem<Value, Children> WorkflowBpmnAlignmentItemBuilder.build(Value value, Positioned<? extends Children, Point2DDouble>... children) Builds an alignment item with the current settings and the given value and children.<Value, First extends IWorkflowBpmnAlignmentItem<?,?>, Second extends IWorkflowBpmnAlignmentItem<?, ?>>
IWorkflowBpmnTwoChildAlignmentItem<Value, First, Second> WorkflowBpmnAlignmentItemBuilder.build(Value value, Positioned<? extends First, Point2DDouble> firstChild, Positioned<? extends Second, Point2DDouble> secondChild) Builds an alignment item with the current settings and the given value and children.final <Children extends IWorkflowBpmnAlignmentItem<?,?>>
IWorkflowBpmnAlignmentItem<String, Children> WorkflowBpmnAlignmentItemBuilder.buildWithIdValue(String idValue, Positioned<? extends Children, Point2DDouble>... children) Builds an alignment item with the current settings and the given ID value and children.<First extends IWorkflowBpmnAlignmentItem<?,?>, Second extends IWorkflowBpmnAlignmentItem<?, ?>>
IWorkflowBpmnTwoChildAlignmentItem<String, First, Second> WorkflowBpmnAlignmentItemBuilder.buildWithIdValue(String idValue, Positioned<? extends First, Point2DDouble> firstChild, Positioned<? extends Second, Point2DDouble> secondChild) Builds an alignment item with the current settings and the given value and children.Method parameters in de.xima.fc.common.workflow.bpmn with type arguments of type PositionedModifier and TypeMethodDescription<Value, Children extends IWorkflowBpmnAlignmentItem<?,?>>
IWorkflowBpmnAlignmentItem<Value, Children> WorkflowBpmnAlignmentItemBuilder.build(Value value, List<Positioned<? extends Children, Point2DDouble>> children) Builds an alignment item with the current settings and the given value and children.<Children extends IWorkflowBpmnAlignmentItem<?,?>>
IWorkflowBpmnAlignmentItem<String, Children> WorkflowBpmnAlignmentItemBuilder.buildWithIdValue(String idValue, List<Positioned<? extends Children, Point2DDouble>> children) Builds an alignment item with the current settings and the given ID value and children. -
Uses of Positioned in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return PositionedModifier and TypeMethodDescriptionPositioned<? extends First, Point2DDouble> IWorkflowBpmnTwoChildAlignmentItem.first()Gets the first alignment item.Gets the alignment item for the given value.Positioned<? extends Second, Point2DDouble> IWorkflowBpmnTwoChildAlignmentItem.second()Gets the second alignment item.Methods in de.xima.fc.interfaces.workflow.bpmn that return types with arguments of type PositionedModifier and TypeMethodDescriptiondefault List<Positioned<? extends IStructuredBpmnModelPart, Point2DDouble>> IStructuredBpmnModelPart.childAlignmentItems()List<Positioned<? extends Children, Point2DDouble>> IWorkflowBpmnAlignmentItem.childAlignmentItems()The children of this alignment item, together with their position.Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type PositionedModifier and TypeMethodDescriptionIWorkflowBpmnFlowEdgeBuilder.name(Positioned<? extends IWorkflowBpmnAlignmentItem<StyledBpmnLabel, ?>, Point2DDouble> name) Sets the name (label) of the sequence flow.Method parameters in de.xima.fc.interfaces.workflow.bpmn with type arguments of type PositionedModifier and TypeMethodDescriptionIWorkflowBpmnAlignAroundPortSelector.selectPort(List<? extends Positioned<? extends IWorkflowBpmnAlignmentItem<?, ?>, Point2DDouble>> positionedItems, EPrimaryIntercardinalDirection2D direction) Selects the in and out ports to use for the builtIWorkflowBpmnAlignmentItemrepresenting the two aligned items, when the second item is aligned in a primary intercardinal direction relative to the first item.IWorkflowBpmnAlignAtAxisPortSelector.selectPort(List<? extends Positioned<? extends IWorkflowBpmnAlignmentItem<?, ?>, Point2DDouble>> positionedItems, ECardinalDirection2D direction) Selects the in and out ports to use for the builtIWorkflowBpmnAlignmentItemrepresenting the aligned children. -
Uses of Positioned in de.xima.fc.workflow.converter.bpmn
Subclasses with type arguments of type Positioned in de.xima.fc.workflow.converter.bpmnMethods in de.xima.fc.workflow.converter.bpmn that return PositionedModifier and TypeMethodDescriptionstatic Positioned<IWorkflowBpmnAlignmentItem<?, ?>, Point2DDouble> FindPositionVisitor.resolvePositionOfItemByValue(IWorkflowBpmnAlignmentItem<?, ?> item, Object value) static <T> Positioned<IWorkflowBpmnAlignmentItem<T, ?>, Point2DDouble> FindPositionVisitor.resolvePositionOfItemByValue(IWorkflowBpmnAlignmentItem<?, ?> item, Object value, Class<T> type) Methods in de.xima.fc.workflow.converter.bpmn with parameters of type PositionedModifier and TypeMethodDescriptionFindPositionVisitor.enter(Positioned<? extends IWorkflowBpmnAlignmentItem<?, ?>, Point2DDouble> positioned) protected booleanFindPositionVisitor.exit(Positioned<? extends IWorkflowBpmnAlignmentItem<?, ?>, Point2DDouble> positioned) protected booleanFindPositionVisitor.visit(Positioned<? extends IWorkflowBpmnAlignmentItem<?, ?>, Point2DDouble> positioned)