Interface BubbleSeries
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IChartObject
,LineSeries
,org.eclipse.emf.common.notify.Notifier
,ScatterSeries
,Series
- All Known Implementing Classes:
BubbleSeriesImpl
A representation of the model object 'Bubble
Series'.
This is a Series type that holds data for Bubble
Charts.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Acc Line Attributes' containment reference.Returns the value of the 'Acc Orientation' attribute.boolean
Returns whether the value of the 'Acc Orientation
' attribute is set.void
Sets the value of the 'Acc Line Attributes
' containment reference.void
setAccOrientation
(Orientation value) Sets the value of the 'Acc Orientation
' attribute.void
Unsets the value of the 'Acc Orientation
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.birt.chart.model.type.LineSeries
getLineAttributes, getMarker, getMarkers, getShadowColor, isConnectMissingValue, isCurve, isPaletteLineColor, isSetConnectMissingValue, isSetCurve, isSetPaletteLineColor, setConnectMissingValue, setCurve, setLineAttributes, setMarker, setPaletteLineColor, setShadowColor, unsetConnectMissingValue, unsetCurve, unsetPaletteLineColor
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface org.eclipse.birt.chart.model.component.Series
canBeStacked, canParticipateInCombination, canShareAxisUnit, getCursor, getCurveFitting, getDataDefinition, getDataPoint, getDataSet, getDataSet, getDataSets, getDefinedDataDefinitionIndex, getDisplayName, 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
-
Method Details
-
getAccLineAttributes
LineAttributes getAccLineAttributes()Returns the value of the 'Acc Line Attributes' containment reference. Specifies the attributes for the line used to represent the acceleration line to the Bubble.- Returns:
- the value of the 'Acc Line Attributes' containment reference.
- See Also:
-
setAccLineAttributes
Sets the value of the 'Acc Line Attributes
' containment reference.- Parameters:
value
- the new value of the 'Acc Line Attributes' containment reference.- See Also:
-
getAccOrientation
Orientation getAccOrientation()Returns the value of the 'Acc Orientation' attribute. The default value is"Horizontal"
. The literals are from the enumerationOrientation
. Specifies the orientation of the acceleration line.- Returns:
- the value of the 'Acc Orientation' attribute.
- See Also:
-
setAccOrientation
Sets the value of the 'Acc Orientation
' attribute.- Parameters:
value
- the new value of the 'Acc Orientation' attribute.- See Also:
-
unsetAccOrientation
void unsetAccOrientation()Unsets the value of the 'Acc Orientation
' attribute. -
isSetAccOrientation
boolean isSetAccOrientation()Returns whether the value of the 'Acc Orientation
' attribute is set.- Returns:
- whether the value of the 'Acc Orientation' attribute is set.
- See Also:
-
copyInstance
BubbleSeries copyInstance()- Specified by:
copyInstance
in interfaceIChartObject
- Specified by:
copyInstance
in interfaceLineSeries
- Specified by:
copyInstance
in interfaceScatterSeries
- Specified by:
copyInstance
in interfaceSeries
-