Class DefaultLinearCollectorChartHandler

java.lang.Object
de.hybris.platform.platformbackoffice.charts.DefaultAbstractCollectorChartHandler
de.hybris.platform.platformbackoffice.charts.DefaultLinearCollectorChartHandler
All Implemented Interfaces:
ChartHandler

public class DefaultLinearCollectorChartHandler extends DefaultAbstractCollectorChartHandler
  • Field Details

  • Constructor Details

    • DefaultLinearCollectorChartHandler

      public DefaultLinearCollectorChartHandler()
  • Method Details

    • applyModel

      public void applyModel(com.hybris.cockpitng.engine.WidgetInstanceManager wim, org.zkoss.chart.Charts charts)
      Description copied from interface: ChartHandler
      The method should be used to set the model for the chart. It should be able to be called many times (for example when re-drawing is needed).
      Parameters:
      wim - Widget instance manager
      charts - The Charts instance
      See Also:
      • WidgetInstanceManager
      • Charts
    • getNumericValue

      protected Number getNumericValue(Object object, boolean roundToInt)
    • localizeSeries

      protected String localizeSeries(com.hybris.cockpitng.engine.WidgetInstanceManager wim, String seriesName)
    • getUtcOffset

      protected long getUtcOffset()