Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IWorkflowBpmnLayoutPadBuilder
Packages that use IWorkflowBpmnLayoutPadBuilder
-
Uses of IWorkflowBpmnLayoutPadBuilder in de.xima.fc.interfaces.workflow.bpmn
Subinterfaces with type arguments of type IWorkflowBpmnLayoutPadBuilder in de.xima.fc.interfaces.workflow.bpmnModifier and TypeInterfaceDescriptioninterfaceBuilder for configuring the settings when padding an alignment item.Methods in de.xima.fc.interfaces.workflow.bpmn that return IWorkflowBpmnLayoutPadBuilderModifier and TypeMethodDescriptionIWorkflowBpmnLayoutPadBuilder.absolute(double padding) Sets the padding in all four directions at once, in absolute terms.IWorkflowBpmnLayoutPadBuilder.absolute(double north, double east, double south, double west) Sets the padding in all four directions at once, in absolute terms.IWorkflowBpmnLayoutPadBuilder.back(double back) Sets the padding to apply behind the item (when looking in theflow direction).IWorkflowBpmnLayoutPadBuilder.crossFlow(double leftAndRight) Sets the padding to the left and right of the flow direction.IWorkflowBpmnLayoutPadBuilder.crossFlow(double left, double right) Sets the padding to the left and right of the flow direction.IWorkflowBpmnLayoutPadBuilder.direction(ECardinalDirection2D direction, double amount) Sets the padding in the given direction.IWorkflowBpmnLayoutPadBuilder.east(double east) Sets the padding to the east.IWorkflowBpmnLayoutPadBuilder.flow(double backAndFront) Sets the padding in front and behind the flow direction.IWorkflowBpmnLayoutPadBuilder.flow(double back, double front) Sets the padding in front and behind the flow direction.IWorkflowBpmnLayoutPadBuilder.front(double front) Sets the padding to apply in front of the item (when looking in the {flow direction).IWorkflowBpmnLayoutPadBuilder.left(double left) Sets the padding to apply to the left of the item (when looking in theflow direction).IWorkflowBpmnLayoutPadBuilder.north(double north) Sets the padding to the north.IWorkflowBpmnLayouter.pad()Adds padding to an alignment item.IWorkflowBpmnLayoutPadBuilder.relative(double padding) Sets the padding in all four directions at once, relative to the flow direction.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.right(double right) Sets the padding to apply to the right of the item (when looking in theflow direction).IWorkflowBpmnLayoutPadBuilder.south(double south) Sets the padding to the south.IWorkflowBpmnLayoutPadBuilder.west(double west) Sets the padding to the west.IWorkflowBpmnLayoutPadBuilder.x(double westAndEast) Sets the padding to the west and east.IWorkflowBpmnLayoutPadBuilder.x(double west, double east) Sets the padding to the west and east.IWorkflowBpmnLayoutPadBuilder.y(double northAndSouth) Sets the padding to the north and south.IWorkflowBpmnLayoutPadBuilder.y(double north, double south) Sets the padding to the north and south.