Interface ChartPreferences
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IChartObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ChartPreferencesImpl
Deprecated.
only reserved for compatibility
A representation of the model object 'Chart
Preferences'.
This type defines the global chart preferences.
The following features are supported:
- See Also:
-
Method Summary
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getLabels
org.eclipse.emf.common.util.EList<Label> getLabels()Deprecated.Returns the value of the 'Labels' containment reference list. The list contents are of typeLabel
. A collection of labels holding preferences for the various labels used in a chart.- Returns:
- the value of the 'Labels' containment reference list.
- See Also:
-
getBlocks
org.eclipse.emf.common.util.EList<Block> getBlocks()Deprecated.Returns the value of the 'Blocks' containment reference list. The list contents are of typeBlock
. A collection of blocks holding preferences for the different blocks used in a chart.- Returns:
- the value of the 'Blocks' containment reference list.
- See Also:
-
copyInstance
ChartPreferences copyInstance()Deprecated.- Specified by:
copyInstance
in interfaceIChartObject
-