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| Modifier and Type | Method and Description |
|---|---|
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, eVirtualUnseteNotificationRequired, eNotifyequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcanBeStacked, 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, unsetVisibleeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetpublic Fill getFill()
getFill in interface 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 in interface StockSeriesnewFill - the new value of the 'Fill' containment reference.StockSeries.getFill()public LineAttributes getLineAttributes()
getLineAttributes in interface 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 in interface StockSeriesnewLineAttributes - the new value of the 'Line Attributes' containment reference.StockSeries.getLineAttributes()public boolean isShowAsBarStick()
isShowAsBarStick in interface StockSeriesStockSeries.isSetShowAsBarStick(),
StockSeries.unsetShowAsBarStick(),
StockSeries.setShowAsBarStick(boolean),
TypePackage.getStockSeries_ShowAsBarStick()public void setShowAsBarStick(boolean newShowAsBarStick)
setShowAsBarStick in interface StockSeriesnewShowAsBarStick - the new value of the 'Show As Bar Stick' attribute.StockSeries.isSetShowAsBarStick(),
StockSeries.unsetShowAsBarStick(),
StockSeries.isShowAsBarStick()public void unsetShowAsBarStick()
unsetShowAsBarStick in interface StockSeriesStockSeries.isSetShowAsBarStick(),
StockSeries.isShowAsBarStick(),
StockSeries.setShowAsBarStick(boolean)public boolean isSetShowAsBarStick()
isSetShowAsBarStick in interface StockSeriesStockSeries.unsetShowAsBarStick(),
StockSeries.isShowAsBarStick(),
StockSeries.setShowAsBarStick(boolean)public int getStickLength()
getStickLength in interface StockSeriesStockSeries.isSetStickLength(),
StockSeries.unsetStickLength(),
StockSeries.setStickLength(int),
TypePackage.getStockSeries_StickLength()public void setStickLength(int newStickLength)
setStickLength in interface StockSeriesnewStickLength - the new value of the 'Stick Length' attribute.StockSeries.isSetStickLength(),
StockSeries.unsetStickLength(),
StockSeries.getStickLength()public void unsetStickLength()
unsetStickLength in interface StockSeriesStockSeries.isSetStickLength(),
StockSeries.getStickLength(),
StockSeries.setStickLength(int)public boolean isSetStickLength()
isSetStickLength in interface 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 in class SeriesImplpublic java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class SeriesImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class SeriesImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class SeriesImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class SeriesImplpublic java.lang.String toString()
toString in class SeriesImplpublic final boolean canParticipateInCombination()
SeriescanParticipateInCombination in interface SeriescanParticipateInCombination in class SeriesImplpublic void translateFrom(Series series, int iSeriesDefinitionIndex, Chart chart)
SeriestranslateFrom in interface SeriestranslateFrom in class SeriesImplpublic boolean canShareAxisUnit()
SeriescanShareAxisUnit in interface SeriescanShareAxisUnit in class SeriesImplpublic static final Series create()
public static final Series createDefault()
public java.lang.String getDisplayName()
SeriesgetDisplayName in interface SeriesgetDisplayName in class SeriesImplpublic StockSeries copyInstance()
copyInstance in interface SeriescopyInstance in interface IChartObjectcopyInstance in interface StockSeriescopyInstance in class SeriesImplpublic int[] getDefinedDataDefinitionIndex()
SeriesgetDefinedDataDefinitionIndex in interface SeriesgetDefinedDataDefinitionIndex in class SeriesImplCopyright © 2005-2008 Actuate Corp. All rights reserved.