public class LineSeriesImpl extends SeriesImpl implements LineSeries
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 |
basicSetLineAttributes(LineAttributes newLineAttributes,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetMarker(Marker newMarker,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetShadowColor(ColorDefinition newShadowColor,
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.
|
boolean |
canShareAxisUnit()
Indicates if this series graphic element may share a scale unit with
other similar elements.
|
LineSeries |
copyInstance() |
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) |
java.lang.String |
getDisplayName()
This method should return a user-friendly name for the series type.
|
LineAttributes |
getLineAttributes() |
Marker |
getMarker() |
org.eclipse.emf.common.util.EList<Marker> |
getMarkers() |
ColorDefinition |
getShadowColor() |
boolean |
isConnectMissingValue() |
boolean |
isCurve() |
boolean |
isPaletteLineColor() |
boolean |
isSetConnectMissingValue() |
boolean |
isSetCurve() |
boolean |
isSetPaletteLineColor() |
void |
setConnectMissingValue(boolean newConnectMissingValue) |
void |
setCurve(boolean newCurve) |
void |
setLineAttributes(LineAttributes newLineAttributes) |
void |
setMarker(Marker newMarker) |
void |
setPaletteLineColor(boolean newPaletteLineColor) |
void |
setShadowColor(ColorDefinition newShadowColor) |
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 |
unsetConnectMissingValue() |
void |
unsetCurve() |
void |
unsetPaletteLineColor() |
basicSetCursor, basicSetCurveFitting, basicSetDataPoint, basicSetLabel, getCursor, getCurveFitting, getDataDefinition, getDataPoint, getDataSet, getDataSet, getDataSets, getDefinedDataDefinitionIndex, 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
getCursor, getCurveFitting, getDataDefinition, getDataPoint, getDataSet, getDataSet, getDataSets, getDefinedDataDefinitionIndex, 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 org.eclipse.emf.common.util.EList<Marker> getMarkers()
getMarkers
in interface LineSeries
TypePackage.getLineSeries_Markers()
public Marker getMarker()
getMarker
in interface LineSeries
LineSeries.setMarker(Marker)
,
TypePackage.getLineSeries_Marker()
public org.eclipse.emf.common.notify.NotificationChain basicSetMarker(Marker newMarker, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setMarker(Marker newMarker)
setMarker
in interface LineSeries
newMarker
- the new value of the 'Marker' containment
reference.LineSeries.getMarker()
public LineAttributes getLineAttributes()
getLineAttributes
in interface LineSeries
LineSeries.setLineAttributes(LineAttributes)
,
TypePackage.getLineSeries_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 LineSeries
newLineAttributes
- the new value of the 'Line Attributes' containment reference.LineSeries.getLineAttributes()
public boolean isPaletteLineColor()
isPaletteLineColor
in interface LineSeries
LineSeries.isSetPaletteLineColor()
,
LineSeries.unsetPaletteLineColor()
,
LineSeries.setPaletteLineColor(boolean)
,
TypePackage.getLineSeries_PaletteLineColor()
public void setPaletteLineColor(boolean newPaletteLineColor)
setPaletteLineColor
in interface LineSeries
newPaletteLineColor
- the new value of the 'Palette Line Color' attribute.LineSeries.isSetPaletteLineColor()
,
LineSeries.unsetPaletteLineColor()
,
LineSeries.isPaletteLineColor()
public void unsetPaletteLineColor()
unsetPaletteLineColor
in interface LineSeries
LineSeries.isSetPaletteLineColor()
,
LineSeries.isPaletteLineColor()
,
LineSeries.setPaletteLineColor(boolean)
public boolean isSetPaletteLineColor()
isSetPaletteLineColor
in interface LineSeries
LineSeries.unsetPaletteLineColor()
,
LineSeries.isPaletteLineColor()
,
LineSeries.setPaletteLineColor(boolean)
public boolean isCurve()
isCurve
in interface LineSeries
LineSeries.isSetCurve()
,
LineSeries.unsetCurve()
,
LineSeries.setCurve(boolean)
,
TypePackage.getLineSeries_Curve()
public void setCurve(boolean newCurve)
setCurve
in interface LineSeries
newCurve
- the new value of the 'Curve' attribute.LineSeries.isSetCurve()
,
LineSeries.unsetCurve()
,
LineSeries.isCurve()
public void unsetCurve()
unsetCurve
in interface LineSeries
LineSeries.isSetCurve()
,
LineSeries.isCurve()
,
LineSeries.setCurve(boolean)
public boolean isSetCurve()
isSetCurve
in interface LineSeries
LineSeries.unsetCurve()
,
LineSeries.isCurve()
,
LineSeries.setCurve(boolean)
public ColorDefinition getShadowColor()
getShadowColor
in interface LineSeries
LineSeries.setShadowColor(ColorDefinition)
,
TypePackage.getLineSeries_ShadowColor()
public org.eclipse.emf.common.notify.NotificationChain basicSetShadowColor(ColorDefinition newShadowColor, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setShadowColor(ColorDefinition newShadowColor)
setShadowColor
in interface LineSeries
newShadowColor
- the new value of the 'Shadow Color' containment reference.LineSeries.getShadowColor()
public boolean isConnectMissingValue()
isConnectMissingValue
in interface LineSeries
LineSeries.isSetConnectMissingValue()
,
LineSeries.unsetConnectMissingValue()
,
LineSeries.setConnectMissingValue(boolean)
,
TypePackage.getLineSeries_ConnectMissingValue()
public void setConnectMissingValue(boolean newConnectMissingValue)
setConnectMissingValue
in interface LineSeries
newConnectMissingValue
- the new value of the 'Connect Missing Value' attribute.LineSeries.isSetConnectMissingValue()
,
LineSeries.unsetConnectMissingValue()
,
LineSeries.isConnectMissingValue()
public void unsetConnectMissingValue()
unsetConnectMissingValue
in interface LineSeries
LineSeries.isSetConnectMissingValue()
,
LineSeries.isConnectMissingValue()
,
LineSeries.setConnectMissingValue(boolean)
public boolean isSetConnectMissingValue()
isSetConnectMissingValue
in interface LineSeries
LineSeries.unsetConnectMissingValue()
,
LineSeries.isConnectMissingValue()
,
LineSeries.setConnectMissingValue(boolean)
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 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 final boolean canShareAxisUnit()
Series
canShareAxisUnit
in interface Series
canShareAxisUnit
in class SeriesImpl
public static Series create()
public static Series createDefault()
public boolean canBeStacked()
Series
canBeStacked
in interface Series
canBeStacked
in class SeriesImpl
public java.lang.String getDisplayName()
Series
getDisplayName
in interface Series
getDisplayName
in class SeriesImpl
public LineSeries copyInstance()
copyInstance
in interface Series
copyInstance
in interface IChartObject
copyInstance
in interface LineSeries
copyInstance
in class SeriesImpl
Copyright © 2005-2008 Actuate Corp. All rights reserved.