Interface TimeScale
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TimeScaleImpl
public interface TimeScale extends IBmObject
A representation of the model object 'Time Scale'.The following features are supported:
- See Also:
TimeScalePackage.getTimeScale()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Color
getBackColor()
Returns the value of the 'Back Color' containment reference.int
getCurrentLevel()
Returns the value of the 'Current Level' attribute.org.eclipse.emf.common.util.EList<TimeScaleLevel>
getLevels()
Returns the value of the 'Levels' containment reference list.TimeScalePosition
getPlacement()
Returns the value of the 'Placement' attribute.Color
getTextColor()
Returns the value of the 'Text Color' containment reference.boolean
isTransparent()
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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
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:
TimeScalePosition
,setPlacement(TimeScalePosition)
,TimeScalePackage.getTimeScale_Placement()
-
setPlacement
void setPlacement(TimeScalePosition value)
Sets the value of the 'Placement
' attribute.- Parameters:
value
- the new value of the 'Placement' attribute.- See Also:
TimeScalePosition
,getPlacement()
-
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:
TimeScalePackage.getTimeScale_Levels()
-
isTransparent
boolean isTransparent()
Returns the value of the 'Transparent' attribute.- Returns:
- the value of the 'Transparent' attribute.
- See Also:
setTransparent(boolean)
,TimeScalePackage.getTimeScale_Transparent()
-
setTransparent
void setTransparent(boolean value)
Sets the value of the 'Transparent
' attribute.- Parameters:
value
- the new value of the 'Transparent' attribute.- See Also:
isTransparent()
-
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)
,TimeScalePackage.getTimeScale_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)
,TimeScalePackage.getTimeScale_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()
-
getCurrentLevel
int getCurrentLevel()
Returns the value of the 'Current Level' attribute.- Returns:
- the value of the 'Current Level' attribute.
- See Also:
setCurrentLevel(int)
,TimeScalePackage.getTimeScale_CurrentLevel()
-
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:
getCurrentLevel()
-
-