Class BarSeriesImpl

  • All Implemented Interfaces:
    Series, IChartObject, BarSeries, org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject

    public class BarSeriesImpl
    extends SeriesImpl
    implements BarSeries
    An implementation of the model object ' Bar Series'.

    The following features are implemented:

    • Method Detail

      • basicSetRiserOutline

        public org.eclipse.emf.common.notify.NotificationChain basicSetRiserOutline​(ColorDefinition newRiserOutline,
                                                                                    org.eclipse.emf.common.notify.NotificationChain msgs)
      • eInverseRemove

        public org.eclipse.emf.common.notify.NotificationChain eInverseRemove​(org.eclipse.emf.ecore.InternalEObject otherEnd,
                                                                              int featureID,
                                                                              org.eclipse.emf.common.notify.NotificationChain msgs)
        Overrides:
        eInverseRemove in class SeriesImpl
      • eGet

        public java.lang.Object eGet​(int featureID,
                                     boolean resolve,
                                     boolean coreType)
        Specified by:
        eGet in interface org.eclipse.emf.ecore.InternalEObject
        Overrides:
        eGet in class SeriesImpl
      • eSet

        public void eSet​(int featureID,
                         java.lang.Object newValue)
        Specified by:
        eSet in interface org.eclipse.emf.ecore.InternalEObject
        Overrides:
        eSet in class SeriesImpl
      • eUnset

        public void eUnset​(int featureID)
        Specified by:
        eUnset in interface org.eclipse.emf.ecore.InternalEObject
        Overrides:
        eUnset in class SeriesImpl
      • eIsSet

        public boolean eIsSet​(int featureID)
        Specified by:
        eIsSet in interface org.eclipse.emf.ecore.InternalEObject
        Overrides:
        eIsSet in class SeriesImpl
      • canParticipateInCombination

        public final boolean canParticipateInCombination()
        Description copied from interface: Series
        This method should return true if the series type can be used in a combination chart. NOTE: Manually written
        Specified by:
        canParticipateInCombination in interface Series
        Overrides:
        canParticipateInCombination in class SeriesImpl
        Returns:
        true means this series can be used in combination chart
      • canShareAxisUnit

        public boolean canShareAxisUnit()
        Description copied from interface: Series
        Indicates if this series graphic element may share a scale unit with other similar elements. NOTE: Manually written
        Specified by:
        canShareAxisUnit in interface Series
        Overrides:
        canShareAxisUnit in class SeriesImpl
        Returns:
        true means this series can share scale unit
      • create

        public static final Series create()
        A convenience method to create an initialized 'Series' instance
        Returns:
        series instance
      • createDefault

        public static final Series createDefault()
        A convenience method to create an initialized 'Series' instance
        Returns:
        series instance
      • canBeStacked

        public final boolean canBeStacked()
        Description copied from interface: Series
        Indicates if this series type may be rendered stacked with other series instances of the same type NOTE: Manually written
        Specified by:
        canBeStacked in interface Series
        Overrides:
        canBeStacked in class SeriesImpl
        Returns:
        true means this series can be stacked
      • translateFrom

        public void translateFrom​(Series series,
                                  int iSeriesDefinitionIndex,
                                  Chart chart)
        Description copied from interface: Series
        This method should modify the series instance to extract whatever information it can from the series provided...updating the model if necessary. This method should be overridden by each series type implementation in particular if the series type can participate in a combination. It will be called when converting from one series type to another. The iSeriesDefinitionIndex value is the index of the series definition among all series definitions at the same level (base or orthogonal) NOTE: Manually written
        Specified by:
        translateFrom in interface Series
        Overrides:
        translateFrom in class SeriesImpl
      • getDisplayName

        public java.lang.String getDisplayName()
        Description copied from interface: Series
        This method should return a user-friendly name for the series type. NOTE: Manually written
        Specified by:
        getDisplayName in interface Series
        Overrides:
        getDisplayName in class SeriesImpl
        Returns:
        display name for the series type
      • isSingleCache

        public boolean isSingleCache()
        Description copied from interface: Series
        The method indicates if painting requests of series should be added to a single cache.
        Specified by:
        isSingleCache in interface Series
        Overrides:
        isSingleCache in class SeriesImpl
        Returns:
        true if painting requests of series should be added to a single cache. False means creating a new Cache for each series.
      • getLabelPositionScope

        public org.eclipse.birt.chart.util.NameSet getLabelPositionScope​(ChartDimension dimension)
        Description copied from interface: Series
        Returns supported label positions scope in current series. Label position set in series must be in one of these types.
        Specified by:
        getLabelPositionScope in interface Series
        Overrides:
        getLabelPositionScope in class SeriesImpl
        Parameters:
        dimension - chart dimension
        Returns:
        NameSet with supported label positions.