Package com._1c.g5.v8.dt.chart.model
Interface ChartReferenceBand
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ChartReferenceBandImpl
public interface ChartReferenceBand extends IBmObject
A representation of the model object 'Reference Band'.The following features are supported:
- See Also:
ChartPackage.getChartReferenceBand()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Value
getBegin()
Returns the value of the 'Begin' containment reference.ChartLine
getBorder()
Returns the value of the 'Border' containment reference.Color
getBorderColor()
Returns the value of the 'Border Color' containment reference.Value
getBorderSemitransparencyPercent()
Returns the value of the 'Border Semitransparency Percent' containment reference.Color
getColor()
Returns the value of the 'Color' containment reference.Value
getDetails()
Returns the value of the 'Details' containment reference.double
getDisplayAreaBegin()
Returns the value of the 'Display Area Begin' attribute.double
getDisplayAreaEnd()
Returns the value of the 'Display Area End' attribute.Value
getEnd()
Returns the value of the 'End' 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.ChartReferenceBandBorderPosition
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.boolean
isBeginIsPointNumber()
Returns the value of the 'Begin Is Point Number' attribute.boolean
isEndIsPointNumber()
Returns the value of the 'End Is Point Number' attribute.void
setBegin(Value value)
Sets the value of the 'Begin
' containment reference.void
setBeginIsPointNumber(boolean value)
Sets the value of the 'Begin Is Point Number
' attribute.void
setBorder(ChartLine value)
Sets the value of the 'Border
' containment reference.void
setBorderColor(Color value)
Sets the value of the 'Border Color
' containment reference.void
setBorderSemitransparencyPercent(Value value)
Sets the value of the 'Border Semitransparency Percent
' containment reference.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
setDisplayAreaBegin(double value)
Sets the value of the 'Display Area Begin
' attribute.void
setDisplayAreaEnd(double value)
Sets the value of the 'Display Area End
' attribute.void
setEnd(Value value)
Sets the value of the 'End
' containment reference.void
setEndIsPointNumber(boolean value)
Sets the value of the 'End Is Point Number
' attribute.void
setLabelArea(LabelArea value)
Sets the value of the 'Label Area
' containment reference.void
setPosition(ChartReferenceBandBorderPosition value)
Sets the value of the 'Position
' attribute.void
setSemitransparencyPercent(Value value)
Sets the value of the 'Semitransparency Percent
' 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
-
getBegin
Value getBegin()
Returns the value of the 'Begin' containment reference.- Returns:
- the value of the 'Begin' containment reference.
- See Also:
setBegin(Value)
,ChartPackage.getChartReferenceBand_Begin()
-
setBegin
void setBegin(Value value)
Sets the value of the 'Begin
' containment reference.- Parameters:
value
- the new value of the 'Begin' containment reference.- See Also:
getBegin()
-
getEnd
Value getEnd()
Returns the value of the 'End' containment reference.- Returns:
- the value of the 'End' containment reference.
- See Also:
setEnd(Value)
,ChartPackage.getChartReferenceBand_End()
-
setEnd
void setEnd(Value value)
Sets the value of the 'End
' containment reference.- Parameters:
value
- the new value of the 'End' containment reference.- See Also:
getEnd()
-
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.getChartReferenceBand_LabelText()
-
getTooltip
org.eclipse.emf.common.util.EMap<String,String> getTooltip()
- Returns:
- the value of the 'Tooltip' map.
- See Also:
ChartPackage.getChartReferenceBand_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.getChartReferenceBand_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()
-
getColor
Color getColor()
Returns the value of the 'Color' containment reference.- Returns:
- the value of the 'Color' containment reference.
- See Also:
setColor(Color)
,ChartPackage.getChartReferenceBand_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.getChartReferenceBand_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()
-
getBorder
ChartLine getBorder()
Returns the value of the 'Border' containment reference.- Returns:
- the value of the 'Border' containment reference.
- See Also:
setBorder(ChartLine)
,ChartPackage.getChartReferenceBand_Border()
-
setBorder
void setBorder(ChartLine value)
Sets the value of the 'Border
' containment reference.- Parameters:
value
- the new value of the 'Border' containment reference.- See Also:
getBorder()
-
getBorderColor
Color getBorderColor()
Returns the value of the 'Border Color' containment reference.- Returns:
- the value of the 'Border Color' containment reference.
- See Also:
setBorderColor(Color)
,ChartPackage.getChartReferenceBand_BorderColor()
-
setBorderColor
void setBorderColor(Color value)
Sets the value of the 'Border Color
' containment reference.- Parameters:
value
- the new value of the 'Border Color' containment reference.- See Also:
getBorderColor()
-
getBorderSemitransparencyPercent
Value getBorderSemitransparencyPercent()
Returns the value of the 'Border Semitransparency Percent' containment reference.- Returns:
- the value of the 'Border Semitransparency Percent' containment reference.
- See Also:
setBorderSemitransparencyPercent(Value)
,ChartPackage.getChartReferenceBand_BorderSemitransparencyPercent()
-
setBorderSemitransparencyPercent
void setBorderSemitransparencyPercent(Value value)
Sets the value of the 'Border Semitransparency Percent
' containment reference.- Parameters:
value
- the new value of the 'Border Semitransparency Percent' containment reference.- See Also:
getBorderSemitransparencyPercent()
-
getDetails
Value getDetails()
Returns the value of the 'Details' containment reference.- Returns:
- the value of the 'Details' containment reference.
- See Also:
setDetails(Value)
,ChartPackage.getChartReferenceBand_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
ChartReferenceBandBorderPosition getPosition()
Returns the value of the 'Position' attribute. The literals are from the enumerationChartReferenceBandBorderPosition
.- Returns:
- the value of the 'Position' attribute.
- See Also:
ChartReferenceBandBorderPosition
,setPosition(ChartReferenceBandBorderPosition)
,ChartPackage.getChartReferenceBand_Position()
-
setPosition
void setPosition(ChartReferenceBandBorderPosition value)
Sets the value of the 'Position
' attribute.- Parameters:
value
- the new value of the 'Position' attribute.- See Also:
ChartReferenceBandBorderPosition
,getPosition()
-
getDisplayAreaBegin
double getDisplayAreaBegin()
Returns the value of the 'Display Area Begin' attribute.- Returns:
- the value of the 'Display Area Begin' attribute.
- See Also:
setDisplayAreaBegin(double)
,ChartPackage.getChartReferenceBand_DisplayAreaBegin()
-
setDisplayAreaBegin
void setDisplayAreaBegin(double value)
Sets the value of the 'Display Area Begin
' attribute.- Parameters:
value
- the new value of the 'Display Area Begin' attribute.- See Also:
getDisplayAreaBegin()
-
getDisplayAreaEnd
double getDisplayAreaEnd()
Returns the value of the 'Display Area End' attribute.- Returns:
- the value of the 'Display Area End' attribute.
- See Also:
setDisplayAreaEnd(double)
,ChartPackage.getChartReferenceBand_DisplayAreaEnd()
-
setDisplayAreaEnd
void setDisplayAreaEnd(double value)
Sets the value of the 'Display Area End
' attribute.- Parameters:
value
- the new value of the 'Display Area End' attribute.- See Also:
getDisplayAreaEnd()
-
isBeginIsPointNumber
boolean isBeginIsPointNumber()
Returns the value of the 'Begin Is Point Number' attribute.- Returns:
- the value of the 'Begin Is Point Number' attribute.
- See Also:
setBeginIsPointNumber(boolean)
,ChartPackage.getChartReferenceBand_BeginIsPointNumber()
-
setBeginIsPointNumber
void setBeginIsPointNumber(boolean value)
Sets the value of the 'Begin Is Point Number
' attribute.- Parameters:
value
- the new value of the 'Begin Is Point Number' attribute.- See Also:
isBeginIsPointNumber()
-
isEndIsPointNumber
boolean isEndIsPointNumber()
Returns the value of the 'End Is Point Number' attribute.- Returns:
- the value of the 'End Is Point Number' attribute.
- See Also:
setEndIsPointNumber(boolean)
,ChartPackage.getChartReferenceBand_EndIsPointNumber()
-
setEndIsPointNumber
void setEndIsPointNumber(boolean value)
Sets the value of the 'End Is Point Number
' attribute.- Parameters:
value
- the new value of the 'End Is Point Number' attribute.- See Also:
isEndIsPointNumber()
-
-