Interface ChartEditorFactory

  • All Superinterfaces:
    org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    ChartEditorFactoryImpl

    public interface ChartEditorFactory
    extends org.eclipse.emf.ecore.EFactory
    The Factory for the model. It provides a create method for each non-abstract class of the model.
    See Also:
    ChartEditorPackage
    • Field Detail

      • eINSTANCE

        static final ChartEditorFactory eINSTANCE
        The singleton instance of the factory.
    • Method Detail

      • createChartRepresentation

        ChartRepresentation createChartRepresentation()
        Returns a new object of class 'Chart Representation'.
        Returns:
        a new object of class 'Chart Representation'.
      • createDendrogramRepresentation

        DendrogramRepresentation createDendrogramRepresentation()
        Returns a new object of class 'Dendrogram Representation'.
        Returns:
        a new object of class 'Dendrogram Representation'.
      • createGanttChartRepresentation

        GanttChartRepresentation createGanttChartRepresentation()
        Returns a new object of class 'Gantt Chart Representation'.
        Returns:
        a new object of class 'Gantt Chart Representation'.
      • createChartTitle

        ChartTitle createChartTitle()
        Returns a new object of class 'Chart Title'.
        Returns:
        a new object of class 'Chart Title'.
      • createChartLegend

        ChartLegend createChartLegend()
        Returns a new object of class 'Chart Legend'.
        Returns:
        a new object of class 'Chart Legend'.
      • createChartMainArea

        ChartMainArea createChartMainArea()
        Returns a new object of class 'Chart Main Area'.
        Returns:
        a new object of class 'Chart Main Area'.
      • createDendrogramTitle

        DendrogramTitle createDendrogramTitle()
        Returns a new object of class 'Dendrogram Title'.
        Returns:
        a new object of class 'Dendrogram Title'.
      • createDendrogramMainArea

        DendrogramMainArea createDendrogramMainArea()
        Returns a new object of class 'Dendrogram Main Area'.
        Returns:
        a new object of class 'Dendrogram Main Area'.
      • createGanttChartTitle

        GanttChartTitle createGanttChartTitle()
        Returns a new object of class 'Gantt Chart Title'.
        Returns:
        a new object of class 'Gantt Chart Title'.
      • createGanttChartLegend

        GanttChartLegend createGanttChartLegend()
        Returns a new object of class 'Gantt Chart Legend'.
        Returns:
        a new object of class 'Gantt Chart Legend'.
      • createGanttChartMainArea

        GanttChartMainArea createGanttChartMainArea()
        Returns a new object of class 'Gantt Chart Main Area'.
        Returns:
        a new object of class 'Gantt Chart Main Area'.
      • getChartEditorPackage

        ChartEditorPackage getChartEditorPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.