Package qupath.lib.lazy.interfaces
Interface LazyStringValue<S>
- Type Parameters:
S
- type of the input used to compute the value
-
Field Summary
Fields inherited from interface qupath.lib.lazy.interfaces.LazyValue
DEFAULT_DECIMAL_PLACES
-
Method Summary
Modifier and TypeMethodDescriptionGet the generic type of the measurement.Methods inherited from interface qupath.lib.lazy.interfaces.LazyValue
getHelpText, getName, getStringValue, getStringValue, getValue, isBoolean, isNumeric, isString
-
Method Details
-
getMeasurementType
Description copied from interface:LazyValue
Get the generic type of the measurement.- Specified by:
getMeasurementType
in interfaceLazyValue<S,
String> - Returns:
-