Interface TimeScaleLevel
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TimeScaleLevelImpl
A representation of the model object 'Level'.
The following features are supported:
- See Also:
-
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 'Day Format Rule' attribute.Returns the value of the 'Format' map.int
Returns the value of the 'Interval' attribute.Returns the value of the 'Labels' containment reference.getLine()
Returns the value of the 'Line' containment reference.Returns the value of the 'Measure' attribute.Returns the value of the 'Scale Color' containment reference.Returns the value of the 'Text Color' containment reference.boolean
isShow()
Returns the value of the 'Show' attribute.boolean
Returns the value of the 'Show Pereodical Labels' attribute.void
setBackColor
(Color value) Sets the value of the 'Back Color
' containment reference.void
Sets the value of the 'Day Format Rule
' attribute.void
setInterval
(int value) Sets the value of the 'Interval
' attribute.void
setLabels
(TimeScaleLabels value) Sets the value of the 'Labels
' containment reference.void
Sets the value of the 'Line
' containment reference.void
setMeasure
(TimeScaleUnitType value) Sets the value of the 'Measure
' attribute.void
setScaleColor
(Color value) Sets the value of the 'Scale Color
' containment reference.void
setShow
(boolean value) Sets the value of the 'Show
' attribute.void
setShowPereodicalLabels
(boolean value) Sets the value of the 'Show Pereodical Labels
' attribute.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
-
getMeasure
TimeScaleUnitType getMeasure()Returns the value of the 'Measure' attribute. The literals are from the enumerationTimeScaleUnitType
.- Returns:
- the value of the 'Measure' attribute.
- See Also:
-
setMeasure
Sets the value of the 'Measure
' attribute.- Parameters:
value
- the new value of the 'Measure' attribute.- See Also:
-
getInterval
int getInterval()Returns the value of the 'Interval' attribute.- Returns:
- the value of the 'Interval' attribute.
- See Also:
-
setInterval
void setInterval(int value) Sets the value of the 'Interval
' attribute.- Parameters:
value
- the new value of the 'Interval' attribute.- See Also:
-
isShow
boolean isShow()Returns the value of the 'Show' attribute.- Returns:
- the value of the 'Show' attribute.
- See Also:
-
setShow
void setShow(boolean value) Sets the value of the 'Show
' attribute.- Parameters:
value
- the new value of the 'Show' attribute.- See Also:
-
getLine
ChartLine getLine()Returns the value of the 'Line' containment reference.- Returns:
- the value of the 'Line' containment reference.
- See Also:
-
setLine
Sets the value of the 'Line
' containment reference.- Parameters:
value
- the new value of the 'Line' containment reference.- See Also:
-
getScaleColor
Color getScaleColor()Returns the value of the 'Scale Color' containment reference.- Returns:
- the value of the 'Scale Color' containment reference.
- See Also:
-
setScaleColor
Sets the value of the 'Scale Color
' containment reference.- Parameters:
value
- the new value of the 'Scale Color' containment reference.- See Also:
-
getDayFormatRule
TimeScaleDayFormat getDayFormatRule()Returns the value of the 'Day Format Rule' attribute. The literals are from the enumerationTimeScaleDayFormat
.- Returns:
- the value of the 'Day Format Rule' attribute.
- See Also:
-
setDayFormatRule
Sets the value of the 'Day Format Rule
' attribute.- Parameters:
value
- the new value of the 'Day Format Rule' attribute.- See Also:
-
getFormat
- Returns:
- the value of the 'Format' map.
- See Also:
-
getLabels
TimeScaleLabels getLabels()Returns the value of the 'Labels' containment reference.- Returns:
- the value of the 'Labels' containment reference.
- See Also:
-
setLabels
Sets the value of the 'Labels
' containment reference.- Parameters:
value
- the new value of the 'Labels' 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:
-
isShowPereodicalLabels
boolean isShowPereodicalLabels()Returns the value of the 'Show Pereodical Labels' attribute.- Returns:
- the value of the 'Show Pereodical Labels' attribute.
- See Also:
-
setShowPereodicalLabels
void setShowPereodicalLabels(boolean value) Sets the value of the 'Show Pereodical Labels
' attribute.- Parameters:
value
- the new value of the 'Show Pereodical Labels' attribute.- See Also:
-