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
-
getName
String getName()Get the name of the measurement.- Returns:
-
getValue
double getValue()Get the numeric value of the measurement.- Returns:
-