org.eclipse.modisco.utils.chart.metamodel.internal.chart
Interface ChartFactory


public interface ChartFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
ChartPackage
Generated:

Field Summary
static java.lang.String copyright
           
static ChartFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 Axe createAxe()
          Returns a new object of class 'Axe'.
 Chart createChart()
          Returns a new object of class 'Chart'.
 Coordinate createCoordinate()
          Returns a new object of class 'Coordinate'.
 Point createPoint()
          Returns a new object of class 'Point'.
 Serie createSerie()
          Returns a new object of class 'Serie'.
 ChartPackage getChartPackage()
          Returns the package supported by this factory.
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Generated:

eINSTANCE

static final ChartFactory eINSTANCE
The singleton instance of the factory.

Generated:
Method Detail

createChart

Chart createChart()
Returns a new object of class 'Chart'.

Returns:
a new object of class 'Chart'.
Generated:

createAxe

Axe createAxe()
Returns a new object of class 'Axe'.

Returns:
a new object of class 'Axe'.
Generated:

createSerie

Serie createSerie()
Returns a new object of class 'Serie'.

Returns:
a new object of class 'Serie'.
Generated:

createPoint

Point createPoint()
Returns a new object of class 'Point'.

Returns:
a new object of class 'Point'.
Generated:

createCoordinate

Coordinate createCoordinate()
Returns a new object of class 'Coordinate'.

Returns:
a new object of class 'Coordinate'.
Generated:

getChartPackage

ChartPackage getChartPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated: