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
A representation of the model object 'Reference Line'.
The following features are supported:
- See Also:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID
-
Method Summary
Modifier and TypeMethodDescriptiongetColor()
Returns the value of the 'Color' containment reference.Returns the value of the 'Details' containment reference.Returns the value of the 'Label Area' containment reference.Returns the value of the 'Label Text' map.getLine()
Returns the value of the 'Line' containment reference.Returns the value of the 'Position' attribute.Returns the value of the 'Semitransparency Percent' containment reference.Returns the value of the 'Tooltip' map.getValue()
Returns the value of the 'Value' containment reference.boolean
Returns the value of the 'Value Is Point Number' attribute.void
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
Sets the value of the 'Line
' containment reference.void
Sets the value of the 'Position
' attribute.void
setSemitransparencyPercent
(Value value) Sets the value of the 'Semitransparency Percent
' containment reference.void
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, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getValue
Value getValue()Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
-
setValue
Sets the value of the 'Value
' containment reference.- Parameters:
value
- the new value of the 'Value' containment reference.- See Also:
-
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:
-
getTooltip
- Returns:
- the value of the 'Tooltip' map.
- See Also:
-
getLabelArea
LabelArea getLabelArea()Returns the value of the 'Label Area' containment reference.- Returns:
- the value of the 'Label Area' containment reference.
- See Also:
-
setLabelArea
Sets the value of the 'Label Area
' containment reference.- Parameters:
value
- the new value of the 'Label Area' containment reference.- See Also:
-
getLine
ChartLine getLine()Returns the value of the 'Line' containment reference.- Returns:
- the value of the 'Line' containment reference.
- See Also:
-
setLine
Sets the value of the 'Line
' containment reference.- Parameters:
value
- the new value of the 'Line' containment reference.- See Also:
-
getColor
Color getColor()Returns the value of the 'Color' containment reference.- Returns:
- the value of the 'Color' containment reference.
- See Also:
-
setColor
Sets the value of the 'Color
' containment reference.- Parameters:
value
- the new value of the 'Color' containment reference.- See Also:
-
getSemitransparencyPercent
Value getSemitransparencyPercent()Returns the value of the 'Semitransparency Percent' containment reference.- Returns:
- the value of the 'Semitransparency Percent' containment reference.
- See Also:
-
setSemitransparencyPercent
Sets the value of the 'Semitransparency Percent
' containment reference.- Parameters:
value
- the new value of the 'Semitransparency Percent' containment reference.- See Also:
-
getDetails
Value getDetails()Returns the value of the 'Details' containment reference.- Returns:
- the value of the 'Details' containment reference.
- See Also:
-
setDetails
Sets the value of the 'Details
' containment reference.- Parameters:
value
- the new value of the 'Details' containment reference.- See Also:
-
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:
-
setPosition
Sets the value of the 'Position
' attribute.- Parameters:
value
- the new value of the 'Position' attribute.- See Also:
-
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
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:
-