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 Color
getBackColor()
Returns the value of the 'Back Color' containment reference.TimeScaleDayFormat
getDayFormatRule()
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.int
getInterval()
Returns the value of the 'Interval' attribute.TimeScaleLabels
getLabels()
Returns the value of the 'Labels' containment reference.ChartLine
getLine()
Returns the value of the 'Line' containment reference.TimeScaleUnitType
getMeasure()
Returns the value of the 'Measure' attribute.Color
getScaleColor()
Returns the value of the 'Scale Color' containment reference.Color
getTextColor()
Returns the value of the 'Text Color' containment reference.boolean
isShow()
Returns the value of the 'Show' attribute.boolean
isShowPereodicalLabels()
Returns the value of the 'Show Pereodical Labels' attribute.void
setBackColor(Color value)
Sets the value of the 'Back Color
' containment reference.void
setDayFormatRule(TimeScaleDayFormat value)
Sets the value of the 'Day Format Rule
' attribute.void
setInterval(int value)
Sets the value of the 'Interval
' attribute.void
setLabels(TimeScaleLabels value)
Sets the value of the 'Labels
' containment reference.void
setLine(ChartLine value)
Sets the value of the 'Line
' containment reference.void
setMeasure(TimeScaleUnitType value)
Sets the value of the 'Measure
' attribute.void
setScaleColor(Color value)
Sets the value of the 'Scale Color
' containment reference.void
setShow(boolean value)
Sets the value of the 'Show
' attribute.void
setShowPereodicalLabels(boolean value)
Sets the value of the 'Show Pereodical Labels
' attribute.void
setTextColor(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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
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()
-
-