|
||||||||||
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.GradientColoredAreaImpl
public class GradientColoredAreaImpl
An implementation of the model object 'Gradient Colored Area'.
The following features are implemented:
Field Summary | |
---|---|
protected GradientColoredLocation |
end
The cached value of the ' End ' containment reference. |
protected GradientColoredLocation |
start
The cached value of the ' Start ' containment reference. |
Constructor Summary | |
---|---|
protected |
GradientColoredAreaImpl()
|
Method Summary | |
---|---|
GradientColoredLocation |
basicGetEnd()
|
GradientColoredLocation |
basicGetStart()
|
NotificationChain |
basicSetEnd(GradientColoredLocation newEnd,
NotificationChain msgs)
|
NotificationChain |
basicSetStart(GradientColoredLocation newStart,
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)
|
GradientColoredLocation |
getEnd()
|
GradientColoredLocation |
getStart()
|
void |
setEnd(GradientColoredLocation newEnd)
|
void |
setStart(GradientColoredLocation newStart)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected GradientColoredLocation start
Start
' containment reference.
getStart()
protected GradientColoredLocation end
End
' containment reference.
getEnd()
Constructor Detail |
---|
protected GradientColoredAreaImpl()
Method Detail |
---|
protected EClass eStaticClass()
public GradientColoredLocation getStart()
getStart
in interface GradientColoredArea
GradientColoredArea.setStart(GradientColoredLocation)
,
StylesPackage.getGradientColoredArea_Start()
public GradientColoredLocation basicGetStart()
public NotificationChain basicSetStart(GradientColoredLocation newStart, NotificationChain msgs)
public void setStart(GradientColoredLocation newStart)
setStart
in interface GradientColoredArea
newStart
- the new value of the 'Start' containment reference.GradientColoredArea.getStart()
public GradientColoredLocation getEnd()
getEnd
in interface GradientColoredArea
GradientColoredArea.setEnd(GradientColoredLocation)
,
StylesPackage.getGradientColoredArea_End()
public GradientColoredLocation basicGetEnd()
public NotificationChain basicSetEnd(GradientColoredLocation newEnd, NotificationChain msgs)
public void setEnd(GradientColoredLocation newEnd)
setEnd
in interface GradientColoredArea
newEnd
- the new value of the 'End' containment reference.GradientColoredArea.getEnd()
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |