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 LengthValue
LengthValue.clone()
Creates a new copy of this value.protected final LengthValue
LengthValueStringConverter.createValue
(BigDecimal number, Length dimension) Creates an instance ofDimensionedValue
from the given arguments.Constructors in org.tquadrat.foundation.value with parameters of type LengthValueModifierConstructorDescriptionAreaValue
(Area dimension, LengthValue length, LengthValue width) Creates a newAreaValue
instance.SpeedValue
(Speed dimension, LengthValue distance, TimeValue time) Creates a newSpeedValue
instance.VolumeValue
(Volume dimension, AreaValue area, LengthValue height) Creates a newVolumeValue
instance.VolumeValue
(Volume dimension, LengthValue length, LengthValue width, LengthValue height) Creates a newVolumeValue
instance.