Package com._1c.g5.v8.dt.chart.model
Interface ChartReferenceLine
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ChartReferenceLineImpl
public interface ChartReferenceLine extends IBmObject
A representation of the model object 'Reference Line'.The following features are supported:
- See Also:
ChartPackage.getChartReferenceLine()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Color
getColor()
Returns the value of the 'Color' containment reference.Value
getDetails()
Returns the value of the 'Details' containment reference.LabelArea
getLabelArea()
Returns the value of the 'Label Area' containment reference.org.eclipse.emf.common.util.EMap<String,String>
getLabelText()
Returns the value of the 'Label Text' map.ChartLine
getLine()
Returns the value of the 'Line' containment reference.ChartReferenceLinePosition
getPosition()
Returns the value of the 'Position' attribute.Value
getSemitransparencyPercent()
Returns the value of the 'Semitransparency Percent' containment reference.org.eclipse.emf.common.util.EMap<String,String>
getTooltip()
Returns the value of the 'Tooltip' map.Value
getValue()
Returns the value of the 'Value' containment reference.boolean
isValueIsPointNumber()
Returns the value of the 'Value Is Point Number' attribute.void
setColor(Color value)
Sets the value of the 'Color
' containment reference.void
setDetails(Value value)
Sets the value of the 'Details
' containment reference.void
setLabelArea(LabelArea value)
Sets the value of the 'Label Area
' containment reference.void
setLine(ChartLine value)
Sets the value of the 'Line
' containment reference.void
setPosition(ChartReferenceLinePosition value)
Sets the value of the 'Position
' attribute.void
setSemitransparencyPercent(Value value)
Sets the value of the 'Semitransparency Percent
' containment reference.void
setValue(Value value)
Sets the value of the 'Value
' containment reference.void
setValueIsPointNumber(boolean value)
Sets the value of the 'Value Is Point Number
' 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
-
getValue
Value getValue()
Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(Value)
,ChartPackage.getChartReferenceLine_Value()
-
setValue
void setValue(Value value)
Sets the value of the 'Value
' containment reference.- Parameters:
value
- the new value of the 'Value' containment reference.- See Also:
getValue()
-
getLabelText
org.eclipse.emf.common.util.EMap<String,String> getLabelText()
Returns the value of the 'Label Text' map. The key is of typeString
, and the value is of typeString
,- Returns:
- the value of the 'Label Text' map.
- See Also:
ChartPackage.getChartReferenceLine_LabelText()
-
getTooltip
org.eclipse.emf.common.util.EMap<String,String> getTooltip()
- Returns:
- the value of the 'Tooltip' map.
- See Also:
ChartPackage.getChartReferenceLine_Tooltip()
-
getLabelArea
LabelArea getLabelArea()
Returns the value of the 'Label Area' containment reference.- Returns:
- the value of the 'Label Area' containment reference.
- See Also:
setLabelArea(LabelArea)
,ChartPackage.getChartReferenceLine_LabelArea()
-
setLabelArea
void setLabelArea(LabelArea value)
Sets the value of the 'Label Area
' containment reference.- Parameters:
value
- the new value of the 'Label Area' containment reference.- See Also:
getLabelArea()
-
getLine
ChartLine getLine()
Returns the value of the 'Line' containment reference.- Returns:
- the value of the 'Line' containment reference.
- See Also:
setLine(ChartLine)
,ChartPackage.getChartReferenceLine_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()
-
getColor
Color getColor()
Returns the value of the 'Color' containment reference.- Returns:
- the value of the 'Color' containment reference.
- See Also:
setColor(Color)
,ChartPackage.getChartReferenceLine_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()
-
getSemitransparencyPercent
Value getSemitransparencyPercent()
Returns the value of the 'Semitransparency Percent' containment reference.- Returns:
- the value of the 'Semitransparency Percent' containment reference.
- See Also:
setSemitransparencyPercent(Value)
,ChartPackage.getChartReferenceLine_SemitransparencyPercent()
-
setSemitransparencyPercent
void setSemitransparencyPercent(Value value)
Sets the value of the 'Semitransparency Percent
' containment reference.- Parameters:
value
- the new value of the 'Semitransparency Percent' containment reference.- See Also:
getSemitransparencyPercent()
-
getDetails
Value getDetails()
Returns the value of the 'Details' containment reference.- Returns:
- the value of the 'Details' containment reference.
- See Also:
setDetails(Value)
,ChartPackage.getChartReferenceLine_Details()
-
setDetails
void setDetails(Value value)
Sets the value of the 'Details
' containment reference.- Parameters:
value
- the new value of the 'Details' containment reference.- See Also:
getDetails()
-
getPosition
ChartReferenceLinePosition getPosition()
Returns the value of the 'Position' attribute. The literals are from the enumerationChartReferenceLinePosition
.- Returns:
- the value of the 'Position' attribute.
- See Also:
ChartReferenceLinePosition
,setPosition(ChartReferenceLinePosition)
,ChartPackage.getChartReferenceLine_Position()
-
setPosition
void setPosition(ChartReferenceLinePosition value)
Sets the value of the 'Position
' attribute.- Parameters:
value
- the new value of the 'Position' attribute.- See Also:
ChartReferenceLinePosition
,getPosition()
-
isValueIsPointNumber
boolean isValueIsPointNumber()
Returns the value of the 'Value Is Point Number' attribute.- Returns:
- the value of the 'Value Is Point Number' attribute.
- See Also:
setValueIsPointNumber(boolean)
,ChartPackage.getChartReferenceLine_ValueIsPointNumber()
-
setValueIsPointNumber
void setValueIsPointNumber(boolean value)
Sets the value of the 'Value Is Point Number
' attribute.- Parameters:
value
- the new value of the 'Value Is Point Number' attribute.- See Also:
isValueIsPointNumber()
-
-