public interface ChartPreferences extends IChartObject
The following features are supported:
ComponentPackage.getChartPreferences()
Modifier and Type | Method and 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.
|
org.eclipse.emf.common.util.EList<Label> getLabels()
Label
.
A collection of labels holding preferences for the various labels used in a chart.
ComponentPackage.getChartPreferences_Labels()
org.eclipse.emf.common.util.EList<Block> getBlocks()
Block
.
A collection of blocks holding preferences for the different blocks used in a chart.
ComponentPackage.getChartPreferences_Blocks()
ChartPreferences copyInstance()
copyInstance
in interface IChartObject
Copyright © 2005-2008 Actuate Corp. All rights reserved.