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, unsetVisible
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
eAllContents, 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, eVirtualUnset
eNotificationRequired, eNotify
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
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, unsetVisible
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
public Fill getFill()
getFill
in interface StockSeries
StockSeries.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 StockSeries
newFill
- the new value of the 'Fill' containment reference.StockSeries.getFill()
public LineAttributes getLineAttributes()
getLineAttributes
in interface StockSeries
StockSeries.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 StockSeries
newLineAttributes
- the new value of the 'Line Attributes' containment reference.StockSeries.getLineAttributes()
public boolean isShowAsBarStick()
isShowAsBarStick
in interface StockSeries
StockSeries.isSetShowAsBarStick()
,
StockSeries.unsetShowAsBarStick()
,
StockSeries.setShowAsBarStick(boolean)
,
TypePackage.getStockSeries_ShowAsBarStick()
public void setShowAsBarStick(boolean newShowAsBarStick)
setShowAsBarStick
in interface StockSeries
newShowAsBarStick
- the new value of the 'Show As Bar Stick' attribute.StockSeries.isSetShowAsBarStick()
,
StockSeries.unsetShowAsBarStick()
,
StockSeries.isShowAsBarStick()
public void unsetShowAsBarStick()
unsetShowAsBarStick
in interface StockSeries
StockSeries.isSetShowAsBarStick()
,
StockSeries.isShowAsBarStick()
,
StockSeries.setShowAsBarStick(boolean)
public boolean isSetShowAsBarStick()
isSetShowAsBarStick
in interface StockSeries
StockSeries.unsetShowAsBarStick()
,
StockSeries.isShowAsBarStick()
,
StockSeries.setShowAsBarStick(boolean)
public int getStickLength()
getStickLength
in interface StockSeries
StockSeries.isSetStickLength()
,
StockSeries.unsetStickLength()
,
StockSeries.setStickLength(int)
,
TypePackage.getStockSeries_StickLength()
public void setStickLength(int newStickLength)
setStickLength
in interface StockSeries
newStickLength
- the new value of the 'Stick Length' attribute.StockSeries.isSetStickLength()
,
StockSeries.unsetStickLength()
,
StockSeries.getStickLength()
public void unsetStickLength()
unsetStickLength
in interface StockSeries
StockSeries.isSetStickLength()
,
StockSeries.getStickLength()
,
StockSeries.setStickLength(int)
public boolean isSetStickLength()
isSetStickLength
in interface StockSeries
StockSeries.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 SeriesImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class SeriesImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class SeriesImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class SeriesImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class SeriesImpl
public java.lang.String toString()
toString
in class SeriesImpl
public final boolean canParticipateInCombination()
Series
canParticipateInCombination
in interface Series
canParticipateInCombination
in class SeriesImpl
public void translateFrom(Series series, int iSeriesDefinitionIndex, Chart chart)
Series
translateFrom
in interface Series
translateFrom
in class SeriesImpl
public boolean canShareAxisUnit()
Series
canShareAxisUnit
in interface Series
canShareAxisUnit
in class SeriesImpl
public static final Series create()
public static final Series createDefault()
public java.lang.String getDisplayName()
Series
getDisplayName
in interface Series
getDisplayName
in class SeriesImpl
public StockSeries copyInstance()
copyInstance
in interface Series
copyInstance
in interface IChartObject
copyInstance
in interface StockSeries
copyInstance
in class SeriesImpl
public int[] getDefinedDataDefinitionIndex()
Series
getDefinedDataDefinitionIndex
in interface Series
getDefinedDataDefinitionIndex
in class SeriesImpl
Copyright © 2005-2008 Actuate Corp. All rights reserved.