Interface GanttChartPointValueContent
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
GanttChartPointValueContentImpl
public interface GanttChartPointValueContent extends IBmObject
A representation of the model object 'Point Value Content'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Color
getBackColor()
Returns the value of the 'Back 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.Color
getTextColor()
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, 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.getGanttChartPointValueContent_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.getGanttChartPointValueContent_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()
-
getBackColor
Color getBackColor()
Returns the value of the 'Back Color' containment reference.- Returns:
- the value of the 'Back Color' containment reference.
- See Also:
setBackColor(Color)
,GanttChartPackage.getGanttChartPointValueContent_BackColor()
-
setBackColor
void setBackColor(Color value)
Sets the value of the 'Back Color
' containment reference.- Parameters:
value
- the new value of the 'Back Color' containment reference.- See Also:
getBackColor()
-
getTextColor
Color getTextColor()
Returns the value of the 'Text Color' containment reference.- Returns:
- the value of the 'Text Color' containment reference.
- See Also:
setTextColor(Color)
,GanttChartPackage.getGanttChartPointValueContent_TextColor()
-
setTextColor
void setTextColor(Color value)
Sets the value of the 'Text Color
' containment reference.- Parameters:
value
- the new value of the 'Text Color' containment reference.- See Also:
getTextColor()
-
-