Uses of Interface
de.xima.fc.common.measure.Length
Packages that use Length
Package
Description
-
Uses of Length in de.xima.fc.common.measure
Classes in de.xima.fc.common.measure that implement LengthSubclasses with type arguments of type Length in de.xima.fc.common.measureSubinterfaces with type arguments of type Length in de.xima.fc.common.measureFields in de.xima.fc.common.measure declared as LengthModifier and TypeFieldDescriptionstatic final LengthLengthUnit.CENTIMETERA centimeterstatic final LengthLengthUnit.CMA centimeterstatic final LengthLengthUnit.DECIMETERA decimeterstatic final LengthLengthUnit.DMA decimeterstatic final LengthLengthUnit.INCHAn inch (2.54cm)static final LengthLengthUnit.KILOMETERA kilometerstatic final LengthLengthUnit.KMA kilometerstatic final LengthLengthUnit.MA meterstatic final LengthLengthUnit.METERA meterstatic final LengthLengthUnit.MICROMETERA micrometerstatic final LengthLengthUnit.MILLIMETERA millimeterstatic final LengthLengthUnit.MMA millimeterstatic final LengthLengthUnit.NANOMETERA nanometerstatic final LengthLengthUnit.NMA nanometerstatic final LengthLengthUnit.PIXELA pixel. 1px = 1/96th of 1 inch.static final LengthLengthUnit.POINTA pixel. 1pt = 1/72th of 1 inch.static final LengthLengthUnit.PTA pixel. 1pt = 1/72th of 1 inch.static final LengthLengthUnit.PXA pixel. 1px = 1/96th of 1 inch.static final LengthLength.REFERENCEThe reference unit of length, which is the meter (m).static final LengthLengthUnit.UMA micrometerMethods in de.xima.fc.common.measure that return Length -
Uses of Length in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn that return LengthMethods in de.xima.fc.common.workflow.bpmn that return types with arguments of type LengthModifier and TypeMethodDescriptionWorkflowBpmnLabelStyle.fontSize()WorkflowBpmnTextLayoutSettings.fontSize()The font size of the text, in some units of length.Methods in de.xima.fc.common.workflow.bpmn with parameters of type LengthModifier and TypeMethodDescriptionWorkflowBpmnLayoutSettings.Builder.fontSizeUnit(Length fontSizeUnit) Sets the unit for the font size for labels in the BPMN diagram.Method parameters in de.xima.fc.common.workflow.bpmn with type arguments of type LengthModifier and TypeMethodDescriptionWorkflowBpmnTextLayoutSettings.Builder.fontSize(QuantityDouble<Length> fontSize) Sets the font size for the text layout settings.Constructor parameters in de.xima.fc.common.workflow.bpmn with type arguments of type Length -
Uses of Length in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return LengthModifier and TypeMethodDescriptionIWorkflowBpmnLayoutSettings.fontSizeUnit()The unit for font sizes in the BPMN diagram.