Uses of Class
org.tquadrat.foundation.value.LengthValue
Packages that use LengthValue
-
Uses of LengthValue in org.tquadrat.foundation.value
Methods in org.tquadrat.foundation.value that return LengthValueModifier and TypeMethodDescriptionfinal LengthValueLengthValue.clone()Creates a new copy of this value.protected final LengthValueLengthValueStringConverter.createValue(BigDecimal number, Length dimension) Creates an instance ofDimensionedValuefrom the given arguments.Constructors in org.tquadrat.foundation.value with parameters of type LengthValueModifierConstructorDescriptionAreaValue(Area dimension, LengthValue length, LengthValue width) Creates a newAreaValueinstance.SpeedValue(Speed dimension, LengthValue distance, TimeValue time) Creates a newSpeedValueinstance.VolumeValue(Volume dimension, AreaValue area, LengthValue height) Creates a newVolumeValueinstance.VolumeValue(Volume dimension, LengthValue length, LengthValue width, LengthValue height) Creates a newVolumeValueinstance.
