Package com._1c.g5.v8.dt.internal.chart
Class ChartProvider
java.lang.Object
com._1c.g5.v8.dt.internal.chart.ChartProvider
- All Implemented Interfaces:
IChartProvider
Provider of default charts for purposes of drawing.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChart(FieldExtInfo extInfo, Version version) Gets chart for givenFieldExtInfoandVersion.
-
Constructor Details
-
ChartProvider
public ChartProvider()
-
-
Method Details
-
getChart
Description copied from interface:IChartProviderGets chart for givenFieldExtInfoandVersion. OnlyChartFieldExtInfo,DendrogramFieldExtInfoandGanttChartFieldExtInfoare supported.- Specified by:
getChartin interfaceIChartProvider- Parameters:
extInfo- The extInfo, cannot benull.version- The version, cannot benull.- Returns:
- the chart, never
null.
-