Uses of Interface
com._1c.g5.v8.dt.chart.model.Chart
-
-
Uses of Chart in com._1c.g5.v8.dt.chart.common
Methods in com._1c.g5.v8.dt.chart.common with parameters of type Chart Modifier and Type Method Description ChartImageProvider.ChartImagePart
ChartImageProvider. getChartPartImages(Chart chart, int width, int height, String langCode)
Gets image ofChart
diagram partsstatic PointProperties
ChartUtils. getChartPointByIndex(Chart chart, int index)
Returns thePointProperties
from chart with current index. -
Uses of Chart in com._1c.g5.v8.dt.chart.model
Methods in com._1c.g5.v8.dt.chart.model that return Chart Modifier and Type Method Description Chart
ChartFactory. createChart()
Returns a new object of class 'Chart'. -
Uses of Chart in com._1c.g5.v8.dt.chart.model.impl
Classes in com._1c.g5.v8.dt.chart.model.impl that implement Chart Modifier and Type Class Description class
ChartImpl
An implementation of the model object 'Chart'.Methods in com._1c.g5.v8.dt.chart.model.impl that return Chart Modifier and Type Method Description Chart
ChartFactoryImpl. createChart()
-
Uses of Chart in com._1c.g5.v8.dt.chart.model.util
Methods in com._1c.g5.v8.dt.chart.model.util with parameters of type Chart Modifier and Type Method Description T
ChartSwitch. caseChart(Chart object)
Returns the result of interpreting the object as an instance of 'Chart'. -
Uses of Chart in com._1c.g5.v8.dt.chart.serializer
Methods in com._1c.g5.v8.dt.chart.serializer that return Chart Modifier and Type Method Description Chart
ChartSerializer. deserializeChart(Chart chart, org.eclipse.xtext.scoping.IGlobalScopeProvider scopeProvider, Version runtimeVersion, String currentLanguageCode, IInPersistenceStorage storage)
DeserializesChart
Methods in com._1c.g5.v8.dt.chart.serializer with parameters of type Chart Modifier and Type Method Description Chart
ChartSerializer. deserializeChart(Chart chart, org.eclipse.xtext.scoping.IGlobalScopeProvider scopeProvider, Version runtimeVersion, String currentLanguageCode, IInPersistenceStorage storage)
DeserializesChart
void
ChartSerializer. serializeChart(Chart chart, org.eclipse.xtext.scoping.IGlobalScopeProvider scopeProvider, Version version, IOutPersistenceStorage storage, boolean withoutStyleItem)
SerializesChart
-
Uses of Chart in com._1c.g5.v8.dt.dcs.ui.aef.models.chart.reference
Methods in com._1c.g5.v8.dt.dcs.ui.aef.models.chart.reference that return Chart Modifier and Type Method Description Chart
DcsChartReferenceBandGridModel. getChart()
Chart
DcsChartReferenceLineGridModel. getChart()
-
Uses of Chart in com._1c.g5.v8.dt.dendrogram.model
Methods in com._1c.g5.v8.dt.dendrogram.model that return Chart Modifier and Type Method Description Chart
Dendrogram. getChart()
Returns the value of the 'Chart' containment reference.Methods in com._1c.g5.v8.dt.dendrogram.model with parameters of type Chart Modifier and Type Method Description void
Dendrogram. setChart(Chart value)
Sets the value of the 'Chart
' containment reference. -
Uses of Chart in com._1c.g5.v8.dt.dendrogram.model.impl
Methods in com._1c.g5.v8.dt.dendrogram.model.impl that return Chart Modifier and Type Method Description Chart
DendrogramImpl. getChart()
Methods in com._1c.g5.v8.dt.dendrogram.model.impl with parameters of type Chart Modifier and Type Method Description void
DendrogramImpl. setChart(Chart newChart)
-
Uses of Chart in com._1c.g5.v8.dt.form.model
Methods in com._1c.g5.v8.dt.form.model that return Chart Modifier and Type Method Description Chart
ChartExtInfo. getChart()
Returns the value of the 'Chart' reference.Methods in com._1c.g5.v8.dt.form.model with parameters of type Chart Modifier and Type Method Description void
ChartExtInfo. setChart(Chart value)
Sets the value of the 'Chart
' reference. -
Uses of Chart in com._1c.g5.v8.dt.form.model.impl
Methods in com._1c.g5.v8.dt.form.model.impl that return Chart Modifier and Type Method Description Chart
ChartExtInfoImpl. getChart()
Methods in com._1c.g5.v8.dt.form.model.impl with parameters of type Chart Modifier and Type Method Description void
ChartExtInfoImpl. setChart(Chart newChart)
-
Uses of Chart in com._1c.g5.v8.dt.form.ui.chart.aef.models.reference
Methods in com._1c.g5.v8.dt.form.ui.chart.aef.models.reference that return Chart Modifier and Type Method Description Chart
IChartReferenceBandGridModel. getChart()
Gets the chart object.Chart
IChartReferenceLineGridModel. getChart()
Gets the chart object.Chart
IndexedChartReference. getChart()
Returns chart model.Constructors in com._1c.g5.v8.dt.form.ui.chart.aef.models.reference with parameters of type Chart Constructor Description IndexedChartReference(int index, Runnable notifier, Chart chart)
The constructor.IndexedChartReferenceBand(int index, ChartReferenceBand chartReferenceBand, Runnable notifier, Chart chart)
The constructor.IndexedChartReferenceLine(int index, ChartReferenceLine chartReferenceLine, Runnable notifier, Chart chart)
The constructor. -
Uses of Chart in com._1c.g5.v8.dt.form.ui.chart.editor.model
Methods in com._1c.g5.v8.dt.form.ui.chart.editor.model that return Chart Modifier and Type Method Description Chart
ChartElement. getChart()
Returns the value of the 'Chart' reference.Methods in com._1c.g5.v8.dt.form.ui.chart.editor.model with parameters of type Chart Modifier and Type Method Description void
ChartElement. setChart(Chart value)
Sets the value of the 'Chart
' reference. -
Uses of Chart in com._1c.g5.v8.dt.form.ui.chart.editor.model.impl
Fields in com._1c.g5.v8.dt.form.ui.chart.editor.model.impl declared as Chart Modifier and Type Field Description protected Chart
ChartElementImpl. chart
The cached value of the 'Chart
' reference.Methods in com._1c.g5.v8.dt.form.ui.chart.editor.model.impl that return Chart Modifier and Type Method Description Chart
ChartElementImpl. basicGetChart()
Chart
ChartElementImpl. getChart()
Methods in com._1c.g5.v8.dt.form.ui.chart.editor.model.impl with parameters of type Chart Modifier and Type Method Description void
ChartElementImpl. setChart(Chart newChart)
-
Uses of Chart in com._1c.g5.v8.dt.ganttchart.model
Methods in com._1c.g5.v8.dt.ganttchart.model that return Chart Modifier and Type Method Description Chart
GanttChart. getChart()
Returns the value of the 'Chart' containment reference.Methods in com._1c.g5.v8.dt.ganttchart.model with parameters of type Chart Modifier and Type Method Description void
GanttChart. setChart(Chart value)
Sets the value of the 'Chart
' containment reference. -
Uses of Chart in com._1c.g5.v8.dt.ganttchart.model.impl
Methods in com._1c.g5.v8.dt.ganttchart.model.impl that return Chart Modifier and Type Method Description Chart
GanttChartImpl. getChart()
Methods in com._1c.g5.v8.dt.ganttchart.model.impl with parameters of type Chart Modifier and Type Method Description void
GanttChartImpl. setChart(Chart newChart)
-