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 classLengthUnitCommon units of length.Fields in de.xima.fc.common.measure declared as Length Modifier and Type Field Description static LengthLengthUnit. CENTIMETERA centimeterstatic LengthLengthUnit. CMA centimeterstatic LengthLengthUnit. DECIMETERA decimeterstatic LengthLengthUnit. DMA decimeterstatic LengthLengthUnit. INCHAn inch (2.54cm)static LengthLengthUnit. KILOMETERA kilometerstatic LengthLengthUnit. KMA kilometerstatic LengthLengthUnit. MA meterstatic LengthLengthUnit. METERA meterstatic LengthLengthUnit. MICROMETERA micrometerstatic LengthLengthUnit. MILLIMETERA millimeterstatic LengthLengthUnit. MMA millimeterstatic LengthLengthUnit. NANOMETERA nanometerstatic LengthLengthUnit. NMA nanometerstatic LengthLengthUnit. PIXELA pixel.static LengthLengthUnit. POINTA pixel.static LengthLengthUnit. PTA pixel.static LengthLengthUnit. PXA pixel.static LengthLength. REFERENCEThe reference unit of length, which is the meter (m).static LengthLengthUnit. UMA micrometerMethods in de.xima.fc.common.measure that return Length Modifier and Type Method Description protected LengthLengthUnit. 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 LengthWorkflowBpmnLayoutSettings. 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.BuilderWorkflowBpmnLayoutSettings.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.BuilderWorkflowBpmnTextLayoutSettings.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 LengthIWorkflowBpmnLayoutSettings. fontSizeUnit()The unit for font sizes in the BPMN diagram.
-