Uses of Interface
de.xima.fc.common.measure.Length
-
Packages that use Length Package Description de.xima.fc.common.measure de.xima.fc.common.workflow.bpmn de.xima.fc.interfaces.workflow.bpmn -
-
Uses of Length in de.xima.fc.common.measure
Classes in de.xima.fc.common.measure that implement Length Modifier and Type Class Description class
LengthUnit
Common units of length.Fields in de.xima.fc.common.measure declared as Length Modifier and Type Field Description static Length
LengthUnit. CENTIMETER
A centimeterstatic Length
LengthUnit. CM
A centimeterstatic Length
LengthUnit. DECIMETER
A decimeterstatic Length
LengthUnit. DM
A decimeterstatic Length
LengthUnit. INCH
An inch (2.54cm)static Length
LengthUnit. KILOMETER
A kilometerstatic Length
LengthUnit. KM
A kilometerstatic Length
LengthUnit. M
A meterstatic Length
LengthUnit. METER
A meterstatic Length
LengthUnit. MICROMETER
A micrometerstatic Length
LengthUnit. MILLIMETER
A millimeterstatic Length
LengthUnit. MM
A millimeterstatic Length
LengthUnit. NANOMETER
A nanometerstatic Length
LengthUnit. NM
A nanometerstatic Length
LengthUnit. PIXEL
A pixel.static Length
LengthUnit. POINT
A pixel.static Length
LengthUnit. PT
A pixel.static Length
LengthUnit. PX
A pixel.static Length
Length. REFERENCE
The reference unit of length, which is the meter (m).static Length
LengthUnit. UM
A micrometerMethods in de.xima.fc.common.measure that return Length Modifier and Type Method Description protected Length
LengthUnit. self()
-
Uses of Length in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn that return Length Modifier and Type Method Description Length
WorkflowBpmnLayoutSettings. fontSizeUnit()
Methods in de.xima.fc.common.workflow.bpmn that return types with arguments of type Length Modifier and Type Method Description Quantity<Length>
WorkflowBpmnLabelStyle. fontSize()
QuantityDouble<Length>
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 Length Modifier and Type Method Description WorkflowBpmnLayoutSettings.Builder
WorkflowBpmnLayoutSettings.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 Length Modifier and Type Method Description WorkflowBpmnTextLayoutSettings.Builder
WorkflowBpmnTextLayoutSettings.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 Constructor Description WorkflowBpmnLabelStyle(Quantity<Length> fontSize, String fontName)
-
Uses of Length in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return Length Modifier and Type Method Description Length
IWorkflowBpmnLayoutSettings. fontSizeUnit()
The unit for font sizes in the BPMN diagram.
-