Package gov.nih.mipav.model.algorithms
Class AlgorithmFRAP.distanceIntensityItem
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.AlgorithmFRAP.distanceIntensityItem
-
- Enclosing class:
- AlgorithmFRAP
private class AlgorithmFRAP.distanceIntensityItem extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description distanceIntensityItem(double distance, float intensity)
Creates a new distanceIntensityItem object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getDistance()
DOCUMENT ME!float
getIntensity()
DOCUMENT ME!
-