Interface GradientColoredArea
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
GradientColoredAreaImpl
public interface GradientColoredArea extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Gradient Colored Area'.The following features are supported:
- See Also:
StylesPackage.getGradientColoredArea()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GradientColoredLocationgetEnd()Returns the value of the 'End' containment reference.GradientColoredLocationgetStart()Returns the value of the 'Start' containment reference.voidsetEnd(GradientColoredLocation value)Sets the value of the 'End' containment reference.voidsetStart(GradientColoredLocation value)Sets the value of the 'Start' containment reference.
-
-
-
Method Detail
-
getStart
GradientColoredLocation getStart()
Returns the value of the 'Start' containment reference.If the meaning of the 'Start' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Start' containment reference.
- See Also:
setStart(GradientColoredLocation),StylesPackage.getGradientColoredArea_Start()
-
setStart
void setStart(GradientColoredLocation value)
Sets the value of the 'Start' containment reference.- Parameters:
value- the new value of the 'Start' containment reference.- See Also:
getStart()
-
getEnd
GradientColoredLocation getEnd()
Returns the value of the 'End' containment reference.If the meaning of the 'End' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'End' containment reference.
- See Also:
setEnd(GradientColoredLocation),StylesPackage.getGradientColoredArea_End()
-
setEnd
void setEnd(GradientColoredLocation value)
Sets the value of the 'End' containment reference.- Parameters:
value- the new value of the 'End' containment reference.- See Also:
getEnd()
-
-