44454647484950
* * @param metricToRepresent the metric to represent */ public AbstractPolymetricViewUpdater(String metricToRepresent) { fMetricToRepresent = metricToRepresent; fNormalizer = new MaxNormalizer(); }