|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 MarkerStart Marker PositionEnd MarkerEnd Marker PositionConnection LineOutlineOutline FillUse Decoration Label ValueDecoration LabelDecoration Label PositionPalette Line Color
TypePackage.getGanttSeries()| Method Summary | |
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, 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 |
public Marker getStartMarker()
setStartMarker(Marker),
TypePackage.getGanttSeries_StartMarker()public void setStartMarker(Marker value)
Start Marker' containment reference.
value - the new value of the 'Start Marker' containment reference.getStartMarker()public 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()public void setStartMarkerPosition(Position value)
Start Marker Position' attribute.
value - the new value of the 'Start Marker Position' attribute.Position,
isSetStartMarkerPosition(),
unsetStartMarkerPosition(),
getStartMarkerPosition()public void unsetStartMarkerPosition()
Start Marker Position' attribute.
isSetStartMarkerPosition(),
getStartMarkerPosition(),
setStartMarkerPosition(Position)public boolean isSetStartMarkerPosition()
Start Marker Position' attribute is set.
unsetStartMarkerPosition(),
getStartMarkerPosition(),
setStartMarkerPosition(Position)public Marker getEndMarker()
setEndMarker(Marker),
TypePackage.getGanttSeries_EndMarker()public void setEndMarker(Marker value)
End Marker' containment reference.
value - the new value of the 'End Marker' containment reference.getEndMarker()public 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()public void setEndMarkerPosition(Position value)
End Marker Position' attribute.
value - the new value of the 'End Marker Position' attribute.Position,
isSetEndMarkerPosition(),
unsetEndMarkerPosition(),
getEndMarkerPosition()public void unsetEndMarkerPosition()
End Marker Position' attribute.
isSetEndMarkerPosition(),
getEndMarkerPosition(),
setEndMarkerPosition(Position)public boolean isSetEndMarkerPosition()
End Marker Position' attribute is set.
unsetEndMarkerPosition(),
getEndMarkerPosition(),
setEndMarkerPosition(Position)public LineAttributes getConnectionLine()
setConnectionLine(LineAttributes),
TypePackage.getGanttSeries_ConnectionLine()public void setConnectionLine(LineAttributes value)
Connection Line' containment reference.
value - the new value of the 'Connection Line' containment reference.getConnectionLine()public LineAttributes getOutline()
setOutline(LineAttributes),
TypePackage.getGanttSeries_Outline()public void setOutline(LineAttributes value)
Outline' containment reference.
value - the new value of the 'Outline' containment reference.getOutline()public Fill getOutlineFill()
setOutlineFill(Fill),
TypePackage.getGanttSeries_OutlineFill()public void setOutlineFill(Fill value)
Outline Fill' containment reference.
value - the new value of the 'Outline Fill' containment reference.getOutlineFill()public boolean isUseDecorationLabelValue()
isSetUseDecorationLabelValue(),
unsetUseDecorationLabelValue(),
setUseDecorationLabelValue(boolean),
TypePackage.getGanttSeries_UseDecorationLabelValue()public void setUseDecorationLabelValue(boolean value)
Use Decoration Label Value' attribute.
value - the new value of the 'Use Decoration Label Value' attribute.isSetUseDecorationLabelValue(),
unsetUseDecorationLabelValue(),
isUseDecorationLabelValue()public void unsetUseDecorationLabelValue()
Use Decoration Label Value' attribute.
isSetUseDecorationLabelValue(),
isUseDecorationLabelValue(),
setUseDecorationLabelValue(boolean)public boolean isSetUseDecorationLabelValue()
Use Decoration Label Value' attribute is set.
unsetUseDecorationLabelValue(),
isUseDecorationLabelValue(),
setUseDecorationLabelValue(boolean)public Label getDecorationLabel()
setDecorationLabel(Label),
TypePackage.getGanttSeries_DecorationLabel()public void setDecorationLabel(Label value)
Decoration Label' containment reference.
value - the new value of the 'Decoration Label' containment reference.getDecorationLabel()public 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()public void setDecorationLabelPosition(Position value)
Decoration Label Position' attribute.
value - the new value of the 'Decoration Label Position' attribute.Position,
isSetDecorationLabelPosition(),
unsetDecorationLabelPosition(),
getDecorationLabelPosition()public void unsetDecorationLabelPosition()
Decoration Label Position' attribute.
isSetDecorationLabelPosition(),
getDecorationLabelPosition(),
setDecorationLabelPosition(Position)public boolean isSetDecorationLabelPosition()
Decoration Label Position' attribute is set.
unsetDecorationLabelPosition(),
getDecorationLabelPosition(),
setDecorationLabelPosition(Position)public boolean isPaletteLineColor()
isSetPaletteLineColor(),
unsetPaletteLineColor(),
setPaletteLineColor(boolean),
TypePackage.getGanttSeries_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)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||