org.eclipse.graphiti.mm.algorithms.styles.impl
Class RenderingStyleImpl

java.lang.Object
  extended by EObjectImpl
      extended by org.eclipse.graphiti.mm.algorithms.styles.impl.RenderingStyleImpl
All Implemented Interfaces:
RenderingStyle

public class RenderingStyleImpl
extends EObjectImpl
implements RenderingStyle

An implementation of the model object 'Rendering Style'.

The following features are implemented:


Field Summary
protected  AdaptedGradientColoredAreas adaptedGradientColoredAreas
          The cached value of the 'Adapted Gradient Colored Areas' containment reference.
 
Constructor Summary
protected RenderingStyleImpl()
           
 
Method Summary
 AdaptedGradientColoredAreas basicGetAdaptedGradientColoredAreas()
           
 NotificationChain basicSetAdaptedGradientColoredAreas(AdaptedGradientColoredAreas newAdaptedGradientColoredAreas, NotificationChain msgs)
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 AdaptedGradientColoredAreas getAdaptedGradientColoredAreas()
           
 void setAdaptedGradientColoredAreas(AdaptedGradientColoredAreas newAdaptedGradientColoredAreas)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

adaptedGradientColoredAreas

protected AdaptedGradientColoredAreas adaptedGradientColoredAreas
The cached value of the 'Adapted Gradient Colored Areas' containment reference.

See Also:
getAdaptedGradientColoredAreas()
Constructor Detail

RenderingStyleImpl

protected RenderingStyleImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getAdaptedGradientColoredAreas

public AdaptedGradientColoredAreas getAdaptedGradientColoredAreas()

Specified by:
getAdaptedGradientColoredAreas in interface RenderingStyle
Returns:
the value of the 'Adapted Gradient Colored Areas' containment reference.
See Also:
RenderingStyle.setAdaptedGradientColoredAreas(AdaptedGradientColoredAreas), StylesPackage.getRenderingStyle_AdaptedGradientColoredAreas()

basicGetAdaptedGradientColoredAreas

public AdaptedGradientColoredAreas basicGetAdaptedGradientColoredAreas()


basicSetAdaptedGradientColoredAreas

public NotificationChain basicSetAdaptedGradientColoredAreas(AdaptedGradientColoredAreas newAdaptedGradientColoredAreas,
                                                             NotificationChain msgs)


setAdaptedGradientColoredAreas

public void setAdaptedGradientColoredAreas(AdaptedGradientColoredAreas newAdaptedGradientColoredAreas)

Specified by:
setAdaptedGradientColoredAreas in interface RenderingStyle
Parameters:
newAdaptedGradientColoredAreas - the new value of the 'Adapted Gradient Colored Areas' containment reference.
See Also:
RenderingStyle.getAdaptedGradientColoredAreas()

eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)


eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)


eSet

public void eSet(int featureID,
                 java.lang.Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)



Copyright (c) SAP AG 2005, 2010.