Uses of Interface
de.xima.fc.common.measure.Quantity
-
Packages that use Quantity Package Description de.xima.fc.common.measure de.xima.fc.common.workflow.bpmn -
-
Uses of Quantity in de.xima.fc.common.measure
Classes in de.xima.fc.common.measure that implement Quantity Modifier and Type Class Description class
QuantityBigDecimal<Unit extends MeasurementUnit<Unit>>
AQuantity
that uses aBigDecimal
as its value.class
QuantityDouble<Unit extends MeasurementUnit<Unit>>
AQuantity
that uses adouble
as its value.Methods in de.xima.fc.common.measure that return Quantity Modifier and Type Method Description Quantity<Unit>
Quantity. convertTo(Unit unit)
Convert this quantity to the given unit.Quantity<Unit>
QuantityBigDecimal. convertTo(Unit unit)
Quantity<Unit>
QuantityDouble. convertTo(Unit unit)
Methods in de.xima.fc.common.measure with parameters of type Quantity Modifier and Type Method Description int
QuantityBigDecimal. compareTo(Quantity<Unit> other)
int
QuantityDouble. compareTo(Quantity<Unit> other)
-
Uses of Quantity in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn that return Quantity Modifier and Type Method Description Quantity<Length>
WorkflowBpmnLabelStyle. fontSize()
Constructors in de.xima.fc.common.workflow.bpmn with parameters of type Quantity Constructor Description WorkflowBpmnLabelStyle(Quantity<Length> fontSize, String fontName)
-