|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GanttSeries
A representation of the model object 'Gantt Series'. This is a Series type that holds data for Gantt Charts.
The following features are supported:
Start Marker
Start Marker Position
End Marker
End Marker Position
Connection Line
Outline
Outline Fill
Use Decoration Label Value
Decoration Label
Decoration Label Position
Palette Line Color
TypePackage.getGanttSeries()
Method Summary | |
---|---|
GanttSeries |
copyInstance()
|
LineAttributes |
getConnectionLine()
Returns the value of the 'Connection Line' containment reference. |
Label |
getDecorationLabel()
Returns the value of the 'Decoration Label' containment reference. |
Position |
getDecorationLabelPosition()
Returns the value of the 'Decoration Label Position' attribute. |
Marker |
getEndMarker()
Returns the value of the 'End Marker' containment reference. |
Position |
getEndMarkerPosition()
Returns the value of the 'End Marker Position' attribute. |
LineAttributes |
getOutline()
Returns the value of the 'Outline' containment reference. |
Fill |
getOutlineFill()
Returns the value of the 'Outline Fill' containment reference. |
Marker |
getStartMarker()
Returns the value of the 'Start Marker' containment reference. |
Position |
getStartMarkerPosition()
Returns the value of the 'Start Marker Position' attribute. |
boolean |
isPaletteLineColor()
Returns the value of the 'Palette Line Color' attribute. |
boolean |
isSetDecorationLabelPosition()
Returns whether the value of the ' Decoration Label Position ' attribute is set. |
boolean |
isSetEndMarkerPosition()
Returns whether the value of the ' End Marker Position ' attribute is set. |
boolean |
isSetPaletteLineColor()
Returns whether the value of the ' Palette Line Color ' attribute is set. |
boolean |
isSetStartMarkerPosition()
Returns whether the value of the ' Start Marker Position ' attribute is set. |
boolean |
isSetUseDecorationLabelValue()
Returns whether the value of the ' Use Decoration Label Value ' attribute is set. |
boolean |
isUseDecorationLabelValue()
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 |
setDecorationLabelPosition(Position value)
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 |
unsetDecorationLabelPosition()
Unsets the value of the ' Decoration Label Position ' attribute. |
void |
unsetEndMarkerPosition()
Unsets the value of the ' End Marker Position ' attribute. |
void |
unsetPaletteLineColor()
Unsets the value of the ' Palette Line Color ' attribute. |
void |
unsetStartMarkerPosition()
Unsets the value of the ' Start Marker Position ' attribute. |
void |
unsetUseDecorationLabelValue()
Unsets the value of the ' Use Decoration Label Value ' attribute. |
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 |
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 |
---|
Marker getStartMarker()
setStartMarker(Marker)
,
TypePackage.getGanttSeries_StartMarker()
void setStartMarker(Marker value)
Start Marker
' containment reference.
value
- the new value of the 'Start Marker' containment reference.getStartMarker()
Position getStartMarkerPosition()
"Above"
.
The literals are from the enumeration Position
.
Specifies the position of the start marker relative to the connection line start point.
Position
,
isSetStartMarkerPosition()
,
unsetStartMarkerPosition()
,
setStartMarkerPosition(Position)
,
TypePackage.getGanttSeries_StartMarkerPosition()
void setStartMarkerPosition(Position value)
Start Marker Position
' attribute.
value
- the new value of the 'Start Marker Position' attribute.Position
,
isSetStartMarkerPosition()
,
unsetStartMarkerPosition()
,
getStartMarkerPosition()
void unsetStartMarkerPosition()
Start Marker Position
' attribute.
isSetStartMarkerPosition()
,
getStartMarkerPosition()
,
setStartMarkerPosition(Position)
boolean isSetStartMarkerPosition()
Start Marker Position
' attribute is set.
unsetStartMarkerPosition()
,
getStartMarkerPosition()
,
setStartMarkerPosition(Position)
Marker getEndMarker()
setEndMarker(Marker)
,
TypePackage.getGanttSeries_EndMarker()
void setEndMarker(Marker value)
End Marker
' containment reference.
value
- the new value of the 'End Marker' containment reference.getEndMarker()
Position getEndMarkerPosition()
"Above"
.
The literals are from the enumeration Position
.
Specifies the position of the end marker relative to the connection line end point.
Position
,
isSetEndMarkerPosition()
,
unsetEndMarkerPosition()
,
setEndMarkerPosition(Position)
,
TypePackage.getGanttSeries_EndMarkerPosition()
void setEndMarkerPosition(Position value)
End Marker Position
' attribute.
value
- the new value of the 'End Marker Position' attribute.Position
,
isSetEndMarkerPosition()
,
unsetEndMarkerPosition()
,
getEndMarkerPosition()
void unsetEndMarkerPosition()
End Marker Position
' attribute.
isSetEndMarkerPosition()
,
getEndMarkerPosition()
,
setEndMarkerPosition(Position)
boolean isSetEndMarkerPosition()
End Marker Position
' attribute is set.
unsetEndMarkerPosition()
,
getEndMarkerPosition()
,
setEndMarkerPosition(Position)
LineAttributes getConnectionLine()
setConnectionLine(LineAttributes)
,
TypePackage.getGanttSeries_ConnectionLine()
void setConnectionLine(LineAttributes value)
Connection Line
' containment reference.
value
- the new value of the 'Connection Line' containment reference.getConnectionLine()
LineAttributes getOutline()
setOutline(LineAttributes)
,
TypePackage.getGanttSeries_Outline()
void setOutline(LineAttributes value)
Outline
' containment reference.
value
- the new value of the 'Outline' containment reference.getOutline()
Fill getOutlineFill()
setOutlineFill(Fill)
,
TypePackage.getGanttSeries_OutlineFill()
void setOutlineFill(Fill value)
Outline Fill
' containment reference.
value
- the new value of the 'Outline Fill' containment reference.getOutlineFill()
boolean isUseDecorationLabelValue()
isSetUseDecorationLabelValue()
,
unsetUseDecorationLabelValue()
,
setUseDecorationLabelValue(boolean)
,
TypePackage.getGanttSeries_UseDecorationLabelValue()
void setUseDecorationLabelValue(boolean value)
Use Decoration Label Value
' attribute.
value
- the new value of the 'Use Decoration Label Value' attribute.isSetUseDecorationLabelValue()
,
unsetUseDecorationLabelValue()
,
isUseDecorationLabelValue()
void unsetUseDecorationLabelValue()
Use Decoration Label Value
' attribute.
isSetUseDecorationLabelValue()
,
isUseDecorationLabelValue()
,
setUseDecorationLabelValue(boolean)
boolean isSetUseDecorationLabelValue()
Use Decoration Label Value
' attribute is set.
unsetUseDecorationLabelValue()
,
isUseDecorationLabelValue()
,
setUseDecorationLabelValue(boolean)
Label getDecorationLabel()
setDecorationLabel(Label)
,
TypePackage.getGanttSeries_DecorationLabel()
void setDecorationLabel(Label value)
Decoration Label
' containment reference.
value
- the new value of the 'Decoration Label' containment reference.getDecorationLabel()
Position getDecorationLabelPosition()
"Above"
.
The literals are from the enumeration Position
.
Holds the position property for the decoration label.
Position
,
isSetDecorationLabelPosition()
,
unsetDecorationLabelPosition()
,
setDecorationLabelPosition(Position)
,
TypePackage.getGanttSeries_DecorationLabelPosition()
void setDecorationLabelPosition(Position value)
Decoration Label Position
' attribute.
value
- the new value of the 'Decoration Label Position' attribute.Position
,
isSetDecorationLabelPosition()
,
unsetDecorationLabelPosition()
,
getDecorationLabelPosition()
void unsetDecorationLabelPosition()
Decoration Label Position
' attribute.
isSetDecorationLabelPosition()
,
getDecorationLabelPosition()
,
setDecorationLabelPosition(Position)
boolean isSetDecorationLabelPosition()
Decoration Label Position
' attribute is set.
unsetDecorationLabelPosition()
,
getDecorationLabelPosition()
,
setDecorationLabelPosition(Position)
boolean isPaletteLineColor()
isSetPaletteLineColor()
,
unsetPaletteLineColor()
,
setPaletteLineColor(boolean)
,
TypePackage.getGanttSeries_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)
GanttSeries 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 |