|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LineSeries
A representation of the model object 'Line Series'. This is a Series type that, during design time, holds the query data for Line charts, and during run time, holds the value for each data point in the line. When rendered, a line connects each data point.
The following features are supported:
TypePackage.getLineSeries()
Method Summary | |
---|---|
LineSeries |
copyInstance()
|
LineAttributes |
getLineAttributes()
Returns the value of the 'Line Attributes' containment reference. |
Marker |
getMarker()
Deprecated. Use Markers property instead. This is kept just to maintain the compatibility with old models. |
org.eclipse.emf.common.util.EList<Marker> |
getMarkers()
Returns the value of the 'Markers' containment reference list. |
ColorDefinition |
getShadowColor()
Returns the value of the 'Shadow Color' containment reference. |
boolean |
isConnectMissingValue()
Returns the value of the 'Connect Missing Value' attribute. |
boolean |
isCurve()
Returns the value of the 'Curve' attribute. |
boolean |
isPaletteLineColor()
Returns the value of the 'Palette Line Color' attribute. |
boolean |
isSetConnectMissingValue()
Returns whether the value of the ' Connect Missing Value ' attribute is set. |
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 |
setConnectMissingValue(boolean value)
Sets the value of the ' Connect Missing Value ' attribute. |
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)
Deprecated. Use Markers property instead. This is kept just to maintain the compatibility with old models. |
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 |
unsetConnectMissingValue()
Unsets the value of the ' Connect Missing Value ' attribute. |
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, getCursor, getCurveFitting, getDataDefinition, getDataPoint, getDataSet, getDataSet, getDataSets, 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 |
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 |
Method Detail |
---|
org.eclipse.emf.common.util.EList<Marker> getMarkers()
Marker
.
Specifies the marker to be used for displaying the data point on the line
in the chart.
TypePackage.getLineSeries_Markers()
Marker getMarker()
setMarker(Marker)
,
TypePackage.getLineSeries_Marker()
void setMarker(Marker value)
Marker
'
containment reference.
value
- the new value of the 'Marker' containment
reference.getMarker()
LineAttributes getLineAttributes()
setLineAttributes(LineAttributes)
,
TypePackage.getLineSeries_LineAttributes()
void setLineAttributes(LineAttributes value)
Line Attributes
' containment reference.
value
- the new value of the 'Line Attributes' containment reference.getLineAttributes()
boolean isPaletteLineColor()
isSetPaletteLineColor()
,
unsetPaletteLineColor()
,
setPaletteLineColor(boolean)
,
TypePackage.getLineSeries_PaletteLineColor()
void setPaletteLineColor(boolean value)
Palette Line Color
' attribute.
value
- the new value of the 'Palette Line Color' attribute.isSetPaletteLineColor()
,
unsetPaletteLineColor()
,
isPaletteLineColor()
void unsetPaletteLineColor()
Palette Line Color
' attribute.
isSetPaletteLineColor()
,
isPaletteLineColor()
,
setPaletteLineColor(boolean)
boolean isSetPaletteLineColor()
Palette Line Color
' attribute is set.
unsetPaletteLineColor()
,
isPaletteLineColor()
,
setPaletteLineColor(boolean)
boolean isCurve()
isSetCurve()
,
unsetCurve()
,
setCurve(boolean)
,
TypePackage.getLineSeries_Curve()
void setCurve(boolean value)
Curve
' attribute.
value
- the new value of the 'Curve' attribute.isSetCurve()
,
unsetCurve()
,
isCurve()
void unsetCurve()
Curve
' attribute.
isSetCurve()
,
isCurve()
,
setCurve(boolean)
boolean isSetCurve()
Curve
' attribute is set.
unsetCurve()
,
isCurve()
,
setCurve(boolean)
ColorDefinition getShadowColor()
setShadowColor(ColorDefinition)
,
TypePackage.getLineSeries_ShadowColor()
void setShadowColor(ColorDefinition value)
Shadow Color
' containment reference.
value
- the new value of the 'Shadow Color' containment reference.getShadowColor()
boolean isConnectMissingValue()
"true"
.
Specifies if connect the missing values in the line or just skip drawing.
isSetConnectMissingValue()
,
unsetConnectMissingValue()
,
setConnectMissingValue(boolean)
,
TypePackage.getLineSeries_ConnectMissingValue()
void setConnectMissingValue(boolean value)
Connect Missing Value
' attribute.
value
- the new value of the 'Connect Missing Value' attribute.isSetConnectMissingValue()
,
unsetConnectMissingValue()
,
isConnectMissingValue()
void unsetConnectMissingValue()
Connect Missing Value
' attribute.
isSetConnectMissingValue()
,
isConnectMissingValue()
,
setConnectMissingValue(boolean)
boolean isSetConnectMissingValue()
Connect Missing Value
' attribute is set.
unsetConnectMissingValue()
,
isConnectMissingValue()
,
setConnectMissingValue(boolean)
LineSeries copyInstance()
copyInstance
in interface IChartObject
copyInstance
in interface Series
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |