Interface DialSeries
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IChartObject
,org.eclipse.emf.common.notify.Notifier
,Series
- All Known Implementing Classes:
DialSeriesImpl
A representation of the model object 'Dial
Series'.
This is a Series type that holds data for Dial
Charts.
The following features are supported:
- See Also:
-
Method Summary
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.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
-
getDial
Dial getDial()Returns the value of the 'Dial' containment reference. Specifies the Dial for this series- Returns:
- the value of the 'Dial' containment reference.
- See Also:
-
setDial
Sets the value of the 'Dial
' containment reference.- Parameters:
value
- the new value of the 'Dial' containment reference.- See Also:
-
getNeedle
Needle getNeedle()Returns the value of the 'Needle' containment reference. Defines the needle to be used in the Dial- Returns:
- the value of the 'Needle' containment reference.
- See Also:
-
setNeedle
Sets the value of the 'Needle
' containment reference.- Parameters:
value
- the new value of the 'Needle' containment reference.- See Also:
-
copyInstance
DialSeries copyInstance()- Specified by:
copyInstance
in interfaceIChartObject
- Specified by:
copyInstance
in interfaceSeries
-