de.lmu.ifi.dbs.elki.visualization.opticsplot
Interface OPTICSColorAdapter

All Known Implementing Classes:
OPTICSColorFromClustering, OPTICSColorStatic

public interface OPTICSColorAdapter

Class to handle coloring of the OPTICS plot.


Method Summary
 int getColorForEntry(ClusterOrderEntry<?> coe)
          Get the color value for a particular cluster order entry.
 

Method Detail

getColorForEntry

int getColorForEntry(ClusterOrderEntry<?> coe)
Get the color value for a particular cluster order entry.

Parameters:
coe - Cluster order entry
Returns:
Color value (rgba integer)

Release 0.4.0 (2011-09-20_1324)