Interface TimeScale
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TimeScaleImpl
A representation of the model object 'Time Scale'.
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.int
Returns the value of the 'Current Level' attribute.org.eclipse.emf.common.util.EList<TimeScaleLevel>
Returns the value of the 'Levels' containment reference list.Returns the value of the 'Placement' attribute.Returns the value of the 'Text Color' containment reference.boolean
Returns the value of the 'Transparent' attribute.void
setBackColor
(Color value) Sets the value of the 'Back Color
' containment reference.void
setCurrentLevel
(int value) Sets the value of the 'Current Level
' attribute.void
setPlacement
(TimeScalePosition value) Sets the value of the 'Placement
' attribute.void
setTextColor
(Color value) Sets the value of the 'Text Color
' containment reference.void
setTransparent
(boolean value) Sets the value of the 'Transparent
' 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, 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
-
getPlacement
TimeScalePosition getPlacement()Returns the value of the 'Placement' attribute. The literals are from the enumerationTimeScalePosition
.- Returns:
- the value of the 'Placement' attribute.
- See Also:
-
setPlacement
Sets the value of the 'Placement
' attribute.- Parameters:
value
- the new value of the 'Placement' attribute.- See Also:
-
getLevels
org.eclipse.emf.common.util.EList<TimeScaleLevel> getLevels()Returns the value of the 'Levels' containment reference list. The list contents are of typeTimeScaleLevel
.- Returns:
- the value of the 'Levels' containment reference list.
- See Also:
-
isTransparent
boolean isTransparent()Returns the value of the 'Transparent' attribute.- Returns:
- the value of the 'Transparent' attribute.
- See Also:
-
setTransparent
void setTransparent(boolean value) Sets the value of the 'Transparent
' attribute.- Parameters:
value
- the new value of the 'Transparent' attribute.- 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:
-
getCurrentLevel
int getCurrentLevel()Returns the value of the 'Current Level' attribute.- Returns:
- the value of the 'Current Level' attribute.
- See Also:
-
setCurrentLevel
void setCurrentLevel(int value) Sets the value of the 'Current Level
' attribute.- Parameters:
value
- the new value of the 'Current Level' attribute.- See Also:
-