public interface DataPoint extends IChartObject
The following features are supported:
| 限定符和类型 | 方法和说明 |
|---|---|
DataPoint |
copyInstance() |
org.eclipse.emf.common.util.EList<DataPointComponent> |
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 |
org.eclipse.emf.common.util.EList<DataPointComponent> getComponents()
DataPointComponent.
Specifies the components (values) being shown in the data label.
AttributePackage.getDataPoint_Components()java.lang.String getPrefix()
setPrefix(String),
AttributePackage.getDataPoint_Prefix()void setPrefix(java.lang.String value)
Prefix' attribute.
value - the new value of the 'Prefix' attribute.getPrefix()java.lang.String getSuffix()
setSuffix(String),
AttributePackage.getDataPoint_Suffix()void setSuffix(java.lang.String value)
Suffix' attribute.
value - the new value of the 'Suffix' attribute.getSuffix()java.lang.String getSeparator()
setSeparator(String),
AttributePackage.getDataPoint_Separator()void setSeparator(java.lang.String value)
Separator' attribute.
value - the new value of the 'Separator' attribute.getSeparator()DataPoint copyInstance()
copyInstance 在接口中 IChartObjectCopyright © 2005-2008 Actuate Corp. All rights reserved.