org.eclipse.birt.chart.model.type
Interface DifferenceSeries

All Superinterfaces:
AreaSeries, org.eclipse.emf.ecore.EObject, LineSeries, org.eclipse.emf.common.notify.Notifier, Series
All Known Implementing Classes:
DifferenceSeriesImpl

public interface DifferenceSeries
extends AreaSeries

A representation of the model object 'Difference Series'.

The following features are supported:

See Also:
TypePackage.getDifferenceSeries()

Method Summary
 LineAttributes getNegativeLineAttributes()
          Returns the value of the 'Negative Line Attributes' containment reference.
 org.eclipse.emf.common.util.EList getNegativeMarkers()
          Returns the value of the 'Negative Markers' containment reference list.
 void setNegativeLineAttributes(LineAttributes value)
          Sets the value of the 'Negative Line Attributes' containment reference.
 
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.birt.chart.model.component.Series
canBeStacked, canParticipateInCombination, canShareAxisUnit, getCurveFitting, getDataDefinition, getDataPoint, getDataSet, getDataSet, getDataSets, getDisplayName, getLabel, getLabelPosition, getSeriesIdentifier, getTriggers, isSetLabelPosition, isSetStacked, isSetTranslucent, isSetVisible, isSingleCache, isStacked, isTranslucent, isVisible, setCurveFitting, setDataPoint, setDataSet, setDataSet, setLabel, setLabelPosition, setSeriesIdentifier, setStacked, setTranslucent, setVisible, translateFrom, unsetLabelPosition, unsetStacked, unsetTranslucent, unsetVisible
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getNegativeMarkers

org.eclipse.emf.common.util.EList getNegativeMarkers()
Returns the value of the 'Negative Markers' containment reference list. The list contents are of type Marker. Specifies the marker to be used for displaying the data point on the negative line in the chart.

Returns:
the value of the 'Negative Markers' containment reference list.
See Also:
TypePackage.getDifferenceSeries_NegativeMarkers()

getNegativeLineAttributes

LineAttributes getNegativeLineAttributes()
Returns the value of the 'Negative Line Attributes' containment reference. Specifies the attributes for the negative line used to represent this series.

Returns:
the value of the 'Negative Line Attributes' containment reference.
See Also:
setNegativeLineAttributes(LineAttributes), TypePackage.getDifferenceSeries_NegativeLineAttributes()

setNegativeLineAttributes

void setNegativeLineAttributes(LineAttributes value)
Sets the value of the 'Negative Line Attributes' containment reference.

Parameters:
value - the new value of the 'Negative Line Attributes' containment reference.
See Also:
getNegativeLineAttributes()


Copyright © 2005-2008 Actuate Corp. All rights reserved.