Interface GanttSeries
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IChartObject
,org.eclipse.emf.common.notify.Notifier
,Series
- All Known Implementing Classes:
GanttSeriesImpl
A representation of the model object 'Gantt
Series'.
This is a Series type that holds data for Gantt
Charts.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Connection Line' containment reference.Returns the value of the 'Decoration Label' containment reference.Returns the value of the 'Decoration Label Position' attribute.Returns the value of the 'End Marker' containment reference.Returns the value of the 'End Marker Position' attribute.Returns the value of the 'Outline' containment reference.Returns the value of the 'Outline Fill' containment reference.Returns the value of the 'Start Marker' containment reference.Returns the value of the 'Start Marker Position' attribute.boolean
Returns the value of the 'Palette Line Color' attribute.boolean
Returns whether the value of the 'Decoration Label Position
' attribute is set.boolean
Returns whether the value of the 'End Marker Position
' attribute is set.boolean
Returns whether the value of the 'Palette Line Color
' attribute is set.boolean
Returns whether the value of the 'Start Marker Position
' attribute is set.boolean
Returns whether the value of the 'Use Decoration Label Value
' attribute is set.boolean
Returns the value of the 'Use Decoration Label Value' attribute.void
setConnectionLine
(LineAttributes value) Sets the value of the 'Connection Line
' containment reference.void
setDecorationLabel
(Label value) Sets the value of the 'Decoration Label
' containment reference.void
Sets the value of the 'Decoration Label Position
' attribute.void
setEndMarker
(Marker value) Sets the value of the 'End Marker
' containment reference.void
setEndMarkerPosition
(Position value) Sets the value of the 'End Marker Position
' attribute.void
setOutline
(LineAttributes value) Sets the value of the 'Outline
' containment reference.void
setOutlineFill
(Fill value) Sets the value of the 'Outline Fill
' containment reference.void
setPaletteLineColor
(boolean value) Sets the value of the 'Palette Line Color
' attribute.void
setStartMarker
(Marker value) Sets the value of the 'Start Marker
' containment reference.void
setStartMarkerPosition
(Position value) Sets the value of the 'Start Marker Position
' attribute.void
setUseDecorationLabelValue
(boolean value) Sets the value of the 'Use Decoration Label Value
' attribute.void
Unsets the value of the 'Decoration Label Position
' attribute.void
Unsets the value of the 'End Marker Position
' attribute.void
Unsets the value of the 'Palette Line Color
' attribute.void
Unsets the value of the 'Start Marker Position
' attribute.void
Unsets the value of the 'Use Decoration Label Value
' attribute.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
Methods inherited from interface org.eclipse.birt.chart.model.component.Series
canBeStacked, canParticipateInCombination, canShareAxisUnit, getCursor, getCurveFitting, getDataDefinition, getDataPoint, getDataSet, getDataSet, getDataSets, getDefinedDataDefinitionIndex, 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
-
Method Details
-
getStartMarker
Marker getStartMarker()Returns the value of the 'Start Marker' containment reference. Specifies the marker to be used for displaying the start data point on the line in the chart.- Returns:
- the value of the 'Start Marker' containment reference.
- See Also:
-
setStartMarker
Sets the value of the 'Start Marker
' containment reference.- Parameters:
value
- the new value of the 'Start Marker' containment reference.- See Also:
-
getStartMarkerPosition
Position getStartMarkerPosition()Returns the value of the 'Start Marker Position' attribute. The default value is"Above"
. The literals are from the enumerationPosition
. Specifies the position of the start marker relative to the connection line start point.- Returns:
- the value of the 'Start Marker Position' attribute.
- See Also:
-
setStartMarkerPosition
Sets the value of the 'Start Marker Position
' attribute.- Parameters:
value
- the new value of the 'Start Marker Position' attribute.- See Also:
-
unsetStartMarkerPosition
void unsetStartMarkerPosition()Unsets the value of the 'Start Marker Position
' attribute. -
isSetStartMarkerPosition
boolean isSetStartMarkerPosition()Returns whether the value of the 'Start Marker Position
' attribute is set.- Returns:
- whether the value of the 'Start Marker Position' attribute is set.
- See Also:
-
getEndMarker
Marker getEndMarker()Returns the value of the 'End Marker' containment reference. Specifies the marker to be used for displaying the end data point on the line in the chart.- Returns:
- the value of the 'End Marker' containment reference.
- See Also:
-
setEndMarker
Sets the value of the 'End Marker
' containment reference.- Parameters:
value
- the new value of the 'End Marker' containment reference.- See Also:
-
getEndMarkerPosition
Position getEndMarkerPosition()Returns the value of the 'End Marker Position' attribute. The default value is"Above"
. The literals are from the enumerationPosition
. Specifies the position of the end marker relative to the connection line end point.- Returns:
- the value of the 'End Marker Position' attribute.
- See Also:
-
setEndMarkerPosition
Sets the value of the 'End Marker Position
' attribute.- Parameters:
value
- the new value of the 'End Marker Position' attribute.- See Also:
-
unsetEndMarkerPosition
void unsetEndMarkerPosition()Unsets the value of the 'End Marker Position
' attribute. -
isSetEndMarkerPosition
boolean isSetEndMarkerPosition()Returns whether the value of the 'End Marker Position
' attribute is set.- Returns:
- whether the value of the 'End Marker Position' attribute is set.
- See Also:
-
getConnectionLine
LineAttributes getConnectionLine()Returns the value of the 'Connection Line' containment reference. Specifies the attributes for the line used to represent this series.- Returns:
- the value of the 'Connection Line' containment reference.
- See Also:
-
setConnectionLine
Sets the value of the 'Connection Line
' containment reference.- Parameters:
value
- the new value of the 'Connection Line' containment reference.- See Also:
-
getOutline
LineAttributes getOutline()Returns the value of the 'Outline' containment reference. Specifies the attributes for the outline used to represent this series.- Returns:
- the value of the 'Outline' containment reference.
- See Also:
-
setOutline
Sets the value of the 'Outline
' containment reference.- Parameters:
value
- the new value of the 'Outline' containment reference.- See Also:
-
getOutlineFill
Fill getOutlineFill()Returns the value of the 'Outline Fill' containment reference. Defines the extra fill to be used with outline.- Returns:
- the value of the 'Outline Fill' containment reference.
- See Also:
-
setOutlineFill
Sets the value of the 'Outline Fill
' containment reference.- Parameters:
value
- the new value of the 'Outline Fill' containment reference.- See Also:
-
isUseDecorationLabelValue
boolean isUseDecorationLabelValue()Returns the value of the 'Use Decoration Label Value' attribute. Specifies if use decoration value as the datapoint label value- Returns:
- the value of the 'Use Decoration Label Value' attribute.
- See Also:
-
setUseDecorationLabelValue
void setUseDecorationLabelValue(boolean value) Sets the value of the 'Use Decoration Label Value
' attribute.- Parameters:
value
- the new value of the 'Use Decoration Label Value' attribute.- See Also:
-
unsetUseDecorationLabelValue
void unsetUseDecorationLabelValue()Unsets the value of the 'Use Decoration Label Value
' attribute. -
isSetUseDecorationLabelValue
boolean isSetUseDecorationLabelValue()Returns whether the value of the 'Use Decoration Label Value
' attribute is set.- Returns:
- whether the value of the 'Use Decoration Label Value' attribute is set.
- See Also:
-
getDecorationLabel
Label getDecorationLabel()Returns the value of the 'Decoration Label' containment reference. Holds the properties for the decoration label, which could be used to decorate the primary base Axis.- Returns:
- the value of the 'Decoration Label' containment reference.
- See Also:
-
setDecorationLabel
Sets the value of the 'Decoration Label
' containment reference.- Parameters:
value
- the new value of the 'Decoration Label' containment reference.- See Also:
-
getDecorationLabelPosition
Position getDecorationLabelPosition()Returns the value of the 'Decoration Label Position' attribute. The default value is"Above"
. The literals are from the enumerationPosition
. Holds the position property for the decoration label.- Returns:
- the value of the 'Decoration Label Position' attribute.
- See Also:
-
setDecorationLabelPosition
Sets the value of the 'Decoration Label Position
' attribute.- Parameters:
value
- the new value of the 'Decoration Label Position' attribute.- See Also:
-
unsetDecorationLabelPosition
void unsetDecorationLabelPosition()Unsets the value of the 'Decoration Label Position
' attribute. -
isSetDecorationLabelPosition
boolean isSetDecorationLabelPosition()Returns whether the value of the 'Decoration Label Position
' attribute is set.- Returns:
- whether the value of the 'Decoration Label Position' attribute is set.
- See Also:
-
isPaletteLineColor
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 ConnectionLine- Returns:
- the value of the 'Palette Line Color' attribute.
- See Also:
-
setPaletteLineColor
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:
-
unsetPaletteLineColor
void unsetPaletteLineColor()Unsets the value of the 'Palette Line Color
' attribute. -
isSetPaletteLineColor
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:
-
copyInstance
GanttSeries copyInstance()- Specified by:
copyInstance
in interfaceIChartObject
- Specified by:
copyInstance
in interfaceSeries
-