|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final ComponentFactory eINSTANCE
Method Detail |
public Axis createAxis()
public ChartPreferences createChartPreferences()
public CurveFitting createCurveFitting()
public Dial createDial()
public DialRegion createDialRegion()
public Grid createGrid()
public Label createLabel()
public MarkerLine createMarkerLine()
public MarkerRange createMarkerRange()
public Needle createNeedle()
public Scale createScale()
public Series createSeries()
public ComponentPackage getComponentPackage()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |