Interface PatternImage
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,Fill
,IChartObject
,Image
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PatternImageImpl
A representation of the model object 'Pattern
Image'.
This type represents the pattern image.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Back Color' containment reference.long
Returns the value of the 'Bitmap' attribute.Returns the value of the 'Fore Color' containment reference.boolean
Returns whether the value of the 'Bitmap
' attribute is set.void
setBackColor
(ColorDefinition value) Sets the value of the 'Back Color
' containment reference.void
setBitmap
(long value) Sets the value of the 'Bitmap
' attribute.void
setForeColor
(ColorDefinition value) Sets the value of the 'Fore Color
' containment reference.void
Unsets the value of the 'Bitmap
' attribute.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 org.eclipse.birt.chart.model.attribute.Fill
getType, isSetType, setType, unsetType
Methods inherited from interface org.eclipse.birt.chart.model.attribute.Image
getSource, getURL, isSetSource, setSource, setURL, unsetSource
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getBitmap
long getBitmap()Returns the value of the 'Bitmap' attribute. The 8x8 bitmap.- Returns:
- the value of the 'Bitmap' attribute.
- See Also:
-
setBitmap
void setBitmap(long value) Sets the value of the 'Bitmap
' attribute.- Parameters:
value
- the new value of the 'Bitmap' attribute.- See Also:
-
unsetBitmap
void unsetBitmap()Unsets the value of the 'Bitmap
' attribute.- See Also:
-
isSetBitmap
boolean isSetBitmap()Returns whether the value of the 'Bitmap
' attribute is set.- Returns:
- whether the value of the 'Bitmap' attribute is set.
- See Also:
-
getForeColor
ColorDefinition getForeColor()Returns the value of the 'Fore Color' containment reference. The foreground color.- Returns:
- the value of the 'Fore Color' containment reference.
- See Also:
-
setForeColor
Sets the value of the 'Fore Color
' containment reference.- Parameters:
value
- the new value of the 'Fore Color' containment reference.- See Also:
-
getBackColor
ColorDefinition getBackColor()Returns the value of the 'Back Color' containment reference. The background color.- 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:
-
copyInstance
PatternImage copyInstance()- Specified by:
copyInstance
in interfaceFill
- Specified by:
copyInstance
in interfaceIChartObject
- Specified by:
copyInstance
in interfaceImage
-