Uses of Interface
de.xima.fc.common.geometry.ICardinalDirection2DMapDouble
Packages that use ICardinalDirection2DMapDouble
Package
Description
-
Uses of ICardinalDirection2DMapDouble in de.xima.fc.common.geometry
Methods in de.xima.fc.common.geometry that return ICardinalDirection2DMapDoubleModifier and TypeMethodDescriptionCardinalDirection2DMaps.cardinalDirection2DMap(double value) Creates a newICardinalDirection2DMapDoublewith the specified value for each cardinal direction.CardinalDirection2DMaps.cardinalDirection2DMap(double[] values) Creates a newICardinalDirection2DMapDoublewith the specified values for each cardinal direction.CardinalDirection2DMaps.cardinalDirection2DMap(double northSouth, double eastWest) Creates a newICardinalDirection2DMapDoublewith the specified values for each cardinal direction.CardinalDirection2DMaps.cardinalDirection2DMap(double north, double east, double south, double west) Creates a newICardinalDirection2DMapDoublewith the specified values for each cardinal direction.CardinalDirection2DMaps.of(double value) Creates a newICardinalDirection2DMapDoublewith the specified value for each cardinal direction.CardinalDirection2DMaps.of(double[] values) Creates a newICardinalDirection2DMapDoublewith the specified values for each cardinal direction.CardinalDirection2DMaps.of(double northSouth, double eastWest) Creates a newICardinalDirection2DMapDoublewith the specified values for each cardinal direction.CardinalDirection2DMaps.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 ICardinalDirection2DMapDoubleModifier and TypeMethodDescriptionWorkflowBpmnLayoutSettings.nonAbstractTaskMinPadding()WorkflowBpmnLayoutSettings.taskPadding()WorkflowBpmnLayoutSettings.textAnnotationPadding()Methods in de.xima.fc.common.workflow.bpmn with parameters of type ICardinalDirection2DMapDoubleModifier and TypeMethodDescriptionWorkflowBpmnLayoutSettings.Builder.nonAbstractTaskMinPadding(ICardinalDirection2DMapDouble nonAbstractTaskMinPadding) The minimum amount of padding to apply tonon-abstracttasks in the BPMN diagram.WorkflowBpmnLayoutSettings.Builder.taskPadding(ICardinalDirection2DMapDouble padding) Sets the padding to apply to tasks in the BPMN diagram.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 ICardinalDirection2DMapDoubleModifier and TypeMethodDescriptionIWorkflowBpmnLayoutSettings.nonAbstractTaskMinPadding()The minimum amount of padding to apply tonon-abstracttasks in the BPMN diagram.IWorkflowBpmnLayoutSettings.taskPadding()The padding to apply to tasks in the BPMN diagram.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 ICardinalDirection2DMapDoubleModifier and TypeMethodDescriptionIWorkflowBpmnLayoutSubProcessBuilder.addMargin(ICardinalDirection2DMapDouble margin) Sets the (minimum) margin of the sub process.IWorkflowBpmnLayoutSubProcessBuilder.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 ICardinalDirection2DMapDoubleMethods in de.xima.fc.workflow.designer.bpmn.model.settings with parameters of type ICardinalDirection2DMapDoubleModifier and TypeMethodDescriptionvoidCardinalDoublesViewModel.applyFromMap(ICardinalDirection2DMapDouble map)