* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setBlendMode(BlendMode newBlendMode) {
BlendMode oldBlendMode = blendMode;
blendMode = newBlendMode == null ? BLEND_MODE_EDEFAULT : newBlendMode;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, FxgPackage.BITMAP_IMAGE__BLEND_MODE, oldBlendMode, blendMode));
}