org.eclipse.birt.chart.model.attribute
Interface DataPoint

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
DataPointImpl

public interface DataPoint
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Data Point'. This type represents the data value being displayed in the plot area for each data value.

The following features are supported:

See Also:
AttributePackage.getDataPoint()

Method Summary
 org.eclipse.emf.common.util.EList getComponents()
          Returns the value of the 'Components' containment reference list.
 java.lang.String getPrefix()
          Returns the value of the 'Prefix' attribute.
 java.lang.String getSeparator()
          Returns the value of the 'Separator' attribute.
 java.lang.String getSuffix()
          Returns the value of the 'Suffix' attribute.
 void setPrefix(java.lang.String value)
          Sets the value of the 'Prefix' attribute.
 void setSeparator(java.lang.String value)
          Sets the value of the 'Separator' attribute.
 void setSuffix(java.lang.String value)
          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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getComponents

public org.eclipse.emf.common.util.EList getComponents()
Returns the value of the 'Components' containment reference list. The list contents are of type DataPointComponent. Specifies the components (values) being shown in the data label.

Returns:
the value of the 'Components' containment reference list.
See Also:
AttributePackage.getDataPoint_Components()

getPrefix

public java.lang.String getPrefix()
Returns the value of the 'Prefix' attribute. Specifies the prefix for the data label.

Returns:
the value of the 'Prefix' attribute.
See Also:
setPrefix(String), AttributePackage.getDataPoint_Prefix()

setPrefix

public void setPrefix(java.lang.String value)
Sets the value of the 'Prefix' attribute.

Parameters:
value - the new value of the 'Prefix' attribute.
See Also:
getPrefix()

getSuffix

public java.lang.String getSuffix()
Returns the value of the 'Suffix' attribute. Specifies the suffix for the data label.

Returns:
the value of the 'Suffix' attribute.
See Also:
setSuffix(String), AttributePackage.getDataPoint_Suffix()

setSuffix

public void setSuffix(java.lang.String value)
Sets the value of the 'Suffix' attribute.

Parameters:
value - the new value of the 'Suffix' attribute.
See Also:
getSuffix()

getSeparator

public java.lang.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(String), AttributePackage.getDataPoint_Separator()

setSeparator

public void setSeparator(java.lang.String value)
Sets the value of the 'Separator' attribute.

Parameters:
value - the new value of the 'Separator' attribute.
See Also:
getSeparator()


Copyright © 2005-2007 Actuate Corp. All rights reserved.