Interface TimeScaleLabel
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TimeScaleLabelImpl
public interface TimeScaleLabel extends IBmObject
A representation of the model object 'Label'.The following features are supported:
- See Also:
TimeScalePackage.getTimeScaleLabel()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Date
getKey()
Returns the value of the 'Key' attribute.Color
getLineColor()
Returns the value of the 'Line Color' containment reference.org.eclipse.emf.common.util.EMap<String,String>
getText()
Returns the value of the 'Text' map.Color
getTextColor()
Returns the value of the 'Text Color' containment reference.boolean
isTextFormatted()
Returns the value of the 'Text Formatted' attribute.void
setKey(Date value)
Sets the value of the 'Key
' attribute.void
setLineColor(Color value)
Sets the value of the 'Line Color
' containment reference.void
setTextColor(Color value)
Sets the value of the 'Text Color
' containment reference.void
setTextFormatted(boolean value)
Sets the value of the 'Text Formatted
' attribute.-
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
-
getKey
Date getKey()
Returns the value of the 'Key' attribute.- Returns:
- the value of the 'Key' attribute.
- See Also:
setKey(Date)
,TimeScalePackage.getTimeScaleLabel_Key()
-
setKey
void setKey(Date value)
Sets the value of the 'Key
' attribute.- Parameters:
value
- the new value of the 'Key' attribute.- See Also:
getKey()
-
getText
org.eclipse.emf.common.util.EMap<String,String> getText()
- Returns:
- the value of the 'Text' map.
- See Also:
TimeScalePackage.getTimeScaleLabel_Text()
-
getLineColor
Color getLineColor()
Returns the value of the 'Line Color' containment reference.- Returns:
- the value of the 'Line Color' containment reference.
- See Also:
setLineColor(Color)
,TimeScalePackage.getTimeScaleLabel_LineColor()
-
setLineColor
void setLineColor(Color value)
Sets the value of the 'Line Color
' containment reference.- Parameters:
value
- the new value of the 'Line Color' containment reference.- See Also:
getLineColor()
-
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)
,TimeScalePackage.getTimeScaleLabel_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()
-
isTextFormatted
boolean isTextFormatted()
Returns the value of the 'Text Formatted' attribute.- Returns:
- the value of the 'Text Formatted' attribute.
- See Also:
setTextFormatted(boolean)
,TimeScalePackage.getTimeScaleLabel_TextFormatted()
-
setTextFormatted
void setTextFormatted(boolean value)
Sets the value of the 'Text Formatted
' attribute.- Parameters:
value
- the new value of the 'Text Formatted' attribute.- See Also:
isTextFormatted()
-
-