public interface GradientColoredArea
extends org.eclipse.emf.ecore.EObject
The following features are supported:
StylesPackage.getGradientColoredArea()| Modifier and Type | Method and Description |
|---|---|
GradientColoredLocation |
getEnd()
Returns the value of the 'End' containment reference.
|
GradientColoredLocation |
getStart()
Returns the value of the 'Start' containment reference.
|
void |
setEnd(GradientColoredLocation value)
Sets the value of the '
End' containment reference. |
void |
setStart(GradientColoredLocation value)
Sets the value of the '
Start' containment reference. |
GradientColoredLocation getStart()
If the meaning of the 'Start' containment reference isn't clear, there really should be more of a description here...
setStart(GradientColoredLocation),
StylesPackage.getGradientColoredArea_Start()void setStart(GradientColoredLocation value)
Start' containment reference.
value - the new value of the 'Start' containment reference.getStart()GradientColoredLocation getEnd()
If the meaning of the 'End' containment reference isn't clear, there really should be more of a description here...
setEnd(GradientColoredLocation),
StylesPackage.getGradientColoredArea_End()void setEnd(GradientColoredLocation value)
End' containment reference.
value - the new value of the 'End' containment reference.getEnd()