Interface DataPoint
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IChartObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataPointImpl
A representation of the model object 'Data
Point'.
DataPoint holds the settings for establishing the
label text of a series' datapoints.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DataPointComponent>
Returns the value of the 'Components' containment reference list.Returns the value of the 'Prefix' attribute.Returns the value of the 'Separator' attribute.Returns the value of the 'Suffix' attribute.void
Sets the value of the 'Prefix
' attribute.void
setSeparator
(String value) Sets the value of the 'Separator
' attribute.void
Sets the value of the 'Suffix
' attribute.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
-
getComponents
org.eclipse.emf.common.util.EList<DataPointComponent> getComponents()Returns the value of the 'Components' containment reference list. The list contents are of typeDataPointComponent
. Specifies the components (values) being shown in the data label.- Returns:
- the value of the 'Components' containment reference list.
- See Also:
-
getPrefix
String getPrefix()Returns the value of the 'Prefix' attribute. Attribute "Prefix" specifies the prefix of the label text.- Returns:
- the value of the 'Prefix' attribute.
- See Also:
-
setPrefix
Sets the value of the 'Prefix
' attribute.- Parameters:
value
- the new value of the 'Prefix' attribute.- See Also:
-
getSuffix
String getSuffix()Returns the value of the 'Suffix' attribute. Attribute "Suffix" specifies the prefix of the label text.- Returns:
- the value of the 'Suffix' attribute.
- See Also:
-
setSuffix
Sets the value of the 'Suffix
' attribute.- Parameters:
value
- the new value of the 'Suffix' attribute.- See Also:
-
getSeparator
String getSeparator()Returns the value of the 'Separator' attribute. Specifies the separator used in the data label.- Returns:
- the value of the 'Separator' attribute.
- See Also:
-
setSeparator
Sets the value of the 'Separator
' attribute.- Parameters:
value
- the new value of the 'Separator' attribute.- See Also:
-
copyInstance
DataPoint copyInstance()- Specified by:
copyInstance
in interfaceIChartObject
-