Class EmfLabelAreaModelValue

    • Constructor Detail

      • EmfLabelAreaModelValue

        public EmfLabelAreaModelValue​(org.eclipse.emf.ecore.EObject object,
                                      org.eclipse.emf.ecore.EStructuralFeature feature,
                                      IV8Project v8project,
                                      IColorProvider colorProvider,
                                      IFontProvider fontProvider,
                                      IBorderProvider borderProvider)
        The constructor.
        Parameters:
        object - the object, cannot be null.
        feature - the feature, cannot be null.
        v8project - the project, cannot be null.
        colorProvider - the color provider, cannot be null.
        fontProvider - the font provider, cannot be null.
        borderProvider - the border provider, cannot be null.
    • Method Detail

      • createDetailedModel

        public com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.labelarea.ILabelAreaDetailedModel createDetailedModel()
        Description copied from interface: com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.labelarea.ILabelAreaModel
        Creates the detailed model. Created model must be disposed afterward.
        Specified by:
        createDetailedModel in interface com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.labelarea.ILabelAreaModel
        Returns:
        the newly created detailed model.