Interface GanttChartSeriesValueContent
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
GanttChartSeriesValueContentImpl
public interface GanttChartSeriesValueContent extends IBmObject
A representation of the model object 'Series Value Content'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Color
getHatchBetweenIntervalsColor()
Returns the value of the 'Hatch Between Intervals Color' containment reference.Color
getMainColor()
Returns the value of the 'Main Color' containment reference.Color
getSecondColor()
Returns the value of the 'Second Color' containment reference.void
setHatchBetweenIntervalsColor(Color value)
Sets the value of the 'Hatch Between Intervals Color
' containment reference.void
setMainColor(Color value)
Sets the value of the 'Main Color
' containment reference.void
setSecondColor(Color value)
Sets the value of the 'Second Color
' containment reference.-
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 com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
getMainColor
Color getMainColor()
Returns the value of the 'Main Color' containment reference.- Returns:
- the value of the 'Main Color' containment reference.
- See Also:
setMainColor(Color)
,GanttChartPackage.getGanttChartSeriesValueContent_MainColor()
-
setMainColor
void setMainColor(Color value)
Sets the value of the 'Main Color
' containment reference.- Parameters:
value
- the new value of the 'Main Color' containment reference.- See Also:
getMainColor()
-
getSecondColor
Color getSecondColor()
Returns the value of the 'Second Color' containment reference.- Returns:
- the value of the 'Second Color' containment reference.
- See Also:
setSecondColor(Color)
,GanttChartPackage.getGanttChartSeriesValueContent_SecondColor()
-
setSecondColor
void setSecondColor(Color value)
Sets the value of the 'Second Color
' containment reference.- Parameters:
value
- the new value of the 'Second Color' containment reference.- See Also:
getSecondColor()
-
getHatchBetweenIntervalsColor
Color getHatchBetweenIntervalsColor()
Returns the value of the 'Hatch Between Intervals Color' containment reference.- Returns:
- the value of the 'Hatch Between Intervals Color' containment reference.
- See Also:
setHatchBetweenIntervalsColor(Color)
,GanttChartPackage.getGanttChartSeriesValueContent_HatchBetweenIntervalsColor()
-
setHatchBetweenIntervalsColor
void setHatchBetweenIntervalsColor(Color value)
Sets the value of the 'Hatch Between Intervals Color
' containment reference.- Parameters:
value
- the new value of the 'Hatch Between Intervals Color' containment reference.- See Also:
getHatchBetweenIntervalsColor()
-
-