Interface DendrogramContent
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DendrogramContentImpl
public interface DendrogramContent extends IBmObject
A representation of the model object 'Content'.The following features are supported:
- See Also:
DendrogramPackage.getDendrogramContent()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Color
getMainColor()
Returns the value of the 'Main Color' containment reference.Color
getSecondColor()
Returns the value of the 'Second 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)
,DendrogramPackage.getDendrogramContent_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)
,DendrogramPackage.getDendrogramContent_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()
-
-