public interface PatternImage extends Image
The following features are supported:
AttributePackage.getPatternImage()
Modifier and Type | Method and Description |
---|---|
PatternImage |
copyInstance() |
ColorDefinition |
getBackColor()
Returns the value of the 'Back Color' containment reference.
|
long |
getBitmap()
Returns the value of the 'Bitmap' attribute.
|
ColorDefinition |
getForeColor()
Returns the value of the 'Fore Color' containment reference.
|
boolean |
isSetBitmap()
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 |
unsetBitmap()
Unsets the value of the '
Bitmap ' attribute. |
long getBitmap()
isSetBitmap()
,
unsetBitmap()
,
setBitmap(long)
,
AttributePackage.getPatternImage_Bitmap()
void setBitmap(long value)
Bitmap
' attribute.
value
- the new value of the 'Bitmap' attribute.isSetBitmap()
,
unsetBitmap()
,
getBitmap()
void unsetBitmap()
Bitmap
' attribute.
isSetBitmap()
,
getBitmap()
,
setBitmap(long)
boolean isSetBitmap()
Bitmap
' attribute is set.
unsetBitmap()
,
getBitmap()
,
setBitmap(long)
ColorDefinition getForeColor()
setForeColor(ColorDefinition)
,
AttributePackage.getPatternImage_ForeColor()
void setForeColor(ColorDefinition value)
Fore Color
' containment reference.
value
- the new value of the 'Fore Color' containment reference.getForeColor()
ColorDefinition getBackColor()
setBackColor(ColorDefinition)
,
AttributePackage.getPatternImage_BackColor()
void setBackColor(ColorDefinition value)
Back Color
' containment reference.
value
- the new value of the 'Back Color' containment reference.getBackColor()
PatternImage copyInstance()
copyInstance
in interface Fill
copyInstance
in interface IChartObject
copyInstance
in interface Image
Copyright © 2005-2014 OpenText Corp. All rights reserved.