Uses of Interface
com._1c.g5.v8.dt.chart.model.ChartReferenceLine
Packages that use ChartReferenceLine
Package
Description
-
Uses of ChartReferenceLine in com._1c.g5.v8.dt.chart.model
Methods in com._1c.g5.v8.dt.chart.model that return ChartReferenceLineModifier and TypeMethodDescriptionChartFactory.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 ChartReferenceLineModifier and TypeMethodDescriptionorg.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 ChartReferenceLineModifier and TypeClassDescriptionclass
An implementation of the model object 'Reference Line'.Methods in com._1c.g5.v8.dt.chart.model.impl that return ChartReferenceLineMethods in com._1c.g5.v8.dt.chart.model.impl that return types with arguments of type ChartReferenceLineModifier and TypeMethodDescriptionorg.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 ChartReferenceLineModifier and TypeMethodDescriptionChartSwitch.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 ChartReferenceLineModifier and TypeMethodDescriptionDataCompositionAreaTemplateChartGroupAppearance.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 ChartReferenceLineModifier and TypeMethodDescriptionvoid
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 ChartReferenceLineModifier and TypeMethodDescriptionDataCompositionAreaTemplateChartGroupAppearanceImpl.getReferenceLineInChart()
Methods in com._1c.g5.v8.dt.dcs.model.areaTemplate.impl with parameters of type ChartReferenceLineModifier and TypeMethodDescriptionvoid
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 ChartReferenceLineModifier and TypeMethodDescriptionChartReferenceLineValue.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 ChartReferenceLineModifier and TypeMethodDescriptionvoid
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 ChartReferenceLineMethods in com._1c.g5.v8.dt.dcs.model.core.impl with parameters of type ChartReferenceLineModifier and TypeMethodDescriptionvoid
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 ChartReferenceLineModifier and TypeMethodDescriptionDataCompositionConditionalAppearance.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 ChartReferenceLineModifier and TypeMethodDescriptionvoid
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 ChartReferenceLineModifier and TypeMethodDescriptionDataCompositionConditionalAppearanceImpl.getReferenceLineInChart()
Methods in com._1c.g5.v8.dt.dcs.model.settings.impl with parameters of type ChartReferenceLineModifier and TypeMethodDescriptionvoid
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 ChartReferenceLineModifier and TypeMethodDescriptionprotected 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 ChartReferenceLineMethods in com._1c.g5.v8.dt.dcs.ui.aef.models.chart.reference with parameters of type ChartReferenceLineModifier and TypeMethodDescriptionvoid
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 ChartReferenceLineModifier and TypeMethodDescriptionIChartReferenceLineGridModel.addReferenceLine()
Creates new chart reference line and adds it to array.IndexedChartReferenceLine.get()
Methods in com._1c.g5.v8.dt.form.ui.chart.aef.models.reference with parameters of type ChartReferenceLineModifier and TypeMethodDescriptionvoid
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 ChartReferenceLineModifierConstructorDescriptionIndexedChartReferenceLine
(int index, ChartReferenceLine chartReferenceLine, Runnable notifier, Chart chart) The constructor. -
Uses of ChartReferenceLine in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.reference
Methods in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.reference that return ChartReferenceLineMethods in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.reference with parameters of type ChartReferenceLineModifier and TypeMethodDescriptionvoid
ChartReferenceLineGridModel.removeReferenceLine
(ChartReferenceLine referenceLine)