Uses of Class
de.xima.fc.common.measure.QuantityDouble
-
Packages that use QuantityDouble Package Description de.xima.fc.common.measure de.xima.fc.common.workflow.bpmn -
-
Uses of QuantityDouble in de.xima.fc.common.measure
Methods in de.xima.fc.common.measure that return QuantityDouble Modifier and Type Method Description QuantityDouble<Self>
MeasurementUnit. of(double value)
Creates a newQuantityDouble
that uses double object with the specified value in this unit. -
Uses of QuantityDouble in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn that return QuantityDouble Modifier and Type Method Description 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 QuantityDouble Modifier and Type Method Description WorkflowBpmnTextLayoutSettings.Builder
WorkflowBpmnTextLayoutSettings.Builder. fontSize(QuantityDouble<Length> fontSize)
Sets the font size for the text layout settings.
-