Class DataQualityFacetChartComposer
- java.lang.Object
-
- com.hybris.pcmbackoffice.widgets.charts.facetchart.DataQualityFacetChartComposer
-
- All Implemented Interfaces:
FacetChartComposer
public class DataQualityFacetChartComposer extends java.lang.Object implements FacetChartComposer
-
-
Constructor Summary
Constructors Constructor Description DataQualityFacetChartComposer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcomposeChart(org.zkoss.chart.Charts charts)voidcomposeSeries(org.zkoss.chart.Series series)protected java.lang.StringgetXAxisLabel()protected java.lang.StringgetYAxisLabel()
-
-
-
Method Detail
-
composeChart
public void composeChart(org.zkoss.chart.Charts charts)
- Specified by:
composeChartin interfaceFacetChartComposer
-
composeSeries
public void composeSeries(org.zkoss.chart.Series series)
- Specified by:
composeSeriesin interfaceFacetChartComposer
-
getXAxisLabel
protected java.lang.String getXAxisLabel()
-
getYAxisLabel
protected java.lang.String getYAxisLabel()
-
-