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 TypeClassDescriptionclassAn 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 TypeMethodDescriptionvoidDataCompositionAreaTemplateChartGroupAppearance.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 TypeMethodDescriptionvoidDataCompositionAreaTemplateChartGroupAppearanceImpl.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 TypeMethodDescriptionvoidChartReferenceLineValue.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 TypeMethodDescriptionvoidChartReferenceLineValueImpl.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 TypeMethodDescriptionvoidDataCompositionConditionalAppearance.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 TypeMethodDescriptionvoidDataCompositionConditionalAppearanceImpl.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 ValueComponentDcsChartReferenceLineGridComponent.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 TypeMethodDescriptionvoidDcsChartReferenceLineGridModel.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 TypeMethodDescriptionvoidIChartReferenceLineGridModel.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 TypeMethodDescriptionvoidChartReferenceLineGridModel.removeReferenceLine(ChartReferenceLine referenceLine)