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 WorkflowBpmnAlignmentItemBuilder
WorkflowBpmnAlignmentItems. alignmentItemBuilder()
Gets a builder for configuring aIWorkflowBpmnAlignmentItem
.WorkflowBpmnAlignmentItemBuilder
WorkflowBpmnAlignmentItemBuilder. boundingBox(double width, double height)
Sets the bounding box of the item, seeIWorkflowBpmnAlignmentItem.boundingBox()
.WorkflowBpmnAlignmentItemBuilder
WorkflowBpmnAlignmentItemBuilder. boundingBox(Rectangular2DDouble boundingBox)
Sets the bounding box of the item, seeIWorkflowBpmnAlignmentItem.boundingBox()
.WorkflowBpmnAlignmentItemBuilder
WorkflowBpmnAlignmentItemBuilder. inPort(double inPort)
Sets the in port of the item, seeIWorkflowBpmnAlignmentItem.inPort()
.WorkflowBpmnAlignmentItemBuilder
WorkflowBpmnAlignmentItemBuilder. inPort(Double inPort)
Sets the in port of the item, seeIWorkflowBpmnAlignmentItem.inPort()
.WorkflowBpmnAlignmentItemBuilder
WorkflowBpmnAlignmentItemBuilder. outPort(double outPort)
Sets the out port of the item, seeIWorkflowBpmnAlignmentItem.outPort()
.WorkflowBpmnAlignmentItemBuilder
WorkflowBpmnAlignmentItemBuilder. outPort(Double outPort)
Sets the out port of the item, seeIWorkflowBpmnAlignmentItem.outPort()
.WorkflowBpmnAlignmentItemBuilder
WorkflowBpmnAlignmentItemBuilder. points(IWorkflowBpmnPointsAccessor points)
Sets the special named points of the item, seepoint
.WorkflowBpmnAlignmentItemBuilder
WorkflowBpmnAlignmentItemBuilder. portDirection(ECardinalDirection2D portDirection)
Sets the direction of the port, seeIWorkflowBpmnAlignmentItem.portDirection()
.
-