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.
- Author:
- Pete Bankhead
-
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:
-
isDynamic
Deprecated.Returns true if a measurement can change its value, for example because of changes in a object or hierarchy.- Returns:
-