|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChartFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
ChartPackage| 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 |
|---|
static final java.lang.String copyright
static final ChartFactory eINSTANCE
| Method Detail |
|---|
Chart createChart()
Axe createAxe()
Serie createSerie()
Point createPoint()
Coordinate createCoordinate()
ChartPackage getChartPackage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||