Class EmfChartLineModel

    • Constructor Detail

      • EmfChartLineModel

        public EmfChartLineModel​(org.eclipse.emf.ecore.EObject object,
                                 org.eclipse.emf.ecore.EStructuralFeature feature)
        Instantiates a new EMF value.
        Parameters:
        object - the object, cannot be null.
        feature - the feature, cannot be null.
    • Method Detail

      • getLineTypeModel

        public IValue<ChartLineType> getLineTypeModel()
        Description copied from interface: com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.IChartLineModel
        Returns the model of the planner line type.
        Specified by:
        getLineTypeModel in interface com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.IChartLineModel
        Returns:
        the model of the planner line type.
      • set

        public void set​(ChartLineType newType)
        Description copied from interface: com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.IChartLineModel
        Sets the new line type.
        Specified by:
        set in interface com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.IChartLineModel
        Parameters:
        newType - the new line type.