public interface ComponentFactory
ComponentPackage
Modifier and Type | Field and Description |
---|---|
static ComponentFactory |
eINSTANCE
The singleton instance of the factory.
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final ComponentFactory eINSTANCE
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()
Copyright © 2014 OpenText Corp. All rights reserved.