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
A representation of the model object 'Base Drawing With Background Properties'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Back Color' containment reference.Returns the value of the 'Pattern' attribute.Returns the value of the 'Pattern Color' containment reference.boolean
Returns whether the value of the 'Back Color
' containment reference is set.boolean
Returns whether the value of the 'Pattern
' attribute is set.boolean
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
Unsets the value of the 'Back Color
' containment reference.void
Unsets the value of the 'Pattern
' attribute.void
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
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getBackColor
Color getBackColor()Returns the value of the 'Back Color' containment reference.- Returns:
- the value of the 'Back Color' containment reference.
- See Also:
-
setBackColor
Sets the value of the 'Back Color
' containment reference.- Parameters:
value
- the new value of the 'Back Color' containment reference.- See Also:
-
unsetBackColor
void unsetBackColor()Unsets the value of the 'Back Color
' containment reference. -
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:
-
getPatternColor
Color getPatternColor()Returns the value of the 'Pattern Color' containment reference.- Returns:
- the value of the 'Pattern Color' containment reference.
- See Also:
-
setPatternColor
Sets the value of the 'Pattern Color
' containment reference.- Parameters:
value
- the new value of the 'Pattern Color' containment reference.- See Also:
-
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:
-
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:
-
setPattern
Sets the value of the 'Pattern
' attribute.- Parameters:
value
- the new value of the 'Pattern' attribute.- See Also:
-
unsetPattern
void unsetPattern()Unsets the value of the 'Pattern
' attribute.- See Also:
-
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:
-