Class BmChartPointModel

All Implemented Interfaces:
ICompoundModel, IEditableModel, IModel, IDefinitionModel, IValidable, IModelApiAwareModel, IChartPointModel

public class BmChartPointModel extends AbstractDefinitionModel implements IChartPointModel
Component model for PointProperties collection of given Chart.
  • Constructor Details

    • BmChartPointModel

      public BmChartPointModel(Chart chart, org.eclipse.core.resources.IProject project, IEditingLanguageManager languageProvider)
      The constructor.
      Parameters:
      chart - The chart which owns the point, cannot be null.
      project - The project, cannot be null.
      languageProvider - The language provider, cannot be null.
  • Method Details