Interface ChartPreferences
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IChartObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ChartPreferencesImpl
@Deprecated public interface ChartPreferences extends IChartObject
Deprecated.only reserved for compatibilityA representation of the model object 'Chart Preferences'. This type defines the global chart preferences.The following features are supported:
- See Also:
ComponentPackage.getChartPreferences()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ChartPreferences
copyInstance()
Deprecated.org.eclipse.emf.common.util.EList<Block>
getBlocks()
Deprecated.Returns the value of the 'Blocks' containment reference list.org.eclipse.emf.common.util.EList<Label>
getLabels()
Deprecated.Returns the value of the 'Labels' containment reference list.
-
-
-
Method Detail
-
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:
ComponentPackage.getChartPreferences_Labels()
-
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:
ComponentPackage.getChartPreferences_Blocks()
-
copyInstance
ChartPreferences copyInstance()
Deprecated.- Specified by:
copyInstance
in interfaceIChartObject
-
-