org.fhcrc.cpl.viewer.util
Interface Clusterer2D.Clusterable

All Known Implementing Classes:
FeatureClusterer.FeatureClusterable, FeatureClusterer.FeatureMassHydroClusterable, FeatureClusterer.FeatureMassScanClusterable, FeatureClusterer.FeatureMassTimeClusterable, FeatureClusterer.FeatureMzHydroClusterable, FeatureClusterer.FeatureMzScanClusterable, FeatureClusterer.FeatureMzTimeClusterable, MRMDialog.ReactionClusterable
Enclosing class:
Clusterer2D

public static interface Clusterer2D.Clusterable

defines values in two dimensions. Individual implementations will likely have some other object that they're aware of that they grab these values from


Method Summary
 double getDimension1Value()
           
 double getDimension2Value()
           
 

Method Detail

getDimension1Value

double getDimension1Value()

getDimension2Value

double getDimension2Value()


Fred Hutchinson Cancer Research Center