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 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.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
-
-
-
-
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()
-
-