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 givenFieldExtInfo
andVersion
.
-
Constructor Details
-
ChartProvider
public ChartProvider()
-
-
Method Details
-
getChart
Description copied from interface:IChartProvider
Gets chart for givenFieldExtInfo
andVersion
. OnlyChartFieldExtInfo
,DendrogramFieldExtInfo
andGanttChartFieldExtInfo
are supported.- Specified by:
getChart
in interfaceIChartProvider
- Parameters:
extInfo
- The extInfo, cannot benull
.version
- The version, cannot benull
.- Returns:
- the chart, never
null
.
-