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, canParticipateInCombinationbasicSetLineAttributes, basicSetMarker, basicSetShadowColor, canShareAxisUnit, getLineAttributes, getMarker, getMarkers, getShadowColor, isConnectMissingValue, isCurve, isPaletteLineColor, isSetConnectMissingValue, isSetCurve, isSetPaletteLineColor, setConnectMissingValue, setCurve, setLineAttributes, setMarker, setPaletteLineColor, setShadowColor, translateFrom, unsetConnectMissingValue, unsetCurve, unsetPaletteLineColorbasicSetCursor, 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, 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, waitgetLineAttributes, getMarker, getMarkers, getShadowColor, isConnectMissingValue, isCurve, isPaletteLineColor, isSetConnectMissingValue, isSetCurve, isSetPaletteLineColor, setConnectMissingValue, setCurve, setLineAttributes, setMarker, setPaletteLineColor, setShadowColor, unsetConnectMissingValue, unsetCurve, unsetPaletteLineColorcanBeStacked, 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, unsetVisibleeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetpublic LineAttributes getAccLineAttributes()
getAccLineAttributes in interface BubbleSeriesBubbleSeries.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 BubbleSeriesnewAccLineAttributes - the new value of the 'Acc Line Attributes' containment reference.BubbleSeries.getAccLineAttributes()public Orientation getAccOrientation()
getAccOrientation in interface BubbleSeriesOrientation,
BubbleSeries.isSetAccOrientation(),
BubbleSeries.unsetAccOrientation(),
BubbleSeries.setAccOrientation(Orientation),
TypePackage.getBubbleSeries_AccOrientation()public void setAccOrientation(Orientation newAccOrientation)
setAccOrientation in interface BubbleSeriesnewAccOrientation - the new value of the 'Acc Orientation' attribute.Orientation,
BubbleSeries.isSetAccOrientation(),
BubbleSeries.unsetAccOrientation(),
BubbleSeries.getAccOrientation()public void unsetAccOrientation()
unsetAccOrientation in interface BubbleSeriesBubbleSeries.isSetAccOrientation(),
BubbleSeries.getAccOrientation(),
BubbleSeries.setAccOrientation(Orientation)public boolean isSetAccOrientation()
isSetAccOrientation in interface BubbleSeriesBubbleSeries.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 LineSeriesImplpublic java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class LineSeriesImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class LineSeriesImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class LineSeriesImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class LineSeriesImplpublic java.lang.String toString()
toString in class LineSeriesImplpublic static final Series create()
public static final Series createDefault()
public java.lang.String getDisplayName()
SeriesgetDisplayName in interface SeriesgetDisplayName in class ScatterSeriesImplpublic boolean isSingleCache()
SeriesisSingleCache in interface SeriesisSingleCache in class SeriesImpltrue 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 SeriescopyInstance in interface IChartObjectcopyInstance in interface BubbleSeriescopyInstance in interface LineSeriescopyInstance in interface ScatterSeriescopyInstance in class ScatterSeriesImplpublic org.eclipse.birt.chart.util.NameSet getLabelPositionScope(ChartDimension dimension)
SeriesgetLabelPositionScope in interface SeriesgetLabelPositionScope in class SeriesImpldimension - chart dimensionpublic int[] getDefinedDataDefinitionIndex()
SeriesgetDefinedDataDefinitionIndex in interface SeriesgetDefinedDataDefinitionIndex in class SeriesImplCopyright © 2005-2008 Actuate Corp. All rights reserved.