public class DifferenceSeriesImpl extends AreaSeriesImpl implements DifferenceSeries
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 |
basicSetNegativeLineAttributes(LineAttributes newNegativeLineAttributes,
org.eclipse.emf.common.notify.NotificationChain msgs) |
boolean |
canBeStacked()
Indicates if this series type may be rendered stacked with other series
instances of the same type
NOTE: Manually written
|
boolean |
canParticipateInCombination()
This method should return true if the series type can be used in a
combination chart.
|
DifferenceSeries |
copyInstance()
A convenient method to get an instance copy.
|
static Series |
create()
A convenience method to create an initialized 'Series' instance
|
static Series |
createDefault()
A convenience method to create an initialized 'Series' instance
|
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.
|
LineAttributes |
getNegativeLineAttributes() |
org.eclipse.emf.common.util.EList<Marker> |
getNegativeMarkers() |
void |
setNegativeLineAttributes(LineAttributes newNegativeLineAttributes) |
translateFrom
basicSetLineAttributes, basicSetMarker, basicSetShadowColor, canShareAxisUnit, getLineAttributes, getMarker, getMarkers, getShadowColor, isConnectMissingValue, isCurve, isPaletteLineColor, isSetConnectMissingValue, isSetCurve, isSetPaletteLineColor, setConnectMissingValue, setCurve, setLineAttributes, setMarker, setPaletteLineColor, setShadowColor, toString, unsetConnectMissingValue, unsetCurve, unsetPaletteLineColor
basicSetCursor, basicSetCurveFitting, basicSetDataPoint, basicSetLabel, 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
getLineAttributes, getMarker, getMarkers, getShadowColor, isConnectMissingValue, isCurve, isPaletteLineColor, isSetConnectMissingValue, isSetCurve, isSetPaletteLineColor, setConnectMissingValue, setCurve, setLineAttributes, setMarker, setPaletteLineColor, setShadowColor, unsetConnectMissingValue, unsetCurve, unsetPaletteLineColor
canShareAxisUnit, 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, translateFrom, unsetLabelPosition, unsetStacked, unsetTranslucent, unsetVisible
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
public org.eclipse.emf.common.util.EList<Marker> getNegativeMarkers()
getNegativeMarkers
in interface DifferenceSeries
TypePackage.getDifferenceSeries_NegativeMarkers()
public LineAttributes getNegativeLineAttributes()
getNegativeLineAttributes
in interface DifferenceSeries
DifferenceSeries.setNegativeLineAttributes(LineAttributes)
,
TypePackage.getDifferenceSeries_NegativeLineAttributes()
public org.eclipse.emf.common.notify.NotificationChain basicSetNegativeLineAttributes(LineAttributes newNegativeLineAttributes, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setNegativeLineAttributes(LineAttributes newNegativeLineAttributes)
setNegativeLineAttributes
in interface DifferenceSeries
newNegativeLineAttributes
- the new value of the 'Negative Line Attributes' containment reference.DifferenceSeries.getNegativeLineAttributes()
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 LineSeriesImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class LineSeriesImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class LineSeriesImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class LineSeriesImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class LineSeriesImpl
public boolean canBeStacked()
Series
canBeStacked
in interface Series
canBeStacked
in class LineSeriesImpl
public boolean canParticipateInCombination()
Series
canParticipateInCombination
in interface Series
canParticipateInCombination
in class LineSeriesImpl
public static final Series create()
public static final Series createDefault()
public java.lang.String getDisplayName()
Series
getDisplayName
in interface Series
getDisplayName
in class AreaSeriesImpl
public DifferenceSeries copyInstance()
DifferenceSeries
copyInstance
in interface Series
copyInstance
in interface IChartObject
copyInstance
in interface AreaSeries
copyInstance
in interface DifferenceSeries
copyInstance
in interface LineSeries
copyInstance
in class AreaSeriesImpl
public int[] getDefinedDataDefinitionIndex()
Series
getDefinedDataDefinitionIndex
in interface Series
getDefinedDataDefinitionIndex
in class SeriesImpl
Copyright © 2005-2008 Actuate Corp. All rights reserved.