IWorkflowBpmnLayoutSubProcessBuilder |
IWorkflowBpmnLayoutSubProcessBuilder.appendBoundaryEventAtEdge(ECardinalDirection2D side,
EAxisPolarity direction,
de.xima.bpmn_model.api.element.bpmn.events.BoundaryEvent event,
IWorkflowBpmnAlignmentItem<?,?> item) |
Appends a boundary event at one of the four sides of the sub
process, either at the beginning or at the end of that side, depending on the given direction.
|
IAnnotatedNamedBpmnElementLayout<de.xima.bpmn_model.api.element.bpmn.events.BoundaryEvent> |
IWorkflowBpmnLayoutSubProcessBuilder.appendBoundaryEventAtEdge(ECardinalDirection2D side,
EAxisPolarity direction,
de.xima.bpmn_model.api.element.bpmn.events.EventDefinition<?> eventDefinition,
String name) |
Appends a boundary event at one of the four sides of the sub
process, either at the beginning or at the end of that side, depending on the given direction.
|
IWorkflowBpmnLayoutSubProcessBuilder |
IWorkflowBpmnLayoutSubProcessBuilder.appendBoundaryEventAtEdge(ECardinalDirection2D side,
EAxisPolarity direction,
IBpmnElementLayout<de.xima.bpmn_model.api.element.bpmn.events.BoundaryEvent> event) |
Appends a boundary event at one of the four sides of the sub
process, either at the beginning or at the end of that side, depending on the given direction.
|
IWorkflowBpmnLayoutSubProcessBuilder |
IWorkflowBpmnLayoutSubProcessBuilder.appendBoundaryEventNextToEvent(ECardinalDirection2D side,
EAxisPolarity direction,
int boundaryEventIndex,
de.xima.bpmn_model.api.element.bpmn.events.BoundaryEvent event,
IWorkflowBpmnAlignmentItem<?,?> item) |
Appends a boundary event next to an existing boundary event on one of the four
sides of the sub process; either before or after the boundary event, depending on
the given direction.
|
IAnnotatedNamedBpmnElementLayout<de.xima.bpmn_model.api.element.bpmn.events.BoundaryEvent> |
IWorkflowBpmnLayoutSubProcessBuilder.appendBoundaryEventNextToEvent(ECardinalDirection2D side,
EAxisPolarity direction,
int boundaryEventIndex,
de.xima.bpmn_model.api.element.bpmn.events.EventDefinition<?> eventDefinition,
String name) |
Appends a boundary event next to an existing boundary event on one of the four
sides of the sub process; either before or after the boundary event, depending on
the given direction.
|
IWorkflowBpmnLayoutSubProcessBuilder |
IWorkflowBpmnLayoutSubProcessBuilder.appendBoundaryEventNextToEvent(ECardinalDirection2D side,
EAxisPolarity direction,
int boundaryEventIndex,
IBpmnElementLayout<de.xima.bpmn_model.api.element.bpmn.events.BoundaryEvent> event) |
Appends a boundary event next to an existing boundary event on one of the four
sides of the sub process; either before or after the boundary event, depending on
the given direction.
|
IWorkflowBpmnLayoutSubProcessBuilder |
IWorkflowBpmnLayoutSubProcessBuilder.appendBoundaryEventNextToPort(EAxisPolarity portSide,
EAxisPolarity direction,
de.xima.bpmn_model.api.element.bpmn.events.BoundaryEvent event,
IWorkflowBpmnAlignmentItem<?,?> item) |
Appends a boundary event next to the in or out port of the sub process; either before or
after the port, depending on the given direction.
|
IAnnotatedNamedBpmnElementLayout<de.xima.bpmn_model.api.element.bpmn.events.BoundaryEvent> |
IWorkflowBpmnLayoutSubProcessBuilder.appendBoundaryEventNextToPort(EAxisPolarity portSide,
EAxisPolarity direction,
de.xima.bpmn_model.api.element.bpmn.events.EventDefinition<?> eventDefinition,
String name) |
Appends a boundary event next to the in or out port of the sub process; either before or
after the port, depending on the given direction.
|
IWorkflowBpmnLayoutSubProcessBuilder |
IWorkflowBpmnLayoutSubProcessBuilder.appendBoundaryEventNextToPort(EAxisPolarity portSide,
EAxisPolarity direction,
IBpmnElementLayout<de.xima.bpmn_model.api.element.bpmn.events.BoundaryEvent> event) |
Appends a boundary event next to the in or out port of the sub process; either before or
after the port, depending on the given direction.
|
IWorkflowBpmnLayoutSubProcessBuilder |
IWorkflowBpmnLayoutSubProcessBuilder.enlargeInnerLength(ECartesianAxis2D axis,
EAxisPolarity direction,
double length) |
Increases the inner length of the sub process to the given value by adding new space at the given side.
|
IWorkflowBpmnLayoutSubProcessBuilder |
IWorkflowBpmnLayoutSubProcessBuilder.enlargeInnerLengthBy(ECartesianAxis2D axis,
EAxisPolarity direction,
double amount) |
Increases the inner length of the sub process by the given amount at the given side, adding new space at that
side.
|
IWorkflowBpmnLayoutSubProcessBuilder |
IWorkflowBpmnLayoutSubProcessBuilder.enlargeOuterLength(ECartesianAxis2D axis,
EAxisPolarity direction,
double length) |
Increases the outer length of the sub process to the given value by adding new space at the given side.
|
IWorkflowBpmnLayoutSubProcessBuilder |
IWorkflowBpmnLayoutSubProcessBuilder.enlargeOuterLengthBy(ECartesianAxis2D axis,
EAxisPolarity direction,
double amount) |
Increases the outer length of the sub process by the given amount at the given side, adding new space at that
side.
|
Self |
IWorkflowBpmnLayoutAxisDirectionOptionsBuilder.polarity(EAxisPolarity polarity) |
Sets the axis polarity in which the items are aligned.
|
Self |
IWorkflowBpmnLayoutPortDirectionOptionsBuilder.portDirection(ECartesianAxis2D portAxis,
EAxisPolarity axisDirection) |
Sets the in / out port position.
|