|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Line Series'. This is a Series type that holds data for Line Charts.
The following features are supported:
TypePackage.getLineSeries()
Method Summary | |
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 |
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, 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 |
public org.eclipse.emf.common.util.EList getMarkers()
Marker
.
Specifies the marker to be used for displaying the data point on the line
in the chart.
TypePackage.getLineSeries_Markers()
public Marker getMarker()
setMarker(Marker)
,
TypePackage.getLineSeries_Marker()
public void setMarker(Marker value)
Marker
'
containment reference.
value
- the new value of the 'Marker' containment
reference.getMarker()
public LineAttributes getLineAttributes()
setLineAttributes(LineAttributes)
,
TypePackage.getLineSeries_LineAttributes()
public void setLineAttributes(LineAttributes value)
Line Attributes
' containment reference.
value
- the new value of the 'Line Attributes' containment reference.getLineAttributes()
public boolean isPaletteLineColor()
isSetPaletteLineColor()
,
unsetPaletteLineColor()
,
setPaletteLineColor(boolean)
,
TypePackage.getLineSeries_PaletteLineColor()
public void setPaletteLineColor(boolean value)
Palette Line Color
' attribute.
value
- the new value of the 'Palette Line Color' attribute.isSetPaletteLineColor()
,
unsetPaletteLineColor()
,
isPaletteLineColor()
public void unsetPaletteLineColor()
Palette Line Color
' attribute.
isSetPaletteLineColor()
,
isPaletteLineColor()
,
setPaletteLineColor(boolean)
public boolean isSetPaletteLineColor()
Palette Line Color
' attribute is set.
unsetPaletteLineColor()
,
isPaletteLineColor()
,
setPaletteLineColor(boolean)
public boolean isCurve()
isSetCurve()
,
unsetCurve()
,
setCurve(boolean)
,
TypePackage.getLineSeries_Curve()
public void setCurve(boolean value)
Curve
' attribute.
value
- the new value of the 'Curve' attribute.isSetCurve()
,
unsetCurve()
,
isCurve()
public void unsetCurve()
Curve
' attribute.
isSetCurve()
,
isCurve()
,
setCurve(boolean)
public boolean isSetCurve()
Curve
' attribute is set.
unsetCurve()
,
isCurve()
,
setCurve(boolean)
public ColorDefinition getShadowColor()
setShadowColor(ColorDefinition)
,
TypePackage.getLineSeries_ShadowColor()
public void setShadowColor(ColorDefinition value)
Shadow Color
' containment reference.
value
- the new value of the 'Shadow Color' containment reference.getShadowColor()
public boolean isConnectMissingValue()
"true"
.
Specifies if connect the missing values in the line or just skip drawing.
isSetConnectMissingValue()
,
unsetConnectMissingValue()
,
setConnectMissingValue(boolean)
,
TypePackage.getLineSeries_ConnectMissingValue()
public void setConnectMissingValue(boolean value)
Connect Missing Value
' attribute.
value
- the new value of the 'Connect Missing Value' attribute.isSetConnectMissingValue()
,
unsetConnectMissingValue()
,
isConnectMissingValue()
public void unsetConnectMissingValue()
Connect Missing Value
' attribute.
isSetConnectMissingValue()
,
isConnectMissingValue()
,
setConnectMissingValue(boolean)
public boolean isSetConnectMissingValue()
Connect Missing Value
' attribute is set.
unsetConnectMissingValue()
,
isConnectMissingValue()
,
setConnectMissingValue(boolean)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |