Uses of Interface
de.xima.fc.common.geometry.ICardinalDirection2DMapDouble
-
-
Uses of ICardinalDirection2DMapDouble in de.xima.fc.common.geometry
Methods in de.xima.fc.common.geometry that return ICardinalDirection2DMapDouble Modifier and Type Method Description static ICardinalDirection2DMapDouble
CardinalDirection2DMaps. cardinalDirection2DMap(double value)
Creates a newICardinalDirection2DMapDouble
with the specified value for each cardinal direction.static ICardinalDirection2DMapDouble
CardinalDirection2DMaps. cardinalDirection2DMap(double[] values)
Creates a newICardinalDirection2DMapDouble
with the specified values for each cardinal direction.static ICardinalDirection2DMapDouble
CardinalDirection2DMaps. cardinalDirection2DMap(double northSouth, double eastWest)
Creates a newICardinalDirection2DMapDouble
with the specified values for each cardinal direction.static ICardinalDirection2DMapDouble
CardinalDirection2DMaps. cardinalDirection2DMap(double north, double east, double south, double west)
Creates a newICardinalDirection2DMapDouble
with the specified values for each cardinal direction.static ICardinalDirection2DMapDouble
CardinalDirection2DMaps. of(double value)
Creates a newICardinalDirection2DMapDouble
with the specified value for each cardinal direction.static ICardinalDirection2DMapDouble
CardinalDirection2DMaps. of(double[] values)
Creates a newICardinalDirection2DMapDouble
with the specified values for each cardinal direction.static ICardinalDirection2DMapDouble
CardinalDirection2DMaps. of(double northSouth, double eastWest)
Creates a newICardinalDirection2DMapDouble
with the specified values for each cardinal direction.static ICardinalDirection2DMapDouble
CardinalDirection2DMaps. of(double north, double east, double south, double west)
Creates a newICardinalDirection2DMapDouble
with the specified values for each cardinal direction. -
Uses of ICardinalDirection2DMapDouble in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn that return ICardinalDirection2DMapDouble Modifier and Type Method Description ICardinalDirection2DMapDouble
WorkflowBpmnLayoutSettings. nonAbstractTaskMinPadding()
ICardinalDirection2DMapDouble
WorkflowBpmnLayoutSettings. taskPadding()
ICardinalDirection2DMapDouble
WorkflowBpmnLayoutSettings. textAnnotationPadding()
Methods in de.xima.fc.common.workflow.bpmn with parameters of type ICardinalDirection2DMapDouble Modifier and Type Method Description WorkflowBpmnLayoutSettings.Builder
WorkflowBpmnLayoutSettings.Builder. nonAbstractTaskMinPadding(ICardinalDirection2DMapDouble nonAbstractTaskMinPadding)
The minimum amount of padding to apply tonon-abstract
tasks in the BPMN diagram.WorkflowBpmnLayoutSettings.Builder
WorkflowBpmnLayoutSettings.Builder. taskPadding(ICardinalDirection2DMapDouble padding)
Sets the padding to apply to tasks in the BPMN diagram.WorkflowBpmnLayoutSettings.Builder
WorkflowBpmnLayoutSettings.Builder. textAnnotationPadding(ICardinalDirection2DMapDouble padding)
Sets the padding to apply to text annotations in the BPMN diagram. -
Uses of ICardinalDirection2DMapDouble in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return ICardinalDirection2DMapDouble Modifier and Type Method Description ICardinalDirection2DMapDouble
IWorkflowBpmnLayoutSettings. nonAbstractTaskMinPadding()
The minimum amount of padding to apply tonon-abstract
tasks in the BPMN diagram.ICardinalDirection2DMapDouble
IWorkflowBpmnLayoutSettings. taskPadding()
The padding to apply to tasks in the BPMN diagram.ICardinalDirection2DMapDouble
IWorkflowBpmnLayoutSettings. textAnnotationPadding()
The padding to apply to text annotations in the BPMN diagram.Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type ICardinalDirection2DMapDouble Modifier and Type Method Description IWorkflowBpmnLayoutSubProcessBuilder
IWorkflowBpmnLayoutSubProcessBuilder. addMargin(ICardinalDirection2DMapDouble margin)
Sets the (minimum) margin of the sub process.IWorkflowBpmnLayoutSubProcessBuilder
IWorkflowBpmnLayoutSubProcessBuilder. addPadding(ICardinalDirection2DMapDouble padding)
Adds padding to the given sub process on all four sides as if by callingenlargeInnerLengthBy
for eachside
. -
Uses of ICardinalDirection2DMapDouble in de.xima.fc.workflow.designer.bpmn.model.settings
Methods in de.xima.fc.workflow.designer.bpmn.model.settings that return ICardinalDirection2DMapDouble Modifier and Type Method Description ICardinalDirection2DMapDouble
CardinalDoublesViewModel. toMap()
Methods in de.xima.fc.workflow.designer.bpmn.model.settings with parameters of type ICardinalDirection2DMapDouble Modifier and Type Method Description void
CardinalDoublesViewModel. applyFromMap(ICardinalDirection2DMapDouble map)
-