|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEObjectImpl
org.eclipse.graphiti.mm.algorithms.styles.impl.GradientColoredLocationImpl
public class GradientColoredLocationImpl
An implementation of the model object 'Gradient Colored Location'.
The following features are implemented:
Field Summary | |
---|---|
protected Color |
color
The cached value of the ' Color ' containment reference. |
protected static LocationType |
LOCATION_TYPE_EDEFAULT
The default value of the ' Location Type ' attribute. |
protected static Integer |
LOCATION_VALUE_EDEFAULT
The default value of the ' Location Value ' attribute. |
protected LocationType |
locationType
The cached value of the ' Location Type ' attribute. |
protected Integer |
locationValue
The cached value of the ' Location Value ' attribute. |
Constructor Summary | |
---|---|
protected |
GradientColoredLocationImpl()
|
Method Summary | |
---|---|
Color |
basicGetColor()
|
NotificationChain |
basicSetColor(Color newColor,
NotificationChain msgs)
|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
Color |
getColor()
|
LocationType |
getLocationType()
|
Integer |
getLocationValue()
|
void |
setColor(Color newColor)
|
void |
setLocationType(LocationType newLocationType)
|
void |
setLocationValue(Integer newLocationValue)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static final LocationType LOCATION_TYPE_EDEFAULT
Location Type
' attribute.
getLocationType()
protected LocationType locationType
Location Type
' attribute.
getLocationType()
protected static final Integer LOCATION_VALUE_EDEFAULT
Location Value
' attribute.
getLocationValue()
protected Integer locationValue
Location Value
' attribute.
getLocationValue()
protected Color color
Color
' containment reference.
getColor()
Constructor Detail |
---|
protected GradientColoredLocationImpl()
Method Detail |
---|
protected EClass eStaticClass()
public LocationType getLocationType()
getLocationType
in interface GradientColoredLocation
LocationType
,
GradientColoredLocation.setLocationType(LocationType)
,
StylesPackage.getGradientColoredLocation_LocationType()
public void setLocationType(LocationType newLocationType)
setLocationType
in interface GradientColoredLocation
newLocationType
- the new value of the 'Location Type' attribute.LocationType
,
GradientColoredLocation.getLocationType()
public Integer getLocationValue()
getLocationValue
in interface GradientColoredLocation
GradientColoredLocation.setLocationValue(Integer)
,
StylesPackage.getGradientColoredLocation_LocationValue()
public void setLocationValue(Integer newLocationValue)
setLocationValue
in interface GradientColoredLocation
newLocationValue
- the new value of the 'Location Value' attribute.GradientColoredLocation.getLocationValue()
public Color getColor()
getColor
in interface GradientColoredLocation
GradientColoredLocation.setColor(Color)
,
StylesPackage.getGradientColoredLocation_Color()
public Color basicGetColor()
public NotificationChain basicSetColor(Color newColor, NotificationChain msgs)
public void setColor(Color newColor)
setColor
in interface GradientColoredLocation
newColor
- the new value of the 'Color' containment reference.GradientColoredLocation.getColor()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
public Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |