Package qupath.lib.lazy.objects
Class MeasurementListValue
java.lang.Object
qupath.lib.lazy.objects.MeasurementListValue
- All Implemented Interfaces:
- LazyNumericValue<PathObject>,- LazyValue<PathObject,- Number> 
Value extracted from an object's measurement list.
- 
Field SummaryFields inherited from interface qupath.lib.lazy.interfaces.LazyValueDEFAULT_DECIMAL_PLACES
- 
Method SummaryModifier and TypeMethodDescriptionOptional help text that explained the value.getName()The name of the value.getValue(PathObject pathObject) Calculate a value from the input.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface qupath.lib.lazy.interfaces.LazyNumericValuegetMeasurementTypeMethods inherited from interface qupath.lib.lazy.interfaces.LazyValuegetStringValue, getStringValue, isBoolean, isNumeric, isString
- 
Method Details- 
getNameDescription copied from interface:LazyValueThe name of the value. When showing a measurement table, this would be the column header.- Specified by:
- getNamein interface- LazyValue<PathObject,- Number> 
- Returns:
- the name of the value
 
- 
getHelpTextDescription copied from interface:LazyValueOptional help text that explained the value. This may be displayed in a tooltip.- Specified by:
- getHelpTextin interface- LazyValue<PathObject,- Number> 
- Returns:
- the help text, or null if no help text is available
 
- 
getValueDescription copied from interface:LazyValueCalculate a value from the input.- Specified by:
- getValuein interface- LazyValue<PathObject,- Number> 
- Parameters:
- pathObject- the input that should be measured
- Returns:
- the output value
 
 
-