Uses of Interface
gov.nih.nci.mageom.domain.QuantitationType.Ratio

Packages that use Ratio
gov.nih.nci.mageom.domain.QuantitationType.impl   
 

Uses of Ratio in gov.nih.nci.mageom.domain.QuantitationType.impl
 

Classes in gov.nih.nci.mageom.domain.QuantitationType.impl that implement Ratio
 class RatioImpl
          The ratio of two or more signals, typically between two channels.
 

Methods in gov.nih.nci.mageom.domain.QuantitationType.impl that return Ratio
 Ratio[] RatioImpl.searchRatios(RatioSearchCriteria criteria)
          Returns an array of Ratio objects that satisfy the given RatioSearchCriteria.