Uses of Interface
com._1c.g5.v8.dt.chart.model.ChartReferenceLine
-
-
Uses of ChartReferenceLine in com._1c.g5.v8.dt.chart.model
Methods in com._1c.g5.v8.dt.chart.model that return ChartReferenceLine Modifier and Type Method Description ChartReferenceLine
ChartFactory. createChartReferenceLine()
Returns a new object of class 'Reference Line'.Methods in com._1c.g5.v8.dt.chart.model that return types with arguments of type ChartReferenceLine Modifier and Type Method Description org.eclipse.emf.common.util.EList<ChartReferenceLine>
ChartReferenceLines. getChartReferenceLine()
Returns the value of the 'Chart Reference Line' containment reference list. -
Uses of ChartReferenceLine in com._1c.g5.v8.dt.chart.model.impl
Classes in com._1c.g5.v8.dt.chart.model.impl that implement ChartReferenceLine Modifier and Type Class Description class
ChartReferenceLineImpl
An implementation of the model object 'Reference Line'.Methods in com._1c.g5.v8.dt.chart.model.impl that return ChartReferenceLine Modifier and Type Method Description ChartReferenceLine
ChartFactoryImpl. createChartReferenceLine()
Methods in com._1c.g5.v8.dt.chart.model.impl that return types with arguments of type ChartReferenceLine Modifier and Type Method Description org.eclipse.emf.common.util.EList<ChartReferenceLine>
ChartReferenceLinesImpl. getChartReferenceLine()
-
Uses of ChartReferenceLine in com._1c.g5.v8.dt.chart.model.util
Methods in com._1c.g5.v8.dt.chart.model.util with parameters of type ChartReferenceLine Modifier and Type Method Description T
ChartSwitch. caseChartReferenceLine(ChartReferenceLine object)
Returns the result of interpreting the object as an instance of 'Reference Line'. -
Uses of ChartReferenceLine in com._1c.g5.v8.dt.dcs.model.areaTemplate
Methods in com._1c.g5.v8.dt.dcs.model.areaTemplate that return ChartReferenceLine Modifier and Type Method Description ChartReferenceLine
DataCompositionAreaTemplateChartGroupAppearance. getReferenceLineInChart()
Returns the value of the 'Reference Line In Chart' containment reference.Methods in com._1c.g5.v8.dt.dcs.model.areaTemplate with parameters of type ChartReferenceLine Modifier and Type Method Description void
DataCompositionAreaTemplateChartGroupAppearance. setReferenceLineInChart(ChartReferenceLine value)
Sets the value of the 'Reference Line In Chart
' containment reference. -
Uses of ChartReferenceLine in com._1c.g5.v8.dt.dcs.model.areaTemplate.impl
Methods in com._1c.g5.v8.dt.dcs.model.areaTemplate.impl that return ChartReferenceLine Modifier and Type Method Description ChartReferenceLine
DataCompositionAreaTemplateChartGroupAppearanceImpl. getReferenceLineInChart()
Methods in com._1c.g5.v8.dt.dcs.model.areaTemplate.impl with parameters of type ChartReferenceLine Modifier and Type Method Description void
DataCompositionAreaTemplateChartGroupAppearanceImpl. setReferenceLineInChart(ChartReferenceLine newReferenceLineInChart)
-
Uses of ChartReferenceLine in com._1c.g5.v8.dt.dcs.model.core
Methods in com._1c.g5.v8.dt.dcs.model.core that return ChartReferenceLine Modifier and Type Method Description ChartReferenceLine
ChartReferenceLineValue. getChartReferenceLine()
Returns the value of the 'Chart Reference Line' containment reference.Methods in com._1c.g5.v8.dt.dcs.model.core with parameters of type ChartReferenceLine Modifier and Type Method Description void
ChartReferenceLineValue. setChartReferenceLine(ChartReferenceLine value)
Sets the value of the 'Chart Reference Line
' containment reference. -
Uses of ChartReferenceLine in com._1c.g5.v8.dt.dcs.model.core.impl
Methods in com._1c.g5.v8.dt.dcs.model.core.impl that return ChartReferenceLine Modifier and Type Method Description ChartReferenceLine
ChartReferenceLineValueImpl. getChartReferenceLine()
Methods in com._1c.g5.v8.dt.dcs.model.core.impl with parameters of type ChartReferenceLine Modifier and Type Method Description void
ChartReferenceLineValueImpl. setChartReferenceLine(ChartReferenceLine newChartReferenceLine)
-
Uses of ChartReferenceLine in com._1c.g5.v8.dt.dcs.model.settings
Methods in com._1c.g5.v8.dt.dcs.model.settings that return ChartReferenceLine Modifier and Type Method Description ChartReferenceLine
DataCompositionConditionalAppearance. getReferenceLineInChart()
Returns the value of the 'Reference Line In Chart' containment reference.Methods in com._1c.g5.v8.dt.dcs.model.settings with parameters of type ChartReferenceLine Modifier and Type Method Description void
DataCompositionConditionalAppearance. setReferenceLineInChart(ChartReferenceLine value)
Sets the value of the 'Reference Line In Chart
' containment reference. -
Uses of ChartReferenceLine in com._1c.g5.v8.dt.dcs.model.settings.impl
Methods in com._1c.g5.v8.dt.dcs.model.settings.impl that return ChartReferenceLine Modifier and Type Method Description ChartReferenceLine
DataCompositionConditionalAppearanceImpl. getReferenceLineInChart()
Methods in com._1c.g5.v8.dt.dcs.model.settings.impl with parameters of type ChartReferenceLine Modifier and Type Method Description void
DataCompositionConditionalAppearanceImpl. setReferenceLineInChart(ChartReferenceLine newReferenceLineInChart)
-
Uses of ChartReferenceLine in com._1c.g5.v8.dt.dcs.ui.aef.component.chart.reference
Method parameters in com._1c.g5.v8.dt.dcs.ui.aef.component.chart.reference with type arguments of type ChartReferenceLine Modifier and Type Method Description protected ValueComponent
DcsChartReferenceLineGridComponent. createValueComponent(IndexedChartReference<ChartReferenceLine> element, org.eclipse.emf.ecore.EStructuralFeature feature)
-
Uses of ChartReferenceLine 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 ChartReferenceLine Modifier and Type Method Description ChartReferenceLine
DcsChartReferenceLineGridModel. addReferenceLine()
Methods in com._1c.g5.v8.dt.dcs.ui.aef.models.chart.reference with parameters of type ChartReferenceLine Modifier and Type Method Description void
DcsChartReferenceLineGridModel. removeReferenceLine(ChartReferenceLine referenceLine)
-
Uses of ChartReferenceLine 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 ChartReferenceLine Modifier and Type Method Description ChartReferenceLine
IChartReferenceLineGridModel. addReferenceLine()
Creates new chart reference line and adds it to array.ChartReferenceLine
IndexedChartReferenceLine. get()
Methods in com._1c.g5.v8.dt.form.ui.chart.aef.models.reference with parameters of type ChartReferenceLine Modifier and Type Method Description void
IChartReferenceLineGridModel. removeReferenceLine(ChartReferenceLine referenceLine)
Removes chart reference line from array.Constructors in com._1c.g5.v8.dt.form.ui.chart.aef.models.reference with parameters of type ChartReferenceLine Constructor Description IndexedChartReferenceLine(int index, ChartReferenceLine chartReferenceLine, Runnable notifier, Chart chart)
The constructor.
-