public class ChartImpl extends org.eclipse.emf.ecore.impl.EObjectImpl implements Chart
The following features are implemented:
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList| 限定符和类型 | 方法和说明 |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
basicSetBlock(Block newBlock,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetDescription(Text newDescription,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetEmptyMessage(Label newEmptyMessage,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetInteractivity(Interactivity newInteractivity,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetSampleData(SampleData newSampleData,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
clearSections(int iSectionType)
This method walks through the model and clears specific model sections that are not required at deployment time.
|
Chart |
copyInstance() |
void |
createSampleRuntimeSeries()
Builds runtime series instances for each design-time series based on the sample data contained in the model
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
void |
eUnset(int featureID) |
Block |
getBlock() |
Text |
getDescription() |
ChartDimension |
getDimension() |
Label |
getEmptyMessage() |
org.eclipse.emf.common.util.EList<ExtendedProperty> |
getExtendedProperties() |
int |
getGridColumnCount() |
Interactivity |
getInteractivity() |
Legend |
getLegend()
Note: Manually written
|
Plot |
getPlot()
Note: Manually written
|
SampleData |
getSampleData() |
java.lang.String |
getScript() |
SeriesDefinition[] |
getSeriesForLegend()
This method returns all series whose captions/markers are to be rendered
in the Legend content
|
double |
getSeriesThickness() |
org.eclipse.emf.common.util.EList<StyleMap> |
getStyles() |
java.lang.String |
getSubType() |
TitleBlock |
getTitle()
Note: Manually written
|
java.lang.String |
getType() |
java.lang.String |
getUnits() |
java.lang.String |
getVersion() |
boolean |
isSetDimension() |
boolean |
isSetGridColumnCount() |
boolean |
isSetSeriesThickness() |
boolean |
isSetVersion() |
void |
setBlock(Block newBlock) |
void |
setDescription(Text newDescription) |
void |
setDimension(ChartDimension newDimension) |
void |
setEmptyMessage(Label newEmptyMessage) |
void |
setGridColumnCount(int newGridColumnCount) |
void |
setInteractivity(Interactivity newInteractivity) |
void |
setSampleData(SampleData newSampleData) |
void |
setScript(java.lang.String newScript) |
void |
setSeriesThickness(double newSeriesThickness) |
void |
setSubType(java.lang.String newSubType) |
void |
setType(java.lang.String newType) |
void |
setUnits(java.lang.String newUnits) |
void |
setVersion(java.lang.String newVersion) |
java.lang.String |
toString() |
void |
unsetDimension() |
void |
unsetGridColumnCount() |
void |
unsetSeriesThickness() |
void |
unsetVersion() |
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eSetClass, eSetDeliver, eSetProxyURIeAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnsetpublic java.lang.String getVersion()
getVersion 在接口中 ChartChart.isSetVersion(),
Chart.unsetVersion(),
Chart.setVersion(String),
ModelPackage.getChart_Version()public void setVersion(java.lang.String newVersion)
setVersion 在接口中 ChartnewVersion - the new value of the 'Version' attribute.Chart.isSetVersion(),
Chart.unsetVersion(),
Chart.getVersion()public void unsetVersion()
unsetVersion 在接口中 ChartChart.isSetVersion(),
Chart.getVersion(),
Chart.setVersion(String)public boolean isSetVersion()
isSetVersion 在接口中 ChartChart.unsetVersion(),
Chart.getVersion(),
Chart.setVersion(String)public java.lang.String getType()
getType 在接口中 ChartChart.setType(String),
ModelPackage.getChart_Type()public void setType(java.lang.String newType)
setType 在接口中 ChartnewType - the new value of the 'Type' attribute.Chart.getType()public java.lang.String getSubType()
getSubType 在接口中 ChartChart.setSubType(String),
ModelPackage.getChart_SubType()public void setSubType(java.lang.String newSubType)
setSubType 在接口中 ChartnewSubType - the new value of the 'Sub Type' attribute.Chart.getSubType()public Text getDescription()
getDescription 在接口中 ChartChart.setDescription(Text),
ModelPackage.getChart_Description()public org.eclipse.emf.common.notify.NotificationChain basicSetDescription(Text newDescription, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setDescription(Text newDescription)
setDescription 在接口中 ChartnewDescription - the new value of the 'Description' containment reference.Chart.getDescription()public Block getBlock()
getBlock 在接口中 ChartChart.setBlock(Block),
ModelPackage.getChart_Block()public org.eclipse.emf.common.notify.NotificationChain basicSetBlock(Block newBlock, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setBlock(Block newBlock)
setBlock 在接口中 ChartnewBlock - the new value of the 'Block' containment reference.Chart.getBlock()public ChartDimension getDimension()
getDimension 在接口中 ChartChartDimension,
Chart.isSetDimension(),
Chart.unsetDimension(),
Chart.setDimension(ChartDimension),
ModelPackage.getChart_Dimension()public void setDimension(ChartDimension newDimension)
setDimension 在接口中 ChartnewDimension - the new value of the 'Dimension' attribute.ChartDimension,
Chart.isSetDimension(),
Chart.unsetDimension(),
Chart.getDimension()public void unsetDimension()
public boolean isSetDimension()
isSetDimension 在接口中 ChartChart.unsetDimension(),
Chart.getDimension(),
Chart.setDimension(ChartDimension)public java.lang.String getScript()
getScript 在接口中 ChartChart.setScript(String),
ModelPackage.getChart_Script()public void setScript(java.lang.String newScript)
setScript 在接口中 ChartnewScript - the new value of the 'Script' attribute.Chart.getScript()public java.lang.String getUnits()
getUnits 在接口中 ChartChart.setUnits(String),
ModelPackage.getChart_Units()public void setUnits(java.lang.String newUnits)
setUnits 在接口中 ChartnewUnits - the new value of the 'Units' attribute.Chart.getUnits()public double getSeriesThickness()
getSeriesThickness 在接口中 ChartChart.isSetSeriesThickness(),
Chart.unsetSeriesThickness(),
Chart.setSeriesThickness(double),
ModelPackage.getChart_SeriesThickness()public void setSeriesThickness(double newSeriesThickness)
setSeriesThickness 在接口中 ChartnewSeriesThickness - the new value of the 'Series Thickness' attribute.Chart.isSetSeriesThickness(),
Chart.unsetSeriesThickness(),
Chart.getSeriesThickness()public void unsetSeriesThickness()
public boolean isSetSeriesThickness()
isSetSeriesThickness 在接口中 ChartChart.unsetSeriesThickness(),
Chart.getSeriesThickness(),
Chart.setSeriesThickness(double)public int getGridColumnCount()
getGridColumnCount 在接口中 ChartChart.isSetGridColumnCount(),
Chart.unsetGridColumnCount(),
Chart.setGridColumnCount(int),
ModelPackage.getChart_GridColumnCount()public void setGridColumnCount(int newGridColumnCount)
setGridColumnCount 在接口中 ChartnewGridColumnCount - the new value of the 'Grid Column Count' attribute.Chart.isSetGridColumnCount(),
Chart.unsetGridColumnCount(),
Chart.getGridColumnCount()public void unsetGridColumnCount()
public boolean isSetGridColumnCount()
isSetGridColumnCount 在接口中 ChartChart.unsetGridColumnCount(),
Chart.getGridColumnCount(),
Chart.setGridColumnCount(int)public org.eclipse.emf.common.util.EList<ExtendedProperty> getExtendedProperties()
getExtendedProperties 在接口中 ChartModelPackage.getChart_ExtendedProperties()public SampleData getSampleData()
getSampleData 在接口中 ChartChart.setSampleData(SampleData),
ModelPackage.getChart_SampleData()public org.eclipse.emf.common.notify.NotificationChain basicSetSampleData(SampleData newSampleData, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setSampleData(SampleData newSampleData)
setSampleData 在接口中 ChartnewSampleData - the new value of the 'Sample Data' containment reference.Chart.getSampleData()public org.eclipse.emf.common.util.EList<StyleMap> getStyles()
getStyles 在接口中 ChartModelPackage.getChart_Styles()public Interactivity getInteractivity()
getInteractivity 在接口中 ChartChart.setInteractivity(Interactivity),
ModelPackage.getChart_Interactivity()public org.eclipse.emf.common.notify.NotificationChain basicSetInteractivity(Interactivity newInteractivity, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setInteractivity(Interactivity newInteractivity)
setInteractivity 在接口中 ChartnewInteractivity - the new value of the 'Interactivity' containment reference.Chart.getInteractivity()public Label getEmptyMessage()
getEmptyMessage 在接口中 ChartChart.setEmptyMessage(Label),
ModelPackage.getChart_EmptyMessage()public org.eclipse.emf.common.notify.NotificationChain basicSetEmptyMessage(Label newEmptyMessage, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setEmptyMessage(Label newEmptyMessage)
setEmptyMessage 在接口中 ChartnewEmptyMessage - the new value of the 'Empty Message' containment reference.Chart.getEmptyMessage()public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove 在类中 org.eclipse.emf.ecore.impl.BasicEObjectImplpublic java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet 在接口中 org.eclipse.emf.ecore.InternalEObjecteGet 在类中 org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet 在接口中 org.eclipse.emf.ecore.InternalEObjecteSet 在类中 org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eUnset(int featureID)
eUnset 在接口中 org.eclipse.emf.ecore.InternalEObjecteUnset 在类中 org.eclipse.emf.ecore.impl.BasicEObjectImplpublic boolean eIsSet(int featureID)
eIsSet 在接口中 org.eclipse.emf.ecore.InternalEObjecteIsSet 在类中 org.eclipse.emf.ecore.impl.BasicEObjectImplpublic java.lang.String toString()
toString 在类中 org.eclipse.emf.ecore.impl.BasicEObjectImplpublic final Legend getLegend()
public final TitleBlock getTitle()
public SeriesDefinition[] getSeriesForLegend()
ChartgetSeriesForLegend 在接口中 Chartpublic void clearSections(int iSectionType)
ChartclearSections 在接口中 ChartiSectionType - Possible values are IConstants.RUN_TIME and IConstants.USER_INTERFACEpublic final void createSampleRuntimeSeries()
ChartcreateSampleRuntimeSeries 在接口中 Chartpublic Chart copyInstance()
copyInstance 在接口中 ChartcopyInstance 在接口中 IChartObjectCopyright © 2005-2008 Actuate Corp. All rights reserved.