|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
ComponentPackage| Field Summary | |
|---|---|
static ComponentFactory |
eINSTANCE
The singleton instance of the factory. |
| Method Summary | |
|---|---|
Axis |
createAxis()
Returns a new object of class 'Axis'. |
ChartPreferences |
createChartPreferences()
Deprecated. only reserved for compatibility |
CurveFitting |
createCurveFitting()
Returns a new object of class 'Curve Fitting'. |
Dial |
createDial()
Returns a new object of class 'Dial'. |
DialRegion |
createDialRegion()
Returns a new object of class 'Dial Region'. |
Grid |
createGrid()
Returns a new object of class 'Grid'. |
Label |
createLabel()
Returns a new object of class 'Label'. |
MarkerLine |
createMarkerLine()
Returns a new object of class 'Marker Line'. |
MarkerRange |
createMarkerRange()
Returns a new object of class 'Marker Range'. |
Needle |
createNeedle()
Returns a new object of class 'Needle'. |
Scale |
createScale()
Returns a new object of class 'Scale'. |
Series |
createSeries()
Returns a new object of class 'Series'. |
ComponentPackage |
getComponentPackage()
Returns the package supported by this factory. |
| Methods inherited from interface org.eclipse.emf.ecore.EFactory |
|---|
convertToString, create, createFromString, getEPackage, setEPackage |
| Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
|---|
getEAnnotation, getEAnnotations |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final ComponentFactory eINSTANCE
| Method Detail |
|---|
Axis createAxis()
ChartPreferences createChartPreferences()
CurveFitting createCurveFitting()
Dial createDial()
DialRegion createDialRegion()
Grid createGrid()
Label createLabel()
MarkerLine createMarkerLine()
MarkerRange createMarkerRange()
Needle createNeedle()
Scale createScale()
Series createSeries()
ComponentPackage getComponentPackage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||