Uses of Class
de.xima.fc.common.workflow.bpmn.WorkflowBpmnAlignmentItemBuilder
-
Packages that use WorkflowBpmnAlignmentItemBuilder Package Description de.xima.fc.common.workflow.bpmn -
-
Uses of WorkflowBpmnAlignmentItemBuilder in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn that return WorkflowBpmnAlignmentItemBuilder Modifier and Type Method Description static WorkflowBpmnAlignmentItemBuilderWorkflowBpmnAlignmentItems. alignmentItemBuilder()Gets a builder for configuring aIWorkflowBpmnAlignmentItem.WorkflowBpmnAlignmentItemBuilderWorkflowBpmnAlignmentItemBuilder. boundingBox(double width, double height)Sets the bounding box of the item, seeIWorkflowBpmnAlignmentItem.boundingBox().WorkflowBpmnAlignmentItemBuilderWorkflowBpmnAlignmentItemBuilder. boundingBox(Rectangular2DDouble boundingBox)Sets the bounding box of the item, seeIWorkflowBpmnAlignmentItem.boundingBox().WorkflowBpmnAlignmentItemBuilderWorkflowBpmnAlignmentItemBuilder. inPort(double inPort)Sets the in port of the item, seeIWorkflowBpmnAlignmentItem.inPort().WorkflowBpmnAlignmentItemBuilderWorkflowBpmnAlignmentItemBuilder. inPort(Double inPort)Sets the in port of the item, seeIWorkflowBpmnAlignmentItem.inPort().WorkflowBpmnAlignmentItemBuilderWorkflowBpmnAlignmentItemBuilder. outPort(double outPort)Sets the out port of the item, seeIWorkflowBpmnAlignmentItem.outPort().WorkflowBpmnAlignmentItemBuilderWorkflowBpmnAlignmentItemBuilder. outPort(Double outPort)Sets the out port of the item, seeIWorkflowBpmnAlignmentItem.outPort().WorkflowBpmnAlignmentItemBuilderWorkflowBpmnAlignmentItemBuilder. points(IWorkflowBpmnPointsAccessor points)Sets the special named points of the item, seepoint.WorkflowBpmnAlignmentItemBuilderWorkflowBpmnAlignmentItemBuilder. portDirection(ECardinalDirection2D portDirection)Sets the direction of the port, seeIWorkflowBpmnAlignmentItem.portDirection().
-