Class DefaultLinearCollectorChartHandler
java.lang.Object
de.hybris.platform.platformbackoffice.charts.DefaultAbstractCollectorChartHandler
de.hybris.platform.platformbackoffice.charts.DefaultLinearCollectorChartHandler
- All Implemented Interfaces:
ChartHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class de.hybris.platform.platformbackoffice.charts.DefaultAbstractCollectorChartHandler
CHART_COLORS_LIST, CHART_TITLE, CHART_TYPE, COLORS_DELIMITER, EXPORT_ENABLED, PLOT_TYPE, ROUND_VALUES_TO_INT, SERIES, TITLE_AXIS_X, TITLE_AXIS_Y, TITLE_HORIZONTAL_ALIGNMENT, TITLE_SPACING_BOTTOM, TITLE_SPACING_LEFT, TITLE_SPACING_RIGHT, TITLE_SPACING_TOP, TITLE_STYLE, TITLE_VERTICAL_ALIGNMENT, X_AXIS_LABEL, X_AXIS_TYPE, X_MAX, X_MIN, Y_AXIS_LABEL, Y_AXIS_TYPE, Y_MAX, Y_MIN, ZOOM_TYPEFields inherited from interface de.hybris.platform.platformbackoffice.charts.ChartHandler
ON_REFRESH_CHART -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyModel(com.hybris.cockpitng.engine.WidgetInstanceManager wim, org.zkoss.chart.Charts charts) The method should be used to set the model for the chart.protected NumbergetNumericValue(Object object, boolean roundToInt) protected longprotected StringlocalizeSeries(com.hybris.cockpitng.engine.WidgetInstanceManager wim, String seriesName) Methods inherited from class de.hybris.platform.platformbackoffice.charts.DefaultAbstractCollectorChartHandler
adjustSpacing, adjustTitleAlignment, adjustTitleXYCoordinates, adjustXYAxises, applyChartColors, applyDefaultPlotOptions, applyTitleStyles, getChartTitle, getChartType, getDefaultInfoLabels, getInfoLabels, getLocalizedValue, getMonitoringFacade, getPlotType, getSeriesNames, getStatisticsDataService, getStatisticsMetadataService, getTitleStyle, getXAxisLabel, getXAxisMax, getXAxisMin, getXAxisType, getYAxisLabel, getYAxisMax, getYAxisMin, getYAxisType, getZoomType, initializeChart, isExportButtonEnabled, isRoundValuesToInt, parseNumber, setMonitoringFacade, setStatisticsDataService, setStatisticsMetadataService
-
Field Details
-
ORG_ZKOSS_WEB_PREFERRED_TIME_ZONE
- See Also:
-
POLL
- See Also:
-
GENERIC_CHART_SERIES_SUFFIX
- See Also:
-
GENERIC_CHART_SERIES_PREFIX
- See Also:
-
-
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:ChartHandlerThe 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 managercharts- The Charts instance- See Also:
-
WidgetInstanceManagerCharts
-
getNumericValue
-
localizeSeries
-
getUtcOffset
protected long getUtcOffset()
-