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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ValuegetBegin()Returns the value of the 'Begin' containment reference.ChartLinegetBorder()Returns the value of the 'Border' containment reference.ColorgetBorderColor()Returns the value of the 'Border Color' containment reference.ValuegetBorderSemitransparencyPercent()Returns the value of the 'Border Semitransparency Percent' containment reference.ColorgetColor()Returns the value of the 'Color' containment reference.ValuegetDetails()Returns the value of the 'Details' containment reference.doublegetDisplayAreaBegin()Returns the value of the 'Display Area Begin' attribute.doublegetDisplayAreaEnd()Returns the value of the 'Display Area End' attribute.ValuegetEnd()Returns the value of the 'End' containment reference.LabelAreagetLabelArea()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.ChartReferenceBandBorderPositiongetPosition()Returns the value of the 'Position' attribute.ValuegetSemitransparencyPercent()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.booleanisBeginIsPointNumber()Returns the value of the 'Begin Is Point Number' attribute.booleanisEndIsPointNumber()Returns the value of the 'End Is Point Number' attribute.voidsetBegin(Value value)Sets the value of the 'Begin' containment reference.voidsetBeginIsPointNumber(boolean value)Sets the value of the 'Begin Is Point Number' attribute.voidsetBorder(ChartLine value)Sets the value of the 'Border' containment reference.voidsetBorderColor(Color value)Sets the value of the 'Border Color' containment reference.voidsetBorderSemitransparencyPercent(Value value)Sets the value of the 'Border Semitransparency Percent' containment reference.voidsetColor(Color value)Sets the value of the 'Color' containment reference.voidsetDetails(Value value)Sets the value of the 'Details' containment reference.voidsetDisplayAreaBegin(double value)Sets the value of the 'Display Area Begin' attribute.voidsetDisplayAreaEnd(double value)Sets the value of the 'Display Area End' attribute.voidsetEnd(Value value)Sets the value of the 'End' containment reference.voidsetEndIsPointNumber(boolean value)Sets the value of the 'End Is Point Number' attribute.voidsetLabelArea(LabelArea value)Sets the value of the 'Label Area' containment reference.voidsetPosition(ChartReferenceBandBorderPosition value)Sets the value of the 'Position' attribute.voidsetSemitransparencyPercent(Value value)Sets the value of the 'Semitransparency Percent' containment reference.- 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObjectbmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
 
- 
 
- 
- 
- 
Method Detail- 
getBeginValue getBegin() Returns the value of the 'Begin' containment reference.- Returns:
- the value of the 'Begin' containment reference.
- See Also:
- setBegin(Value),- ChartPackage.getChartReferenceBand_Begin()
 
 - 
setBeginvoid setBegin(Value value) Sets the value of the 'Begin' containment reference.- Parameters:
- value- the new value of the 'Begin' containment reference.
- See Also:
- getBegin()
 
 - 
getEndValue getEnd() Returns the value of the 'End' containment reference.- Returns:
- the value of the 'End' containment reference.
- See Also:
- setEnd(Value),- ChartPackage.getChartReferenceBand_End()
 
 - 
setEndvoid setEnd(Value value) Sets the value of the 'End' containment reference.- Parameters:
- value- the new value of the 'End' containment reference.
- See Also:
- getEnd()
 
 - 
getLabelTextorg.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()
 
 - 
getTooltiporg.eclipse.emf.common.util.EMap<String,String> getTooltip() - Returns:
- the value of the 'Tooltip' map.
- See Also:
- ChartPackage.getChartReferenceBand_Tooltip()
 
 - 
getLabelAreaLabelArea 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()
 
 - 
setLabelAreavoid 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()
 
 - 
getColorColor getColor() Returns the value of the 'Color' containment reference.- Returns:
- the value of the 'Color' containment reference.
- See Also:
- setColor(Color),- ChartPackage.getChartReferenceBand_Color()
 
 - 
setColorvoid setColor(Color value) Sets the value of the 'Color' containment reference.- Parameters:
- value- the new value of the 'Color' containment reference.
- See Also:
- getColor()
 
 - 
getSemitransparencyPercentValue 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()
 
 - 
setSemitransparencyPercentvoid 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()
 
 - 
getBorderChartLine getBorder() Returns the value of the 'Border' containment reference.- Returns:
- the value of the 'Border' containment reference.
- See Also:
- setBorder(ChartLine),- ChartPackage.getChartReferenceBand_Border()
 
 - 
setBordervoid setBorder(ChartLine value) Sets the value of the 'Border' containment reference.- Parameters:
- value- the new value of the 'Border' containment reference.
- See Also:
- getBorder()
 
 - 
getBorderColorColor 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()
 
 - 
setBorderColorvoid 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()
 
 - 
getBorderSemitransparencyPercentValue 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()
 
 - 
setBorderSemitransparencyPercentvoid 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()
 
 - 
getDetailsValue getDetails() Returns the value of the 'Details' containment reference.- Returns:
- the value of the 'Details' containment reference.
- See Also:
- setDetails(Value),- ChartPackage.getChartReferenceBand_Details()
 
 - 
setDetailsvoid setDetails(Value value) Sets the value of the 'Details' containment reference.- Parameters:
- value- the new value of the 'Details' containment reference.
- See Also:
- getDetails()
 
 - 
getPositionChartReferenceBandBorderPosition 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()
 
 - 
setPositionvoid setPosition(ChartReferenceBandBorderPosition value) Sets the value of the 'Position' attribute.- Parameters:
- value- the new value of the 'Position' attribute.
- See Also:
- ChartReferenceBandBorderPosition,- getPosition()
 
 - 
getDisplayAreaBegindouble 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()
 
 - 
setDisplayAreaBeginvoid 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()
 
 - 
getDisplayAreaEnddouble 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()
 
 - 
setDisplayAreaEndvoid 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()
 
 - 
isBeginIsPointNumberboolean 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()
 
 - 
setBeginIsPointNumbervoid 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()
 
 - 
isEndIsPointNumberboolean 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()
 
 - 
setEndIsPointNumbervoid 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()
 
 
- 
 
-