Package qupath.lib.measurements
Interface Measurement
- All Superinterfaces:
- Serializable
Basic interface to define a measurement.
 
This was originally intended to support both static and dynamic measurements, but the functionality is rarely used now. It may be removed in the future.
- 
Method Summary
- 
Method Details- 
getNameString getName()Get the name of the measurement.- Returns:
 
- 
getValuedouble getValue()Get the numeric value of the measurement.- Returns:
 
 
-