public class StockSeriesImpl extends SeriesImpl implements StockSeries
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 |
basicSetFill(Fill newFill,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetLineAttributes(LineAttributes newLineAttributes,
org.eclipse.emf.common.notify.NotificationChain msgs) |
boolean |
canParticipateInCombination()
This method should return true if the series type can be used in a
combination chart.
|
boolean |
canShareAxisUnit()
Indicates if this series graphic element may share a scale unit with
other similar elements.
|
StockSeries |
copyInstance() |
static Series |
create()
A convenience method to create an initialized 'Series' instance NOTE:
Manually written
|
static Series |
createDefault()
A convenience method to create an initialized 'Series' instance NOTE:
Manually written
|
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) |
int[] |
getDefinedDataDefinitionIndex()
Returns the index array of data definitions which must be defined.
|
java.lang.String |
getDisplayName()
This method should return a user-friendly name for the series type.
|
Fill |
getFill() |
LineAttributes |
getLineAttributes() |
int |
getStickLength() |
boolean |
isSetShowAsBarStick() |
boolean |
isSetStickLength() |
boolean |
isShowAsBarStick() |
void |
setFill(Fill newFill) |
void |
setLineAttributes(LineAttributes newLineAttributes) |
void |
setShowAsBarStick(boolean newShowAsBarStick) |
void |
setStickLength(int newStickLength) |
java.lang.String |
toString() |
void |
translateFrom(Series series,
int iSeriesDefinitionIndex,
Chart chart)
This method should modify the series instance to extract whatever
information it can from the series provided...updating the model if
necessary.
|
void |
unsetShowAsBarStick() |
void |
unsetStickLength() |
basicSetCursor, basicSetCurveFitting, basicSetDataPoint, basicSetLabel, canBeStacked, getCursor, getCurveFitting, getDataDefinition, getDataPoint, getDataSet, getDataSet, getDataSets, getLabel, getLabelPosition, getLabelPositionScope, getSeriesIdentifier, getTriggers, isSetLabelPosition, isSetStacked, isSetTranslucent, isSetVisible, isSingleCache, isStacked, isTranslucent, isVisible, setCursor, setCurveFitting, setDataPoint, setDataSet, setDataSet, setLabel, setLabelPosition, setSeriesIdentifier, setStacked, setTranslucent, setVisible, unsetLabelPosition, unsetStacked, unsetTranslucent, unsetVisibleeAdapters, 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, eVirtualUnsetcanBeStacked, getCursor, getCurveFitting, getDataDefinition, getDataPoint, getDataSet, getDataSet, getDataSets, getLabel, getLabelPosition, getLabelPositionScope, getSeriesIdentifier, getTriggers, isSetLabelPosition, isSetStacked, isSetTranslucent, isSetVisible, isSingleCache, isStacked, isTranslucent, isVisible, setCursor, setCurveFitting, setDataPoint, setDataSet, setDataSet, setLabel, setLabelPosition, setSeriesIdentifier, setStacked, setTranslucent, setVisible, unsetLabelPosition, unsetStacked, unsetTranslucent, unsetVisiblepublic Fill getFill()
getFill 在接口中 StockSeriesStockSeries.setFill(Fill),
TypePackage.getStockSeries_Fill()public org.eclipse.emf.common.notify.NotificationChain basicSetFill(Fill newFill, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setFill(Fill newFill)
setFill 在接口中 StockSeriesnewFill - the new value of the 'Fill' containment reference.StockSeries.getFill()public LineAttributes getLineAttributes()
getLineAttributes 在接口中 StockSeriesStockSeries.setLineAttributes(LineAttributes),
TypePackage.getStockSeries_LineAttributes()public org.eclipse.emf.common.notify.NotificationChain basicSetLineAttributes(LineAttributes newLineAttributes, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setLineAttributes(LineAttributes newLineAttributes)
setLineAttributes 在接口中 StockSeriesnewLineAttributes - the new value of the 'Line Attributes' containment reference.StockSeries.getLineAttributes()public boolean isShowAsBarStick()
isShowAsBarStick 在接口中 StockSeriesStockSeries.isSetShowAsBarStick(),
StockSeries.unsetShowAsBarStick(),
StockSeries.setShowAsBarStick(boolean),
TypePackage.getStockSeries_ShowAsBarStick()public void setShowAsBarStick(boolean newShowAsBarStick)
setShowAsBarStick 在接口中 StockSeriesnewShowAsBarStick - the new value of the 'Show As Bar Stick' attribute.StockSeries.isSetShowAsBarStick(),
StockSeries.unsetShowAsBarStick(),
StockSeries.isShowAsBarStick()public void unsetShowAsBarStick()
public boolean isSetShowAsBarStick()
isSetShowAsBarStick 在接口中 StockSeriesStockSeries.unsetShowAsBarStick(),
StockSeries.isShowAsBarStick(),
StockSeries.setShowAsBarStick(boolean)public int getStickLength()
getStickLength 在接口中 StockSeriesStockSeries.isSetStickLength(),
StockSeries.unsetStickLength(),
StockSeries.setStickLength(int),
TypePackage.getStockSeries_StickLength()public void setStickLength(int newStickLength)
setStickLength 在接口中 StockSeriesnewStickLength - the new value of the 'Stick Length' attribute.StockSeries.isSetStickLength(),
StockSeries.unsetStickLength(),
StockSeries.getStickLength()public void unsetStickLength()
public boolean isSetStickLength()
isSetStickLength 在接口中 StockSeriesStockSeries.unsetStickLength(),
StockSeries.getStickLength(),
StockSeries.setStickLength(int)public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove 在类中 SeriesImplpublic java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet 在接口中 org.eclipse.emf.ecore.InternalEObjecteGet 在类中 SeriesImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet 在接口中 org.eclipse.emf.ecore.InternalEObjecteSet 在类中 SeriesImplpublic void eUnset(int featureID)
eUnset 在接口中 org.eclipse.emf.ecore.InternalEObjecteUnset 在类中 SeriesImplpublic boolean eIsSet(int featureID)
eIsSet 在接口中 org.eclipse.emf.ecore.InternalEObjecteIsSet 在类中 SeriesImplpublic java.lang.String toString()
toString 在类中 SeriesImplpublic final boolean canParticipateInCombination()
SeriescanParticipateInCombination 在接口中 SeriescanParticipateInCombination 在类中 SeriesImplpublic void translateFrom(Series series, int iSeriesDefinitionIndex, Chart chart)
SeriestranslateFrom 在接口中 SeriestranslateFrom 在类中 SeriesImplpublic boolean canShareAxisUnit()
SeriescanShareAxisUnit 在接口中 SeriescanShareAxisUnit 在类中 SeriesImplpublic static final Series create()
public static final Series createDefault()
public java.lang.String getDisplayName()
SeriesgetDisplayName 在接口中 SeriesgetDisplayName 在类中 SeriesImplpublic StockSeries copyInstance()
copyInstance 在接口中 SeriescopyInstance 在接口中 IChartObjectcopyInstance 在接口中 StockSeriescopyInstance 在类中 SeriesImplpublic int[] getDefinedDataDefinitionIndex()
SeriesgetDefinedDataDefinitionIndex 在接口中 SeriesgetDefinedDataDefinitionIndex 在类中 SeriesImplCopyright © 2005-2008 Actuate Corp. All rights reserved.