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

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

public interface BarSeries
extends Series

A representation of the model object 'Bar Series'. This is a Series type that holds data for Bar Charts.

The following features are supported:

See Also:
TypePackage.getBarSeries()

Method Summary
 RiserType getRiser()
          Returns the value of the 'Riser' attribute.
 ColorDefinition getRiserOutline()
          Returns the value of the 'Riser Outline' containment reference.
 boolean isSetRiser()
          Returns whether the value of the 'Riser' attribute is set.
 void setRiser(RiserType value)
          Sets the value of the 'Riser' attribute.
 void setRiserOutline(ColorDefinition value)
          Sets the value of the 'Riser Outline' containment reference.
 void unsetRiser()
          Unsets the value of the 'Riser' attribute.
 
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

getRiser

public RiserType getRiser()
Returns the value of the 'Riser' attribute. The default value is "Rectangle". The literals are from the enumeration RiserType. Specifies the 'Riser' to be used for displaying the data values in the chart.

Returns:
the value of the 'Riser' attribute.
See Also:
RiserType, isSetRiser(), unsetRiser(), setRiser(RiserType), TypePackage.getBarSeries_Riser()

setRiser

public void setRiser(RiserType value)
Sets the value of the 'Riser' attribute.

Parameters:
value - the new value of the 'Riser' attribute.
See Also:
RiserType, isSetRiser(), unsetRiser(), getRiser()

unsetRiser

public void unsetRiser()
Unsets the value of the 'Riser' attribute.

See Also:
isSetRiser(), getRiser(), setRiser(RiserType)

isSetRiser

public boolean isSetRiser()
Returns whether the value of the 'Riser' attribute is set.

Returns:
whether the value of the 'Riser' attribute is set.
See Also:
unsetRiser(), getRiser(), setRiser(RiserType)

getRiserOutline

public ColorDefinition getRiserOutline()
Returns the value of the 'Riser Outline' containment reference. Defines the color to be used for the Riser outline.

Returns:
the value of the 'Riser Outline' containment reference.
See Also:
setRiserOutline(ColorDefinition), TypePackage.getBarSeries_RiserOutline()

setRiserOutline

public void setRiserOutline(ColorDefinition value)
Sets the value of the 'Riser Outline' containment reference.

Parameters:
value - the new value of the 'Riser Outline' containment reference.
See Also:
getRiserOutline()


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