Interface TimeScaleLevel
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,IBmObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TimeScaleLevelImpl
public interface TimeScaleLevel extends IBmObject
A representation of the model object 'Level'.The following features are supported:
- See Also:
TimeScalePackage.getTimeScaleLevel()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorgetBackColor()Returns the value of the 'Back Color' containment reference.TimeScaleDayFormatgetDayFormatRule()Returns the value of the 'Day Format Rule' attribute.org.eclipse.emf.common.util.EMap<String,String>getFormat()Returns the value of the 'Format' map.intgetInterval()Returns the value of the 'Interval' attribute.TimeScaleLabelsgetLabels()Returns the value of the 'Labels' containment reference.ChartLinegetLine()Returns the value of the 'Line' containment reference.TimeScaleUnitTypegetMeasure()Returns the value of the 'Measure' attribute.ColorgetScaleColor()Returns the value of the 'Scale Color' containment reference.ColorgetTextColor()Returns the value of the 'Text Color' containment reference.booleanisShow()Returns the value of the 'Show' attribute.booleanisShowPereodicalLabels()Returns the value of the 'Show Pereodical Labels' attribute.voidsetBackColor(Color value)Sets the value of the 'Back Color' containment reference.voidsetDayFormatRule(TimeScaleDayFormat value)Sets the value of the 'Day Format Rule' attribute.voidsetInterval(int value)Sets the value of the 'Interval' attribute.voidsetLabels(TimeScaleLabels value)Sets the value of the 'Labels' containment reference.voidsetLine(ChartLine value)Sets the value of the 'Line' containment reference.voidsetMeasure(TimeScaleUnitType value)Sets the value of the 'Measure' attribute.voidsetScaleColor(Color value)Sets the value of the 'Scale Color' containment reference.voidsetShow(boolean value)Sets the value of the 'Show' attribute.voidsetShowPereodicalLabels(boolean value)Sets the value of the 'Show Pereodical Labels' attribute.voidsetTextColor(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
-
-
-
-
Method Detail
-
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:
TimeScaleUnitType,setMeasure(TimeScaleUnitType),TimeScalePackage.getTimeScaleLevel_Measure()
-
setMeasure
void setMeasure(TimeScaleUnitType value)
Sets the value of the 'Measure' attribute.- Parameters:
value- the new value of the 'Measure' attribute.- See Also:
TimeScaleUnitType,getMeasure()
-
getInterval
int getInterval()
Returns the value of the 'Interval' attribute.- Returns:
- the value of the 'Interval' attribute.
- See Also:
setInterval(int),TimeScalePackage.getTimeScaleLevel_Interval()
-
setInterval
void setInterval(int value)
Sets the value of the 'Interval' attribute.- Parameters:
value- the new value of the 'Interval' attribute.- See Also:
getInterval()
-
isShow
boolean isShow()
Returns the value of the 'Show' attribute.- Returns:
- the value of the 'Show' attribute.
- See Also:
setShow(boolean),TimeScalePackage.getTimeScaleLevel_Show()
-
setShow
void setShow(boolean value)
Sets the value of the 'Show' attribute.- Parameters:
value- the new value of the 'Show' attribute.- See Also:
isShow()
-
getLine
ChartLine getLine()
Returns the value of the 'Line' containment reference.- Returns:
- the value of the 'Line' containment reference.
- See Also:
setLine(ChartLine),TimeScalePackage.getTimeScaleLevel_Line()
-
setLine
void setLine(ChartLine value)
Sets the value of the 'Line' containment reference.- Parameters:
value- the new value of the 'Line' containment reference.- See Also:
getLine()
-
getScaleColor
Color getScaleColor()
Returns the value of the 'Scale Color' containment reference.- Returns:
- the value of the 'Scale Color' containment reference.
- See Also:
setScaleColor(Color),TimeScalePackage.getTimeScaleLevel_ScaleColor()
-
setScaleColor
void setScaleColor(Color value)
Sets the value of the 'Scale Color' containment reference.- Parameters:
value- the new value of the 'Scale Color' containment reference.- See Also:
getScaleColor()
-
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:
TimeScaleDayFormat,setDayFormatRule(TimeScaleDayFormat),TimeScalePackage.getTimeScaleLevel_DayFormatRule()
-
setDayFormatRule
void setDayFormatRule(TimeScaleDayFormat value)
Sets the value of the 'Day Format Rule' attribute.- Parameters:
value- the new value of the 'Day Format Rule' attribute.- See Also:
TimeScaleDayFormat,getDayFormatRule()
-
getFormat
org.eclipse.emf.common.util.EMap<String,String> getFormat()
- Returns:
- the value of the 'Format' map.
- See Also:
TimeScalePackage.getTimeScaleLevel_Format()
-
getLabels
TimeScaleLabels getLabels()
Returns the value of the 'Labels' containment reference.- Returns:
- the value of the 'Labels' containment reference.
- See Also:
setLabels(TimeScaleLabels),TimeScalePackage.getTimeScaleLevel_Labels()
-
setLabels
void setLabels(TimeScaleLabels value)
Sets the value of the 'Labels' containment reference.- Parameters:
value- the new value of the 'Labels' containment reference.- See Also:
getLabels()
-
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.getTimeScaleLevel_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.getTimeScaleLevel_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()
-
isShowPereodicalLabels
boolean isShowPereodicalLabels()
Returns the value of the 'Show Pereodical Labels' attribute.- Returns:
- the value of the 'Show Pereodical Labels' attribute.
- See Also:
setShowPereodicalLabels(boolean),TimeScalePackage.getTimeScaleLevel_ShowPereodicalLabels()
-
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:
isShowPereodicalLabels()
-
-