Interface GanttChartPointValueContent
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
GanttChartPointValueContentImpl
A representation of the model object 'Point 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 'Back Color' containment reference.Returns the value of the 'Main Color' containment reference.Returns the value of the 'Second Color' containment reference.Returns the value of the 'Text Color' containment reference.void
setBackColor
(Color value) Sets the value of the 'Back 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.void
setTextColor
(Color value) Sets the value of the 'Text 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, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
Methods 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:
-
getBackColor
Color getBackColor()Returns the value of the 'Back Color' containment reference.- Returns:
- the value of the 'Back Color' containment reference.
- See Also:
-
setBackColor
Sets the value of the 'Back Color
' containment reference.- Parameters:
value
- the new value of the 'Back Color' containment reference.- See Also:
-
getTextColor
Color getTextColor()Returns the value of the 'Text Color' containment reference.- Returns:
- the value of the 'Text Color' containment reference.
- See Also:
-
setTextColor
Sets the value of the 'Text Color
' containment reference.- Parameters:
value
- the new value of the 'Text Color' containment reference.- See Also:
-