public class PatternImageImpl extends ImageImpl implements PatternImage
The following features are implemented:
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
basicSetBackColor(ColorDefinition newBackColor,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetForeColor(ColorDefinition newForeColor,
org.eclipse.emf.common.notify.NotificationChain msgs) |
PatternImage |
copyInstance()
A convenient method to get an instance copy.
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
boolean |
equals(java.lang.Object obj) |
void |
eSet(int featureID,
java.lang.Object newValue) |
void |
eUnset(int featureID) |
ColorDefinition |
getBackColor() |
long |
getBitmap() |
ColorDefinition |
getForeColor() |
int |
hashCode() |
boolean |
isSetBitmap() |
void |
setBackColor(ColorDefinition newBackColor) |
void |
setBitmap(long newBitmap) |
void |
setForeColor(ColorDefinition newForeColor) |
java.lang.String |
toString() |
void |
unsetBitmap() |
create, create, getSource, getURL, isSetSource, setSource, setURL, unsetSource
getType, isSetType, setType, unsetType
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
eNotificationRequired, eNotify
getSource, getURL, isSetSource, setSource, setURL, unsetSource
getType, isSetType, setType, unsetType
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
public long getBitmap()
getBitmap
in interface PatternImage
PatternImage.isSetBitmap()
,
PatternImage.unsetBitmap()
,
PatternImage.setBitmap(long)
,
AttributePackage.getPatternImage_Bitmap()
public void setBitmap(long newBitmap)
setBitmap
in interface PatternImage
newBitmap
- the new value of the 'Bitmap' attribute.PatternImage.isSetBitmap()
,
PatternImage.unsetBitmap()
,
PatternImage.getBitmap()
public void unsetBitmap()
unsetBitmap
in interface PatternImage
PatternImage.isSetBitmap()
,
PatternImage.getBitmap()
,
PatternImage.setBitmap(long)
public boolean isSetBitmap()
isSetBitmap
in interface PatternImage
PatternImage.unsetBitmap()
,
PatternImage.getBitmap()
,
PatternImage.setBitmap(long)
public ColorDefinition getForeColor()
getForeColor
in interface PatternImage
PatternImage.setForeColor(ColorDefinition)
,
AttributePackage.getPatternImage_ForeColor()
public org.eclipse.emf.common.notify.NotificationChain basicSetForeColor(ColorDefinition newForeColor, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setForeColor(ColorDefinition newForeColor)
setForeColor
in interface PatternImage
newForeColor
- the new value of the 'Fore Color' containment reference.PatternImage.getForeColor()
public ColorDefinition getBackColor()
getBackColor
in interface PatternImage
PatternImage.setBackColor(ColorDefinition)
,
AttributePackage.getPatternImage_BackColor()
public org.eclipse.emf.common.notify.NotificationChain basicSetBackColor(ColorDefinition newBackColor, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setBackColor(ColorDefinition newBackColor)
setBackColor
in interface PatternImage
newBackColor
- the new value of the 'Back Color' containment reference.PatternImage.getBackColor()
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public PatternImage copyInstance()
ImageImpl
copyInstance
in interface Fill
copyInstance
in interface Image
copyInstance
in interface PatternImage
copyInstance
in interface IChartObject
copyInstance
in class ImageImpl
Copyright © 2005-2008 Actuate Corp. All rights reserved.