Package com._1c.g5.v8.dt.chart.model
Interface Trendline
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TrendlineImpl
public interface Trendline extends IBmObject
A representation of the model object 'Trendline'.The following features are supported:
- See Also:
ChartPackage.getTrendline()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getApproximationDegree()
Returns the value of the 'Approximation Degree' attribute.TrendlineApproximationType
getApproximationType()
Returns the value of the 'Approximation Type' attribute.Color
getColor()
Returns the value of the 'Color' containment reference.LabelArea
getEquationArea()
Returns the value of the 'Equation Area' containment reference.TrendlineFactor
getFactor()
Returns the value of the 'Factor' attribute.ChartLine
getLine()
Returns the value of the 'Line' containment reference.MarkerType
getMarker()
Returns the value of the 'Marker' attribute.StockChartUsedPointValue
getStockChartUsedPointValue()
Returns the value of the 'Stock Chart Used Point Value' attribute.org.eclipse.emf.common.util.EMap<String,String>
getText()
Returns the value of the 'Text' map.boolean
isShowDeterminationFactor()
Returns the value of the 'Show Determination Factor' attribute.boolean
isShowEquation()
Returns the value of the 'Show Equation' attribute.boolean
isShowInLegend()
Returns the value of the 'Show In Legend' attribute.void
setApproximationDegree(int value)
Sets the value of the 'Approximation Degree
' attribute.void
setApproximationType(TrendlineApproximationType value)
Sets the value of the 'Approximation Type
' attribute.void
setColor(Color value)
Sets the value of the 'Color
' containment reference.void
setEquationArea(LabelArea value)
Sets the value of the 'Equation Area
' containment reference.void
setFactor(TrendlineFactor value)
Sets the value of the 'Factor
' attribute.void
setLine(ChartLine value)
Sets the value of the 'Line
' containment reference.void
setMarker(MarkerType value)
Sets the value of the 'Marker
' attribute.void
setShowDeterminationFactor(boolean value)
Sets the value of the 'Show Determination Factor
' attribute.void
setShowEquation(boolean value)
Sets the value of the 'Show Equation
' attribute.void
setShowInLegend(boolean value)
Sets the value of the 'Show In Legend
' attribute.void
setStockChartUsedPointValue(StockChartUsedPointValue value)
Sets the value of the 'Stock Chart Used Point Value
' 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
-
getApproximationType
TrendlineApproximationType getApproximationType()
Returns the value of the 'Approximation Type' attribute. The literals are from the enumerationTrendlineApproximationType
.- Returns:
- the value of the 'Approximation Type' attribute.
- See Also:
TrendlineApproximationType
,setApproximationType(TrendlineApproximationType)
,ChartPackage.getTrendline_ApproximationType()
-
setApproximationType
void setApproximationType(TrendlineApproximationType value)
Sets the value of the 'Approximation Type
' attribute.- Parameters:
value
- the new value of the 'Approximation Type' attribute.- See Also:
TrendlineApproximationType
,getApproximationType()
-
getApproximationDegree
int getApproximationDegree()
Returns the value of the 'Approximation Degree' attribute. The default value is"3"
.- Returns:
- the value of the 'Approximation Degree' attribute.
- See Also:
setApproximationDegree(int)
,ChartPackage.getTrendline_ApproximationDegree()
-
setApproximationDegree
void setApproximationDegree(int value)
Sets the value of the 'Approximation Degree
' attribute.- Parameters:
value
- the new value of the 'Approximation Degree' attribute.- See Also:
getApproximationDegree()
-
getLine
ChartLine getLine()
Returns the value of the 'Line' containment reference.- Returns:
- the value of the 'Line' containment reference.
- See Also:
setLine(ChartLine)
,ChartPackage.getTrendline_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()
-
getFactor
TrendlineFactor getFactor()
Returns the value of the 'Factor' attribute. The literals are from the enumerationTrendlineFactor
.- Returns:
- the value of the 'Factor' attribute.
- See Also:
TrendlineFactor
,setFactor(TrendlineFactor)
,ChartPackage.getTrendline_Factor()
-
setFactor
void setFactor(TrendlineFactor value)
Sets the value of the 'Factor
' attribute.- Parameters:
value
- the new value of the 'Factor' attribute.- See Also:
TrendlineFactor
,getFactor()
-
getColor
Color getColor()
Returns the value of the 'Color' containment reference.- Returns:
- the value of the 'Color' containment reference.
- See Also:
setColor(Color)
,ChartPackage.getTrendline_Color()
-
setColor
void setColor(Color value)
Sets the value of the 'Color
' containment reference.- Parameters:
value
- the new value of the 'Color' containment reference.- See Also:
getColor()
-
getText
org.eclipse.emf.common.util.EMap<String,String> getText()
- Returns:
- the value of the 'Text' map.
- See Also:
ChartPackage.getTrendline_Text()
-
isShowInLegend
boolean isShowInLegend()
Returns the value of the 'Show In Legend' attribute.- Returns:
- the value of the 'Show In Legend' attribute.
- See Also:
setShowInLegend(boolean)
,ChartPackage.getTrendline_ShowInLegend()
-
setShowInLegend
void setShowInLegend(boolean value)
Sets the value of the 'Show In Legend
' attribute.- Parameters:
value
- the new value of the 'Show In Legend' attribute.- See Also:
isShowInLegend()
-
isShowEquation
boolean isShowEquation()
Returns the value of the 'Show Equation' attribute.- Returns:
- the value of the 'Show Equation' attribute.
- See Also:
setShowEquation(boolean)
,ChartPackage.getTrendline_ShowEquation()
-
setShowEquation
void setShowEquation(boolean value)
Sets the value of the 'Show Equation
' attribute.- Parameters:
value
- the new value of the 'Show Equation' attribute.- See Also:
isShowEquation()
-
isShowDeterminationFactor
boolean isShowDeterminationFactor()
Returns the value of the 'Show Determination Factor' attribute.- Returns:
- the value of the 'Show Determination Factor' attribute.
- See Also:
setShowDeterminationFactor(boolean)
,ChartPackage.getTrendline_ShowDeterminationFactor()
-
setShowDeterminationFactor
void setShowDeterminationFactor(boolean value)
Sets the value of the 'Show Determination Factor
' attribute.- Parameters:
value
- the new value of the 'Show Determination Factor' attribute.- See Also:
isShowDeterminationFactor()
-
getMarker
MarkerType getMarker()
Returns the value of the 'Marker' attribute. The literals are from the enumerationMarkerType
.- Returns:
- the value of the 'Marker' attribute.
- See Also:
MarkerType
,setMarker(MarkerType)
,ChartPackage.getTrendline_Marker()
-
setMarker
void setMarker(MarkerType value)
Sets the value of the 'Marker
' attribute.- Parameters:
value
- the new value of the 'Marker' attribute.- See Also:
MarkerType
,getMarker()
-
getStockChartUsedPointValue
StockChartUsedPointValue getStockChartUsedPointValue()
Returns the value of the 'Stock Chart Used Point Value' attribute. The literals are from the enumerationStockChartUsedPointValue
.- Returns:
- the value of the 'Stock Chart Used Point Value' attribute.
- See Also:
StockChartUsedPointValue
,setStockChartUsedPointValue(StockChartUsedPointValue)
,ChartPackage.getTrendline_StockChartUsedPointValue()
-
setStockChartUsedPointValue
void setStockChartUsedPointValue(StockChartUsedPointValue value)
Sets the value of the 'Stock Chart Used Point Value
' attribute.- Parameters:
value
- the new value of the 'Stock Chart Used Point Value' attribute.- See Also:
StockChartUsedPointValue
,getStockChartUsedPointValue()
-
getEquationArea
LabelArea getEquationArea()
Returns the value of the 'Equation Area' containment reference.- Returns:
- the value of the 'Equation Area' containment reference.
- See Also:
setEquationArea(LabelArea)
,ChartPackage.getTrendline_EquationArea()
-
setEquationArea
void setEquationArea(LabelArea value)
Sets the value of the 'Equation Area
' containment reference.- Parameters:
value
- the new value of the 'Equation Area' containment reference.- See Also:
getEquationArea()
-
-