IWorkflowBpmnLayoutPadBuilder |
IWorkflowBpmnLayoutPadBuilder.absolute(double padding) |
Sets the padding in all four directions at once, in absolute terms.
|
IWorkflowBpmnLayoutPadBuilder |
IWorkflowBpmnLayoutPadBuilder.absolute(double north,
double east,
double south,
double west) |
Sets the padding in all four directions at once, in absolute terms.
|
IWorkflowBpmnLayoutPadBuilder |
IWorkflowBpmnLayoutPadBuilder.back(double back) |
Sets the padding to apply behind the item (when looking in the flow direction ).
|
IWorkflowBpmnLayoutPadBuilder |
IWorkflowBpmnLayoutPadBuilder.crossFlow(double leftAndRight) |
Sets the padding to the left and right of the flow direction.
|
IWorkflowBpmnLayoutPadBuilder |
IWorkflowBpmnLayoutPadBuilder.crossFlow(double left,
double right) |
Sets the padding to the left and right of the flow direction.
|
IWorkflowBpmnLayoutPadBuilder |
IWorkflowBpmnLayoutPadBuilder.direction(ECardinalDirection2D direction,
double amount) |
Sets the padding in the given direction.
|
IWorkflowBpmnLayoutPadBuilder |
IWorkflowBpmnLayoutPadBuilder.east(double east) |
Sets the padding to the east.
|
IWorkflowBpmnLayoutPadBuilder |
IWorkflowBpmnLayoutPadBuilder.flow(double backAndFront) |
Sets the padding in front and behind the flow direction.
|
IWorkflowBpmnLayoutPadBuilder |
IWorkflowBpmnLayoutPadBuilder.flow(double back,
double front) |
Sets the padding in front and behind the flow direction.
|
IWorkflowBpmnLayoutPadBuilder |
IWorkflowBpmnLayoutPadBuilder.front(double front) |
Sets the padding to apply in front of the item (when looking in the
{ flow direction ).
|
IWorkflowBpmnLayoutPadBuilder |
IWorkflowBpmnLayoutPadBuilder.left(double left) |
Sets the padding to apply to the left of the item (when looking in the
flow direction ).
|
IWorkflowBpmnLayoutPadBuilder |
IWorkflowBpmnLayoutPadBuilder.north(double north) |
Sets the padding to the north.
|
IWorkflowBpmnLayoutPadBuilder |
IWorkflowBpmnLayouter.pad() |
Adds padding to an alignment item.
|
IWorkflowBpmnLayoutPadBuilder |
IWorkflowBpmnLayoutPadBuilder.relative(double padding) |
Sets the padding in all four directions at once, relative to the flow direction.
|
IWorkflowBpmnLayoutPadBuilder |
IWorkflowBpmnLayoutPadBuilder.relative(double back,
double front,
double left,
double right) |
Sets the padding in all four directions at once, relative to the flow direction.
|
IWorkflowBpmnLayoutPadBuilder |
IWorkflowBpmnLayoutPadBuilder.right(double right) |
Sets the padding to apply to the right of the item (when looking in the
flow direction ).
|
IWorkflowBpmnLayoutPadBuilder |
IWorkflowBpmnLayoutPadBuilder.south(double south) |
Sets the padding to the south.
|
IWorkflowBpmnLayoutPadBuilder |
IWorkflowBpmnLayoutPadBuilder.west(double west) |
Sets the padding to the west.
|
IWorkflowBpmnLayoutPadBuilder |
IWorkflowBpmnLayoutPadBuilder.x(double westAndEast) |
Sets the padding to the west and east.
|
IWorkflowBpmnLayoutPadBuilder |
IWorkflowBpmnLayoutPadBuilder.x(double west,
double east) |
Sets the padding to the west and east.
|
IWorkflowBpmnLayoutPadBuilder |
IWorkflowBpmnLayoutPadBuilder.y(double northAndSouth) |
Sets the padding to the north and south.
|
IWorkflowBpmnLayoutPadBuilder |
IWorkflowBpmnLayoutPadBuilder.y(double north,
double south) |
Sets the padding to the north and south.
|