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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Color
getBackColor()
Returns the value of the 'Back Color' containment reference.Pattern
getPattern()
Returns the value of the 'Pattern' attribute.Color
getPatternColor()
Returns the value of the 'Pattern Color' containment reference.boolean
isSetBackColor()
Returns whether the value of the 'Back Color
' containment reference is set.boolean
isSetPattern()
Returns whether the value of the 'Pattern
' attribute is set.boolean
isSetPatternColor()
Returns whether the value of the 'Pattern Color
' containment reference is set.void
setBackColor(Color value)
Sets the value of the 'Back Color
' containment reference.void
setPattern(Pattern value)
Sets the value of the 'Pattern
' attribute.void
setPatternColor(Color value)
Sets the value of the 'Pattern Color
' containment reference.void
unsetBackColor()
Unsets the value of the 'Back Color
' containment reference.void
unsetPattern()
Unsets the value of the 'Pattern
' attribute.void
unsetPatternColor()
Unsets the value of the 'Pattern Color
' containment reference.-
Methods inherited from interface com._1c.g5.v8.dt.moxel.content.BaseDrawingProperties
getCellReference, 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.EObject
eAllContents, 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.LineDrawingProperties
getLine, getLineColor, isSetLine, isSetLineColor, setLine, setLineColor, unsetLine, unsetLineColor
-
-
-
-
Method Detail
-
getBackColor
Color 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()
-
setBackColor
void 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()
-
unsetBackColor
void unsetBackColor()
Unsets the value of the 'Back Color
' containment reference.- See Also:
isSetBackColor()
,getBackColor()
,setBackColor(Color)
-
isSetBackColor
boolean 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)
-
getPatternColor
Color 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()
-
setPatternColor
void 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()
-
unsetPatternColor
void unsetPatternColor()
Unsets the value of the 'Pattern Color
' containment reference.
-
isSetPatternColor
boolean 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)
-
getPattern
Pattern 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()
-
setPattern
void 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()
-
unsetPattern
void unsetPattern()
Unsets the value of the 'Pattern
' attribute.- See Also:
isSetPattern()
,getPattern()
,setPattern(Pattern)
-
isSetPattern
boolean 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)
-
-