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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorgetBackColor()Returns the value of the 'Back Color' containment reference.intgetCurrentLevel()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.TimeScalePositiongetPlacement()Returns the value of the 'Placement' attribute.ColorgetTextColor()Returns the value of the 'Text Color' containment reference.booleanisTransparent()Returns the value of the 'Transparent' attribute.voidsetBackColor(Color value)Sets the value of the 'Back Color' containment reference.voidsetCurrentLevel(int value)Sets the value of the 'Current Level' attribute.voidsetPlacement(TimeScalePosition value)Sets the value of the 'Placement' attribute.voidsetTextColor(Color value)Sets the value of the 'Text Color' containment reference.voidsetTransparent(boolean value)Sets the value of the 'Transparent' attribute.- 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObjectbmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
 
- 
 
- 
- 
- 
Method Detail- 
getPlacementTimeScalePosition 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()
 
 - 
setPlacementvoid setPlacement(TimeScalePosition value) Sets the value of the 'Placement' attribute.- Parameters:
- value- the new value of the 'Placement' attribute.
- See Also:
- TimeScalePosition,- getPlacement()
 
 - 
getLevelsorg.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()
 
 - 
isTransparentboolean isTransparent() Returns the value of the 'Transparent' attribute.- Returns:
- the value of the 'Transparent' attribute.
- See Also:
- setTransparent(boolean),- TimeScalePackage.getTimeScale_Transparent()
 
 - 
setTransparentvoid setTransparent(boolean value) Sets the value of the 'Transparent' attribute.- Parameters:
- value- the new value of the 'Transparent' attribute.
- See Also:
- isTransparent()
 
 - 
getBackColorColor 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()
 
 - 
setBackColorvoid 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()
 
 - 
getTextColorColor 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()
 
 - 
setTextColorvoid 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()
 
 - 
getCurrentLevelint getCurrentLevel() Returns the value of the 'Current Level' attribute.- Returns:
- the value of the 'Current Level' attribute.
- See Also:
- setCurrentLevel(int),- TimeScalePackage.getTimeScale_CurrentLevel()
 
 - 
setCurrentLevelvoid setCurrentLevel(int value) Sets the value of the 'Current Level' attribute.- Parameters:
- value- the new value of the 'Current Level' attribute.
- See Also:
- getCurrentLevel()
 
 
- 
 
-