Interface GanttChartSeriesValueContent
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,IBmObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
GanttChartSeriesValueContentImpl
A representation of the model object 'Series Value Content'.
The following features are supported:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Hatch Between Intervals Color' containment reference.Returns the value of the 'Main Color' containment reference.Returns the value of the 'Second Color' containment reference.voidSets the value of the 'Hatch Between Intervals Color' containment reference.voidsetMainColor(Color value) Sets the value of the 'Main Color' containment reference.voidsetSecondColor(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, eUnsetMethods inherited from interface com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetPropertyMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getMainColor
Color getMainColor()Returns the value of the 'Main Color' containment reference.- Returns:
- the value of the 'Main Color' containment reference.
- See Also:
-
setMainColor
Sets the value of the 'Main Color' containment reference.- Parameters:
value- the new value of the 'Main Color' containment reference.- See Also:
-
getSecondColor
Color getSecondColor()Returns the value of the 'Second Color' containment reference.- Returns:
- the value of the 'Second Color' containment reference.
- See Also:
-
setSecondColor
Sets the value of the 'Second Color' containment reference.- Parameters:
value- the new value of the 'Second Color' containment reference.- See Also:
-
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
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:
-