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 ICardinalDirection2DMapDoubleCardinalDirection2DMaps. cardinalDirection2DMap(double value)Creates a newICardinalDirection2DMapDoublewith the specified value for each cardinal direction.static ICardinalDirection2DMapDoubleCardinalDirection2DMaps. cardinalDirection2DMap(double[] values)Creates a newICardinalDirection2DMapDoublewith the specified values for each cardinal direction.static ICardinalDirection2DMapDoubleCardinalDirection2DMaps. cardinalDirection2DMap(double northSouth, double eastWest)Creates a newICardinalDirection2DMapDoublewith the specified values for each cardinal direction.static ICardinalDirection2DMapDoubleCardinalDirection2DMaps. cardinalDirection2DMap(double north, double east, double south, double west)Creates a newICardinalDirection2DMapDoublewith the specified values for each cardinal direction.static ICardinalDirection2DMapDoubleCardinalDirection2DMaps. of(double value)Creates a newICardinalDirection2DMapDoublewith the specified value for each cardinal direction.static ICardinalDirection2DMapDoubleCardinalDirection2DMaps. of(double[] values)Creates a newICardinalDirection2DMapDoublewith the specified values for each cardinal direction.static ICardinalDirection2DMapDoubleCardinalDirection2DMaps. of(double northSouth, double eastWest)Creates a newICardinalDirection2DMapDoublewith the specified values for each cardinal direction.static ICardinalDirection2DMapDoubleCardinalDirection2DMaps. of(double north, double east, double south, double west)Creates a newICardinalDirection2DMapDoublewith 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 ICardinalDirection2DMapDoubleWorkflowBpmnLayoutSettings. nonAbstractTaskMinPadding()ICardinalDirection2DMapDoubleWorkflowBpmnLayoutSettings. taskPadding()ICardinalDirection2DMapDoubleWorkflowBpmnLayoutSettings. textAnnotationPadding()Methods in de.xima.fc.common.workflow.bpmn with parameters of type ICardinalDirection2DMapDouble Modifier and Type Method Description WorkflowBpmnLayoutSettings.BuilderWorkflowBpmnLayoutSettings.Builder. nonAbstractTaskMinPadding(ICardinalDirection2DMapDouble nonAbstractTaskMinPadding)The minimum amount of padding to apply tonon-abstracttasks in the BPMN diagram.WorkflowBpmnLayoutSettings.BuilderWorkflowBpmnLayoutSettings.Builder. taskPadding(ICardinalDirection2DMapDouble padding)Sets the padding to apply to tasks in the BPMN diagram.WorkflowBpmnLayoutSettings.BuilderWorkflowBpmnLayoutSettings.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 ICardinalDirection2DMapDoubleIWorkflowBpmnLayoutSettings. nonAbstractTaskMinPadding()The minimum amount of padding to apply tonon-abstracttasks in the BPMN diagram.ICardinalDirection2DMapDoubleIWorkflowBpmnLayoutSettings. taskPadding()The padding to apply to tasks in the BPMN diagram.ICardinalDirection2DMapDoubleIWorkflowBpmnLayoutSettings. 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 IWorkflowBpmnLayoutSubProcessBuilderIWorkflowBpmnLayoutSubProcessBuilder. addMargin(ICardinalDirection2DMapDouble margin)Sets the (minimum) margin of the sub process.IWorkflowBpmnLayoutSubProcessBuilderIWorkflowBpmnLayoutSubProcessBuilder. addPadding(ICardinalDirection2DMapDouble padding)Adds padding to the given sub process on all four sides as if by callingenlargeInnerLengthByfor 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 ICardinalDirection2DMapDoubleCardinalDoublesViewModel. toMap()Methods in de.xima.fc.workflow.designer.bpmn.model.settings with parameters of type ICardinalDirection2DMapDouble Modifier and Type Method Description voidCardinalDoublesViewModel. applyFromMap(ICardinalDirection2DMapDouble map)
-