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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Series
All Known Subinterfaces:
AreaSeries, ScatterSeries
All Known Implementing Classes:
AreaSeriesImpl, LineSeriesImpl, ScatterSeriesImpl

public interface LineSeries
extends Series

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

The following features are supported:

See Also:
TypePackage.getLineSeries()

Field Summary
 
Fields inherited from interface org.eclipse.birt.chart.model.component.Series
EMPTY_ARRAY
 
Method Summary
 LineAttributes getLineAttributes()
          Returns the value of the 'Line Attributes' containment reference.
 Marker getMarker()
          Returns the value of the 'Marker' containment reference.
 ColorDefinition getShadowColor()
          Returns the value of the 'Shadow Color' containment reference.
 boolean isCurve()
          Returns the value of the 'Curve' attribute.
 boolean isPaletteLineColor()
          Returns the value of the 'Palette Line Color' attribute.
 boolean isSetCurve()
          Returns whether the value of the 'Curve' attribute is set.
 boolean isSetPaletteLineColor()
          Returns whether the value of the 'Palette Line Color' attribute is set.
 void setCurve(boolean value)
          Sets the value of the 'Curve' attribute.
 void setLineAttributes(LineAttributes value)
          Sets the value of the 'Line Attributes' containment reference.
 void setMarker(Marker value)
          Sets the value of the 'Marker' containment reference.
 void setPaletteLineColor(boolean value)
          Sets the value of the 'Palette Line Color' attribute.
 void setShadowColor(ColorDefinition value)
          Sets the value of the 'Shadow Color' containment reference.
 void unsetCurve()
          Unsets the value of the 'Curve' attribute.
 void unsetPaletteLineColor()
          Unsets the value of the 'Palette Line Color' 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, 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

getMarker

public Marker getMarker()
Returns the value of the 'Marker' containment reference. Specifies the marker to be used for displaying the data point on the line in the chart.

Returns:
the value of the 'Marker' containment reference.
See Also:
setMarker(Marker), TypePackage.getLineSeries_Marker()

setMarker

public void setMarker(Marker value)
Sets the value of the 'Marker' containment reference.

Parameters:
value - the new value of the 'Marker' containment reference.
See Also:
getMarker()

getLineAttributes

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

Returns:
the value of the 'Line Attributes' containment reference.
See Also:
setLineAttributes(LineAttributes), TypePackage.getLineSeries_LineAttributes()

setLineAttributes

public void setLineAttributes(LineAttributes value)
Sets the value of the 'Line Attributes' containment reference.

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

isPaletteLineColor

public boolean isPaletteLineColor()
Returns the value of the 'Palette Line Color' attribute. Indicates if use the series palette color to draw the line instead of the color in LineAttributes

Returns:
the value of the 'Palette Line Color' attribute.
See Also:
isSetPaletteLineColor(), unsetPaletteLineColor(), setPaletteLineColor(boolean), TypePackage.getLineSeries_PaletteLineColor()

setPaletteLineColor

public void setPaletteLineColor(boolean value)
Sets the value of the 'Palette Line Color' attribute.

Parameters:
value - the new value of the 'Palette Line Color' attribute.
See Also:
isSetPaletteLineColor(), unsetPaletteLineColor(), isPaletteLineColor()

unsetPaletteLineColor

public void unsetPaletteLineColor()
Unsets the value of the 'Palette Line Color' attribute.

See Also:
isSetPaletteLineColor(), isPaletteLineColor(), setPaletteLineColor(boolean)

isSetPaletteLineColor

public boolean isSetPaletteLineColor()
Returns whether the value of the 'Palette Line Color' attribute is set.

Returns:
whether the value of the 'Palette Line Color' attribute is set.
See Also:
unsetPaletteLineColor(), isPaletteLineColor(), setPaletteLineColor(boolean)

isCurve

public boolean isCurve()
Returns the value of the 'Curve' attribute. Indicates whether the line segments joining data points in the series are to be drawn as curves or as straight lines.

Returns:
the value of the 'Curve' attribute.
See Also:
isSetCurve(), unsetCurve(), setCurve(boolean), TypePackage.getLineSeries_Curve()

setCurve

public void setCurve(boolean value)
Sets the value of the 'Curve' attribute.

Parameters:
value - the new value of the 'Curve' attribute.
See Also:
isSetCurve(), unsetCurve(), isCurve()

unsetCurve

public void unsetCurve()
Unsets the value of the 'Curve' attribute.

See Also:
isSetCurve(), isCurve(), setCurve(boolean)

isSetCurve

public boolean isSetCurve()
Returns whether the value of the 'Curve' attribute is set.

Returns:
whether the value of the 'Curve' attribute is set.
See Also:
unsetCurve(), isCurve(), setCurve(boolean)

getShadowColor

public ColorDefinition getShadowColor()
Returns the value of the 'Shadow Color' containment reference. Specifies the color to be used for the shadow.

Returns:
the value of the 'Shadow Color' containment reference.
See Also:
setShadowColor(ColorDefinition), TypePackage.getLineSeries_ShadowColor()

setShadowColor

public void setShadowColor(ColorDefinition value)
Sets the value of the 'Shadow Color' containment reference.

Parameters:
value - the new value of the 'Shadow Color' containment reference.
See Also:
getShadowColor()


Copyright © 2005 Actuate Corp. All rights reserved.