Package com._1c.g5.v8.dt.moxel.content
Interface BaseDrawingWithBackgroundProperties
- 
- All Superinterfaces:
- BaseDrawingProperties,- org.eclipse.emf.ecore.EObject,- LineDrawingProperties,- org.eclipse.emf.common.notify.Notifier
 - All Known Subinterfaces:
- EllipseDrawingProperties,- PictureDrawingProperties,- RectangleDrawingProperties,- TextDrawingProperties
 - All Known Implementing Classes:
- BaseDrawingWithBackgroundPropertiesImpl,- EllipseDrawingPropertiesImpl,- PictureDrawingPropertiesImpl,- RectangleDrawingPropertiesImpl,- TextDrawingPropertiesImpl
 
 public interface BaseDrawingWithBackgroundProperties extends LineDrawingProperties A representation of the model object 'Base Drawing With Background Properties'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorgetBackColor()Returns the value of the 'Back Color' containment reference.PatterngetPattern()Returns the value of the 'Pattern' attribute.ColorgetPatternColor()Returns the value of the 'Pattern Color' containment reference.booleanisSetBackColor()Returns whether the value of the 'Back Color' containment reference is set.booleanisSetPattern()Returns whether the value of the 'Pattern' attribute is set.booleanisSetPatternColor()Returns whether the value of the 'Pattern Color' containment reference is set.voidsetBackColor(Color value)Sets the value of the 'Back Color' containment reference.voidsetPattern(Pattern value)Sets the value of the 'Pattern' attribute.voidsetPatternColor(Color value)Sets the value of the 'Pattern Color' containment reference.voidunsetBackColor()Unsets the value of the 'Back Color' containment reference.voidunsetPattern()Unsets the value of the 'Pattern' attribute.voidunsetPatternColor()Unsets the value of the 'Pattern Color' containment reference.- 
Methods inherited from interface com._1c.g5.v8.dt.moxel.content.BaseDrawingPropertiesgetCellReference, getDetailParameter, getName, isHyperlink, isIsTemplateModeOn, isPrint, isSetDetailParameter, isSetHyperlink, isSetName, isSetPrint, setCellReference, setDetailParameter, setHyperlink, setIsTemplateModeOn, setName, setPrint, unsetDetailParameter, unsetHyperlink, unsetName, unsetPrint
 - 
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.dt.moxel.content.LineDrawingPropertiesgetLine, getLineColor, isSetLine, isSetLineColor, setLine, setLineColor, unsetLine, unsetLineColor
 
- 
 
- 
- 
- 
Method Detail- 
getBackColorColor getBackColor() Returns the value of the 'Back Color' containment reference.- Returns:
- the value of the 'Back Color' containment reference.
- See Also:
- isSetBackColor(),- unsetBackColor(),- setBackColor(Color),- ContentPackage.getBaseDrawingWithBackgroundProperties_BackColor()
 
 - 
setBackColorvoid setBackColor(Color value) Sets the value of the 'Back Color' containment reference.- Parameters:
- value- the new value of the 'Back Color' containment reference.
- See Also:
- isSetBackColor(),- unsetBackColor(),- getBackColor()
 
 - 
unsetBackColorvoid unsetBackColor() Unsets the value of the 'Back Color' containment reference.- See Also:
- isSetBackColor(),- getBackColor(),- setBackColor(Color)
 
 - 
isSetBackColorboolean isSetBackColor() Returns whether the value of the 'Back Color' containment reference is set.- Returns:
- whether the value of the 'Back Color' containment reference is set.
- See Also:
- unsetBackColor(),- getBackColor(),- setBackColor(Color)
 
 - 
getPatternColorColor getPatternColor() Returns the value of the 'Pattern Color' containment reference.- Returns:
- the value of the 'Pattern Color' containment reference.
- See Also:
- isSetPatternColor(),- unsetPatternColor(),- setPatternColor(Color),- ContentPackage.getBaseDrawingWithBackgroundProperties_PatternColor()
 
 - 
setPatternColorvoid setPatternColor(Color value) Sets the value of the 'Pattern Color' containment reference.- Parameters:
- value- the new value of the 'Pattern Color' containment reference.
- See Also:
- isSetPatternColor(),- unsetPatternColor(),- getPatternColor()
 
 - 
unsetPatternColorvoid unsetPatternColor() Unsets the value of the 'Pattern Color' containment reference.
 - 
isSetPatternColorboolean isSetPatternColor() Returns whether the value of the 'Pattern Color' containment reference is set.- Returns:
- whether the value of the 'Pattern Color' containment reference is set.
- See Also:
- unsetPatternColor(),- getPatternColor(),- setPatternColor(Color)
 
 - 
getPatternPattern getPattern() Returns the value of the 'Pattern' attribute. The literals are from the enumerationPattern.- Returns:
- the value of the 'Pattern' attribute.
- See Also:
- Pattern,- isSetPattern(),- unsetPattern(),- setPattern(Pattern),- ContentPackage.getBaseDrawingWithBackgroundProperties_Pattern()
 
 - 
setPatternvoid setPattern(Pattern value) Sets the value of the 'Pattern' attribute.- Parameters:
- value- the new value of the 'Pattern' attribute.
- See Also:
- Pattern,- isSetPattern(),- unsetPattern(),- getPattern()
 
 - 
unsetPatternvoid unsetPattern() Unsets the value of the 'Pattern' attribute.- See Also:
- isSetPattern(),- getPattern(),- setPattern(Pattern)
 
 - 
isSetPatternboolean isSetPattern() Returns whether the value of the 'Pattern' attribute is set.- Returns:
- whether the value of the 'Pattern' attribute is set.
- See Also:
- unsetPattern(),- getPattern(),- setPattern(Pattern)
 
 
- 
 
-