public class BubbleSeriesImpl extends ScatterSeriesImpl implements BubbleSeries
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 |
basicSetAccLineAttributes(LineAttributes newAccLineAttributes,
org.eclipse.emf.common.notify.NotificationChain msgs) |
BubbleSeries |
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) |
LineAttributes |
getAccLineAttributes() |
Orientation |
getAccOrientation() |
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.
|
org.eclipse.birt.chart.util.NameSet |
getLabelPositionScope(ChartDimension dimension)
Returns supported label positions scope in current series.
|
boolean |
isSetAccOrientation() |
boolean |
isSingleCache()
The method indicates if painting requests of series should be added to a
single cache.
|
void |
setAccLineAttributes(LineAttributes newAccLineAttributes) |
void |
setAccOrientation(Orientation newAccOrientation) |
java.lang.String |
toString() |
void |
unsetAccOrientation() |
canBeStacked, canParticipateInCombination
basicSetLineAttributes, basicSetMarker, basicSetShadowColor, canShareAxisUnit, getLineAttributes, getMarker, getMarkers, getShadowColor, isConnectMissingValue, isCurve, isPaletteLineColor, isSetConnectMissingValue, isSetCurve, isSetPaletteLineColor, setConnectMissingValue, setCurve, setLineAttributes, setMarker, setPaletteLineColor, setShadowColor, translateFrom, unsetConnectMissingValue, unsetCurve, unsetPaletteLineColor
basicSetCursor, basicSetCurveFitting, basicSetDataPoint, basicSetLabel, getCursor, getCurveFitting, getDataDefinition, getDataPoint, getDataSet, getDataSet, getDataSets, getLabel, getLabelPosition, getSeriesIdentifier, getTriggers, isSetLabelPosition, isSetStacked, isSetTranslucent, isSetVisible, 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
canBeStacked, canParticipateInCombination, canShareAxisUnit, getCursor, getCurveFitting, getDataDefinition, getDataPoint, getDataSet, getDataSet, getDataSets, getLabel, getLabelPosition, getSeriesIdentifier, getTriggers, isSetLabelPosition, isSetStacked, isSetTranslucent, isSetVisible, 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 LineAttributes getAccLineAttributes()
getAccLineAttributes
in interface BubbleSeries
BubbleSeries.setAccLineAttributes(LineAttributes)
,
TypePackage.getBubbleSeries_AccLineAttributes()
public org.eclipse.emf.common.notify.NotificationChain basicSetAccLineAttributes(LineAttributes newAccLineAttributes, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setAccLineAttributes(LineAttributes newAccLineAttributes)
setAccLineAttributes
in interface BubbleSeries
newAccLineAttributes
- the new value of the 'Acc Line Attributes' containment reference.BubbleSeries.getAccLineAttributes()
public Orientation getAccOrientation()
getAccOrientation
in interface BubbleSeries
Orientation
,
BubbleSeries.isSetAccOrientation()
,
BubbleSeries.unsetAccOrientation()
,
BubbleSeries.setAccOrientation(Orientation)
,
TypePackage.getBubbleSeries_AccOrientation()
public void setAccOrientation(Orientation newAccOrientation)
setAccOrientation
in interface BubbleSeries
newAccOrientation
- the new value of the 'Acc Orientation' attribute.Orientation
,
BubbleSeries.isSetAccOrientation()
,
BubbleSeries.unsetAccOrientation()
,
BubbleSeries.getAccOrientation()
public void unsetAccOrientation()
unsetAccOrientation
in interface BubbleSeries
BubbleSeries.isSetAccOrientation()
,
BubbleSeries.getAccOrientation()
,
BubbleSeries.setAccOrientation(Orientation)
public boolean isSetAccOrientation()
isSetAccOrientation
in interface BubbleSeries
BubbleSeries.unsetAccOrientation()
,
BubbleSeries.getAccOrientation()
,
BubbleSeries.setAccOrientation(Orientation)
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 java.lang.String toString()
toString
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 ScatterSeriesImpl
public boolean isSingleCache()
Series
isSingleCache
in interface Series
isSingleCache
in class SeriesImpl
true
if painting requests of series should be
added to a single cache. False means creating a new Cache for
each series.public BubbleSeries copyInstance()
copyInstance
in interface Series
copyInstance
in interface IChartObject
copyInstance
in interface BubbleSeries
copyInstance
in interface LineSeries
copyInstance
in interface ScatterSeries
copyInstance
in class ScatterSeriesImpl
public org.eclipse.birt.chart.util.NameSet getLabelPositionScope(ChartDimension dimension)
Series
getLabelPositionScope
in interface Series
getLabelPositionScope
in class SeriesImpl
dimension
- chart dimensionpublic int[] getDefinedDataDefinitionIndex()
Series
getDefinedDataDefinitionIndex
in interface Series
getDefinedDataDefinitionIndex
in class SeriesImpl
Copyright © 2005-2008 Actuate Corp. All rights reserved.